Home
last modified time | relevance | path

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

/openbmc/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);
/openbmc/linux/drivers/clk/meson/
H A Da1-peripherals.c787 static struct clk_regmap gen_div = { variable
813 &gen_div.hw
1995 [CLKID_GEN_DIV] = &gen_div.hw,
2152 &gen_div,
/openbmc/qemu/target/openrisc/
H A Dtranslate.c268 static void gen_div(DisasContext *dc, TCGv dest, TCGv srca, TCGv srcb) in gen_div() function
559 gen_div(dc, cpu_R(dc, a->d), cpu_R(dc, a->a), cpu_R(dc, a->b)); in trans_l_div()