Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc106 return gen_arith_per_ol(ctx, a, EXT_SIGN, gen_mulh, gen_mulh_w,
150 return gen_arith_per_ol(ctx, a, EXT_NONE, gen_mulhsu, gen_mulhsu_w,
165 return gen_arith_per_ol(ctx, a, EXT_ZERO, gen_mulhu, gen_mulh_w,
/openbmc/qemu/target/riscv/
H A Dtranslate.c922 static bool gen_arith_per_ol(DisasContext *ctx, arg_r *a, DisasExtend ext, in gen_arith_per_ol() function