Skip to content

Commit

Permalink
InstcountCI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Mar 7, 2025
1 parent 4b36d4f commit b76f819
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions unittests/InstructionCountCI/AFP/SVE256/Secondary_REP.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@
]
},
"rcpss xmm0, xmm1": {
"ExpectedInstructionCount": 2,
"ExpectedInstructionCount": 3,
"Comment": [
"FEAT_FPRES could make this more optimal",
"0xf3 0x0f 0x53"
],
"ExpectedArm64ASM": [
"fmov s0, #0x70 (1.0000)",
"fdiv s16, s0, s17"
"fdiv s0, s0, s17",
"mov v16.s[0], v0.s[0]"
]
},
"addss xmm0, xmm1": {
Expand Down
5 changes: 3 additions & 2 deletions unittests/InstructionCountCI/AFP/Secondary_REP.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,15 @@
]
},
"rcpss xmm0, xmm1": {
"ExpectedInstructionCount": 2,
"ExpectedInstructionCount": 3,
"Comment": [
"FEAT_FPRES could make this more optimal",
"0xf3 0x0f 0x53"
],
"ExpectedArm64ASM": [
"fmov s0, #0x70 (1.0000)",
"fdiv s16, s0, s17"
"fdiv s0, s0, s17",
"mov v16.s[0], v0.s[0]"
]
},
"addss xmm0, xmm1": {
Expand Down
5 changes: 3 additions & 2 deletions unittests/InstructionCountCI/AFP/VEX_map1.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,16 @@
]
},
"vrcpss xmm0, xmm1, xmm2": {
"ExpectedInstructionCount": 3,
"ExpectedInstructionCount": 4,
"Comment": [
"FEAT_FPRES could make this more optimal",
"Map 1 0b10 0x53 128-bit"
],
"ExpectedArm64ASM": [
"mov v16.16b, v17.16b",
"fmov s0, #0x70 (1.0000)",
"fdiv s16, s0, s18"
"fdiv s0, s0, s18",
"mov v16.s[0], v0.s[0]"
]
},
"vcmpss xmm0, xmm1, xmm2, 0x00": {
Expand Down

0 comments on commit b76f819

Please sign in to comment.