Searched refs:gen_mulh (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 90 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,
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 494 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()
|