Home
last modified time | relevance | path

Searched refs:tcg_gen_umin_i64 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/arm/tcg/
H A Dgengvec64.c216 tcg_gen_umin_i64(t, t, b); in gen_suqadd_d()
H A Dgengvec.c1169 tcg_gen_umin_i64(rsh, rsh, max); in gen_sshl_i64()
1358 tcg_gen_umin_i64(res, tmp, tcg_constant_i64(max)); in gen_uqadd_bhs()
H A Dtranslate-sve.c3169 tcg_gen_umin_i64(t0, t0, tmax); in trans_WHILE()
3239 tcg_gen_umin_i64(diff, diff, tmax); in trans_WHILE_ptr()
7244 tcg_gen_umin_i64(d, d, m); in gen_uclamp_i64()
H A Dtranslate-a64.c6836 TRANS(UMINV, do_int_reduction, a, false, 0, tcg_gen_umin_i64) in TRANS()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h259 #define tcg_gen_umin_tl tcg_gen_umin_i64
H A Dtcg-op-common.h259 void tcg_gen_umin_i64(TCGv_i64, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c3127 void tcg_gen_umin_i64(TCGv_i64 ret, TCGv_i64 a, TCGv_i64 b) in tcg_gen_umin_i64() function
H A Dtcg-op-gvec.c2394 { .fni8 = tcg_gen_umin_i64, in tcg_gen_gvec_umin()
/openbmc/qemu/target/sparc/
H A Dtranslate.c3817 tcg_gen_umin_i64(t1, t1, tcg_constant_i64(UINT32_MAX)); in trans_UDIV()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c3117 tcg_gen_umin_i64(o->out, o->out, o->addr1); in op_lcbb()