diff --git a/unittests/InstructionCountCI/FlagM/Primary_32Bit.json b/unittests/InstructionCountCI/FlagM/Primary_32Bit.json index 813c15c33e..d98336e400 100644 --- a/unittests/InstructionCountCI/FlagM/Primary_32Bit.json +++ b/unittests/InstructionCountCI/FlagM/Primary_32Bit.json @@ -49,10 +49,13 @@ ] }, "pop ss": { - "ExpectedInstructionCount": 6, + "ExpectedInstructionCount": 9, "Comment": "0x17", "ExpectedArm64ASM": [ "ldr w20, [x8], #4", + "ldrb w21, [x28, #984]", + "and w21, w21, #0x1", + "strb w21, [x28, #984]", "strh w20, [x28, #932]", "ubfx w20, w20, #3, #13", "add x0, x28, x20, lsl #2", diff --git a/unittests/InstructionCountCI/Primary_32Bit.json b/unittests/InstructionCountCI/Primary_32Bit.json index e13efb4255..e8fb199cbf 100644 --- a/unittests/InstructionCountCI/Primary_32Bit.json +++ b/unittests/InstructionCountCI/Primary_32Bit.json @@ -48,10 +48,13 @@ ] }, "pop ss": { - "ExpectedInstructionCount": 6, + "ExpectedInstructionCount": 9, "Comment": "0x17", "ExpectedArm64ASM": [ "ldr w20, [x8], #4", + "ldrb w21, [x28, #984]", + "and w21, w21, #0x1", + "strb w21, [x28, #984]", "strh w20, [x28, #932]", "ubfx w20, w20, #3, #13", "add x0, x28, x20, lsl #2",