mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 13:51:42 +00:00
Avoid temporaries when pre-allocating Store %x, imm8/16/32 (#1123)
This commit is contained in:
parent
644de99e86
commit
ca8745fc8e
1 changed files with 3 additions and 0 deletions
|
@ -1375,6 +1375,9 @@ namespace ARMeilleure.CodeGen.X86
|
||||||
case Instruction.ShiftLeft:
|
case Instruction.ShiftLeft:
|
||||||
case Instruction.ShiftRightSI:
|
case Instruction.ShiftRightSI:
|
||||||
case Instruction.ShiftRightUI:
|
case Instruction.ShiftRightUI:
|
||||||
|
case Instruction.Store:
|
||||||
|
case Instruction.Store16:
|
||||||
|
case Instruction.Store8:
|
||||||
case Instruction.Subtract:
|
case Instruction.Subtract:
|
||||||
case Instruction.VectorExtract:
|
case Instruction.VectorExtract:
|
||||||
case Instruction.VectorExtract16:
|
case Instruction.VectorExtract16:
|
||||||
|
|
Loading…
Reference in a new issue