Skip to content

Commit

Permalink
instcountci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
bylaws committed Dec 9, 2024
1 parent 5f9180e commit 791b185
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion unittests/InstructionCountCI/FlagM/Primary_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 4 additions & 1 deletion unittests/InstructionCountCI/Primary_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 791b185

Please sign in to comment.