Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h208 #define tcg_gen_remu_tl tcg_gen_remu_i64
H A Dtcg-op-common.h199 void tcg_gen_remu_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2);
/openbmc/qemu/tcg/
H A Dtcg-op.c2081 void tcg_gen_remu_i64(TCGv_i64 ret, TCGv_i64 arg1, TCGv_i64 arg2) in tcg_gen_remu_i64() function
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3436 DIVU64(do_modud, tcg_gen_remu_i64)
/openbmc/qemu/target/ppc/
H A Dtranslate.c1885 tcg_gen_remu_i64(ret, t0, t1); in gen_op_arith_modd()
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c3190 tcg_gen_remu_i64(cpu_gpr[rd], t0, t1); in gen_r6_muldiv()
3363 tcg_gen_remu_i64(cpu_HI[acc], t0, t1); in gen_muldiv()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-sve.c7168 tcg_gen_remu_i64(tmp, tmp, tcg_constant_i64(elements)); in TRANS_FEAT()