Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg-op.h207 #define tcg_gen_divu_tl tcg_gen_divu_i64 macro
327 #define tcg_gen_divu_tl tcg_gen_divu_i32
/openbmc/qemu/target/mips/tcg/
H A Dloong_translate.c110 tcg_gen_divu_tl(cpu_gpr[rd], t0, t1); in gen_lext_DIVU_G()
H A Dtranslate.c3063 tcg_gen_divu_tl(cpu_gpr[rd], t0, t1); in gen_r6_muldiv()
3221 tcg_gen_divu_tl(cpu_LO[1], t0, t1); in gen_div1_tx79()
3276 tcg_gen_divu_tl(cpu_LO[acc], t0, t1); in gen_muldiv()
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_arith.c.inc163 tcg_gen_divu_tl(dest, src1, t0);
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc235 tcg_gen_divu_tl(ret, temp1, temp2);
/openbmc/qemu/target/openrisc/
H A Dtranslate.c289 tcg_gen_divu_tl(dest, srca, t0); in gen_divu()
/openbmc/qemu/target/sparc/
H A Dtranslate.c3858 tcg_gen_divu_tl(dst, src1, src2); in trans_UDIVX()