Home
last modified time | relevance | path

Searched refs:gen_div (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc176 static void gen_div(TCGv ret, TCGv source1, TCGv source2)
209 return gen_arith(ctx, a, EXT_SIGN, gen_div, gen_div_i128);
335 return gen_arith(ctx, a, EXT_SIGN, gen_div, NULL);
375 return gen_arith(ctx, a, EXT_SIGN, gen_div, NULL);
/qemu/target/openrisc/
H A Dtranslate.c267 static void gen_div(DisasContext *dc, TCGv dest, TCGv srca, TCGv srcb) in gen_div() function
558 gen_div(dc, cpu_R(dc, a->d), cpu_R(dc, a->a), cpu_R(dc, a->b)); in trans_l_div()