From 9878fc2d3cf4c64f56c44c2a5de013acb6bcbade Mon Sep 17 00:00:00 2001 From: gdkchan Date: Thu, 30 Jul 2020 11:29:28 -0300 Subject: Implement inline memory load/store exclusive and ordered (#1413) * Implement inline memory load/store exclusive * Fix missing REX prefix on 8-bits CMPXCHG * Increment PTC version due to bugfix * Remove redundant memory checks * Address PR feedback * Increment PPTC version --- ARMeilleure/IntermediateRepresentation/Instruction.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ARMeilleure/IntermediateRepresentation') diff --git a/ARMeilleure/IntermediateRepresentation/Instruction.cs b/ARMeilleure/IntermediateRepresentation/Instruction.cs index dfd02c22..8ffaf3dc 100644 --- a/ARMeilleure/IntermediateRepresentation/Instruction.cs +++ b/ARMeilleure/IntermediateRepresentation/Instruction.cs @@ -13,6 +13,8 @@ namespace ARMeilleure.IntermediateRepresentation ByteSwap, Call, CompareAndSwap, + CompareAndSwap16, + CompareAndSwap8, CompareEqual, CompareGreater, CompareGreaterOrEqual, -- cgit v1.2.3