Home
last modified time | relevance | path

Searched refs:tcg_gen_umin_tl (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h259 #define tcg_gen_umin_tl tcg_gen_umin_i64 macro
377 #define tcg_gen_umin_tl tcg_gen_umin_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc130 return gen_arith(ctx, a, EXT_SIGN, tcg_gen_umin_tl, NULL);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1039 tcg_gen_umin_tl(tmp, shift_amt, tcg_constant_tl(31)); in gen_sar()
H A Dgen_tcg.h687 tcg_gen_umin_tl(tmp, left, right); \
/openbmc/qemu/target/tricore/
H A Dtranslate.c2458 tcg_gen_umin_tl(ret, arg, tcg_constant_i32(up)); in gen_saturate_u()