Home
last modified time | relevance | path

Searched refs:tcg_gen_umax_i64 (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg-op.h261 #define tcg_gen_umax_tl tcg_gen_umax_i64
H A Dtcg-op-common.h260 void tcg_gen_umax_i64(TCGv_i64, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c3137 void tcg_gen_umax_i64(TCGv_i64 ret, TCGv_i64 a, TCGv_i64 b) in tcg_gen_umax_i64() function
H A Dtcg-op-gvec.c2450 { .fni8 = tcg_gen_umax_i64, in tcg_gen_gvec_umax()
/openbmc/qemu/target/hppa/
H A Dtranslate.c2047 tcg_gen_umax_i64(dest, dest, offset); in do_ibranch_priv()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c7243 tcg_gen_umax_i64(d, a, n); in gen_uclamp_i64()
H A Dtranslate-a64.c6834 TRANS(UMAXV, do_int_reduction, a, false, 0, tcg_gen_umax_i64) in TRANS()