Searched refs:tcg_gen_umin_tl (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 259 #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 D | trans_rvb.c.inc | 130 return gen_arith(ctx, a, EXT_SIGN, tcg_gen_umin_tl, NULL);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1039 tcg_gen_umin_tl(tmp, shift_amt, tcg_constant_tl(31)); in gen_sar()
|
H A D | gen_tcg.h | 687 tcg_gen_umin_tl(tmp, left, right); \
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2458 tcg_gen_umin_tl(ret, arg, tcg_constant_i32(up)); in gen_saturate_u()
|