Skip to content

Commit

Permalink
FXTRACT fix instcountci
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatos committed Sep 30, 2024
1 parent 16f0930 commit 2bb99bb
Show file tree
Hide file tree
Showing 8 changed files with 150,440 additions and 18,568 deletions.
4,476 changes: 4,463 additions & 13 deletions unittests/InstructionCountCI/FlagM/x87-HalfLife.json

Large diffs are not rendered by default.

60,604 changes: 49,027 additions & 11,577 deletions unittests/InstructionCountCI/FlagM/x87-Oblivion.json

Large diffs are not rendered by default.

66,482 changes: 60,691 additions & 5,791 deletions unittests/InstructionCountCI/FlagM/x87-Psychonauts.json

Large diffs are not rendered by default.

9,232 changes: 8,998 additions & 234 deletions unittests/InstructionCountCI/FlagM/x87.json

Large diffs are not rendered by default.

9,788 changes: 9,280 additions & 508 deletions unittests/InstructionCountCI/FlagM/x87_f64.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions unittests/InstructionCountCI/Primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1996,10 +1996,10 @@
"ExpectedInstructionCount": 4,
"Comment": "0x86",
"ExpectedArm64ASM": [
"mov x20, x7",
"bfxil x20, x6, #0, #8",
"bfxil x6, x7, #0, #8",
"mov x7, x20"
"mov x20, x6",
"bfxil x20, x7, #0, #8",
"bfxil x7, x6, #0, #8",
"mov x6, x20"
]
},
"xchg [rax], cl": {
Expand All @@ -2014,10 +2014,10 @@
"ExpectedInstructionCount": 4,
"Comment": "0x87",
"ExpectedArm64ASM": [
"mov x20, x7",
"bfxil x20, x6, #0, #16",
"bfxil x6, x7, #0, #16",
"mov x7, x20"
"mov x20, x6",
"bfxil x20, x7, #0, #16",
"bfxil x7, x6, #0, #16",
"mov x6, x20"
]
},
"xchg [rax], cx": {
Expand All @@ -2032,9 +2032,9 @@
"ExpectedInstructionCount": 3,
"Comment": "0x87",
"ExpectedArm64ASM": [
"mov w20, w6",
"mov w6, w7",
"mov x7, x20"
"mov w20, w7",
"mov w7, w6",
"mov x6, x20"
]
},
"xchg [rax], ecx": {
Expand Down
Loading

0 comments on commit 2bb99bb

Please sign in to comment.