Home
last modified time | relevance | path

Searched refs:tcg_gen_smin_tl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h258 #define tcg_gen_smin_tl tcg_gen_smin_i64 macro
376 #define tcg_gen_smin_tl tcg_gen_smin_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc118 return gen_arith(ctx, a, EXT_SIGN, tcg_gen_smin_tl, NULL);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1349 tcg_gen_smin_tl(dest, source, max_val); in gen_sat_i32()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2453 tcg_gen_smin_tl(ret, ret, tcg_constant_i32(up)); in gen_saturate()