Searched refs:tcg_gen_umax_i64 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 261 #define tcg_gen_umax_tl tcg_gen_umax_i64
|
H A D | tcg-op-common.h | 260 void tcg_gen_umax_i64(TCGv_i64, TCGv_i64 arg1, TCGv_i64 arg2);
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 3137 void tcg_gen_umax_i64(TCGv_i64 ret, TCGv_i64 a, TCGv_i64 b) in tcg_gen_umax_i64() function
|
H A D | tcg-op-gvec.c | 2450 { .fni8 = tcg_gen_umax_i64, in tcg_gen_gvec_umax()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 2047 tcg_gen_umax_i64(dest, dest, offset); in do_ibranch_priv()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-sve.c | 7243 tcg_gen_umax_i64(d, a, n); in gen_uclamp_i64()
|
H A D | translate-a64.c | 6834 TRANS(UMAXV, do_int_reduction, a, false, 0, tcg_gen_umax_i64) in TRANS()
|