Searched refs:gen_mulhsu (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvm.c.inc | 124 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 D | translate.c | 506 static void gen_mulhsu(TCGv_i32 out, TCGv_i32 ina, TCGv_i32 inb) in gen_mulhsu() function 515 DO_TYPEA_CFG(mulhsu, use_hw_mul >= 2, false, gen_mulhsu) in DO_TYPEA_CFG()
|