Home
last modified time | relevance | path

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

/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc90 static void gen_mulh(TCGv ret, TCGv s1, TCGv s2)
106 return gen_arith_per_ol(ctx, a, EXT_SIGN, gen_mulh, gen_mulh_w,
/qemu/target/microblaze/
H A Dtranslate.c494 static void gen_mulh(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulh() function
513 DO_TYPEA_CFG(mulh, use_hw_mul >= 2, false, gen_mulh) in DO_TYPEA_CFG()