1
0
forked from MeloNX/MeloNX

Avoid temporaries when pre-allocating Store %x, imm8/16/32 (#1123)

This commit is contained in:
Ficture Seven 2020-04-20 16:40:13 +04:00 committed by GitHub
parent aec95653e4
commit 13fe07122f

View File

@ -1375,6 +1375,9 @@ namespace ARMeilleure.CodeGen.X86
case Instruction.ShiftLeft:
case Instruction.ShiftRightSI:
case Instruction.ShiftRightUI:
case Instruction.Store:
case Instruction.Store16:
case Instruction.Store8:
case Instruction.Subtract:
case Instruction.VectorExtract:
case Instruction.VectorExtract16: