Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h260 #define tcg_gen_smax_tl tcg_gen_smax_i64 macro
378 #define tcg_gen_smax_tl tcg_gen_smax_i32
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc124 return gen_arith(ctx, a, EXT_SIGN, tcg_gen_smax_tl, NULL);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c1350 tcg_gen_smax_tl(dest, dest, min_val); in gen_sat_i32()
/openbmc/qemu/target/tricore/
H A Dtranslate.c2452 tcg_gen_smax_tl(ret, arg, tcg_constant_i32(low)); in gen_saturate()