Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc154 static void gen_mulhu(TCGv ret, TCGv s1, TCGv s2)
165 return gen_arith_per_ol(ctx, a, EXT_ZERO, gen_mulhu, gen_mulh_w,
/openbmc/qemu/target/microblaze/
H A Dtranslate.c503 static void gen_mulhu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhu() function
517 DO_TYPEA_CFG(mulhu, use_hw_mul >= 2, false, gen_mulhu) in DO_TYPEA_CFG()