Skip to content

Commit

Permalink
InstCountCI: Update
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Rosenzweig <[email protected]>
  • Loading branch information
alyssarosenzweig committed Mar 27, 2024
1 parent 61758ea commit d1722ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 20 deletions.
7 changes: 3 additions & 4 deletions unittests/InstructionCountCI/FlagM/HotBlocks_32Bit.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
]
},
"dxvk hotblock from MGRR": {
"ExpectedInstructionCount": 43,
"ExpectedInstructionCount": 42,
"Comment": [
"Hottest block in Metal Gear Rising: Revengeance render thread"
],
Expand Down Expand Up @@ -141,9 +141,8 @@
"cset x22, eq",
"msr nzcv, x21",
"rmif x22, #62, #nZcv",
"cbnz x22, #+0xc",
"mov w4, w20",
"mov w6, w12"
"csel x4, x20, x4, ne",
"csel x6, x12, x6, ne"
]
},
"Psychonauts matrix swizzle": {
Expand Down
14 changes: 6 additions & 8 deletions unittests/InstructionCountCI/FlagM/SecondaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@
]
},
"cmpxchg8b [rbp]": {
"ExpectedInstructionCount": 25,
"ExpectedInstructionCount": 24,
"Comment": "GROUP9 0x0F 0xC7 /1",
"ExpectedArm64ASM": [
"add x20, x9, #0x0 (0)",
Expand All @@ -669,13 +669,12 @@
"cset x22, eq",
"msr nzcv, x21",
"rmif x22, #62, #nZcv",
"cbnz x22, #+0xc",
"mov x4, x20",
"mov x6, x30"
"csel x4, x20, x4, ne",
"csel x6, x30, x6, ne"
]
},
"cmpxchg16b [rbp]": {
"ExpectedInstructionCount": 21,
"ExpectedInstructionCount": 20,
"Comment": "GROUP9 0x0F 0xC7 /1",
"ExpectedArm64ASM": [
"add x20, x9, #0x0 (0)",
Expand All @@ -696,9 +695,8 @@
"cset x22, eq",
"msr nzcv, x21",
"rmif x22, #62, #nZcv",
"cbnz x22, #+0xc",
"mov x4, x20",
"mov x6, x30"
"csel x4, x20, x4, ne",
"csel x6, x30, x6, ne"
]
},
"rdrand ax": {
Expand Down
14 changes: 6 additions & 8 deletions unittests/InstructionCountCI/SecondaryGroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
]
},
"cmpxchg8b [rbp]": {
"ExpectedInstructionCount": 25,
"ExpectedInstructionCount": 24,
"Comment": "GROUP9 0x0F 0xC7 /1",
"ExpectedArm64ASM": [
"add x20, x9, #0x0 (0)",
Expand All @@ -801,13 +801,12 @@
"cset x22, eq",
"bfi w21, w22, #30, #1",
"msr nzcv, x21",
"cbnz x22, #+0xc",
"mov x4, x20",
"mov x6, x30"
"csel x4, x20, x4, ne",
"csel x6, x30, x6, ne"
]
},
"cmpxchg16b [rbp]": {
"ExpectedInstructionCount": 21,
"ExpectedInstructionCount": 20,
"Comment": "GROUP9 0x0F 0xC7 /1",
"ExpectedArm64ASM": [
"add x20, x9, #0x0 (0)",
Expand All @@ -828,9 +827,8 @@
"cset x22, eq",
"bfi w21, w22, #30, #1",
"msr nzcv, x21",
"cbnz x22, #+0xc",
"mov x4, x20",
"mov x6, x30"
"csel x4, x20, x4, ne",
"csel x6, x30, x6, ne"
]
},
"rdrand ax": {
Expand Down

0 comments on commit d1722ab

Please sign in to comment.