mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tcg: Convert div2 to TCGOutOpDivRem
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
961b80aecd
commit
d6cad9c927
11 changed files with 88 additions and 29 deletions
|
@ -1733,6 +1733,10 @@ static const TCGOutOpBinary outop_divs = {
|
|||
.out_rrr = tgen_divs,
|
||||
};
|
||||
|
||||
static const TCGOutOpDivRem outop_divs2 = {
|
||||
.base.static_constraint = C_NotImplemented,
|
||||
};
|
||||
|
||||
static void tgen_divu(TCGContext *s, TCGType type,
|
||||
TCGReg a0, TCGReg a1, TCGReg a2)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue