From 791b1853a72502ff16a8252107736182ab4041c1 Mon Sep 17 00:00:00 2001 From: Billy Laws Date: Mon, 18 Nov 2024 22:42:30 +0000 Subject: [PATCH] instcountci: update --- unittests/InstructionCountCI/FlagM/Primary_32Bit.json | 5 ++++- unittests/InstructionCountCI/Primary_32Bit.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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",