mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tcg: Convert mulsh to TCGOutOpBinary
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
aa28c9ef8e
commit
a9983f8129
23 changed files with 95 additions and 72 deletions
|
@ -1890,6 +1890,10 @@ static const TCGOutOpBinary outop_mul = {
|
|||
.out_rrr = tgen_mul,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_mulsh = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
static const TCGOutOpBinary outop_muluh = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue