mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
tcg: Convert muluh to TCGOutOpBinary
Remove unreachable mul[su]h_i32 leftovers from commit aeb6326ec5
("tcg/riscv: Require TCG_TARGET_REG_BITS == 64").
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
d2c3ecadea
commit
937246f2ee
23 changed files with 123 additions and 82 deletions
|
@ -1890,6 +1890,10 @@ static const TCGOutOpBinary outop_mul = {
|
|||
.out_rrr = tgen_mul,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_muluh = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_nand = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue