Skip to content

Commit

Permalink
InstcountCI: Add pause instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Oct 15, 2024
1 parent e53f396 commit b967538
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions unittests/InstructionCountCI/Primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,6 +2540,13 @@
"Comment": "0x90",
"ExpectedArm64ASM": []
},
"pause": {
"ExpectedInstructionCount": 1,
"Comment": "0xF3 0x90",
"ExpectedArm64ASM": [
"wfe"
]
},
"cbw": {
"ExpectedInstructionCount": 2,
"Comment": "0x98",
Expand Down

0 comments on commit b967538

Please sign in to comment.