Home
last modified time | relevance | path

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

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