Home
last modified time | relevance | path

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

/qemu/include/tcg/
H A Dtcg-op.h341 #define tcg_gen_remu_tl tcg_gen_remu_i32
H A Dtcg-op-common.h97 void tcg_gen_remu_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2);
/qemu/target/m68k/
H A Dtranslate.c3817 tcg_gen_remu_i32(t1, t0, t1); in DISAS_INSN()
3848 tcg_gen_remu_i32(t1, t0, t1); in DISAS_INSN()
3880 tcg_gen_remu_i32(t1, t0, t1); in DISAS_INSN()
/qemu/tcg/
H A Dtcg-op.c629 void tcg_gen_remu_i32(TCGv_i32 ret, TCGv_i32 arg1, TCGv_i32 arg2) in tcg_gen_remu_i32() function
/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc3434 DIVU32(do_moduw, tcg_gen_remu_i32)
/qemu/target/ppc/
H A Dtranslate.c1881 tcg_gen_remu_i32(t0, t0, t1); in gen_op_arith_modw()
/qemu/target/xtensa/
H A Dtranslate.c1988 tcg_gen_remu_i32(arg[0].out, in translate_remu()