Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc124 static void gen_mulhsu(TCGv ret, TCGv arg1, TCGv arg2)
150 return gen_arith_per_ol(ctx, a, EXT_NONE, gen_mulhsu, gen_mulhsu_w,
/openbmc/qemu/target/microblaze/
H A Dtranslate.c509 static void gen_mulhsu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhsu() function
518 DO_TYPEA_CFG(mulhsu, use_hw_mul >= 2, false, gen_mulhsu) in DO_TYPEA_CFG()