Skip to content

Commit

Permalink
InstcountCI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Feb 11, 2025
1 parent 3160e0a commit 549cdc4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 24 deletions.
14 changes: 6 additions & 8 deletions unittests/InstructionCountCI/FlagM/HotBlocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@
]
},
"pcmpistri xmm0, xmm1, 0_0_00_11_01b": {
"ExpectedInstructionCount": 38,
"ExpectedInstructionCount": 36,
"Comment": [
"A Hat In Time spends at least 5% CPU time in this instruction",
"Comes from vcruntime140.dll wcsstr"
Expand All @@ -776,13 +776,11 @@
"st1 {v2.2d, v3.2d}, [x0], #32",
"st1 {v4.2d, v5.2d, v6.2d, v7.2d}, [x0], #64",
"str x30, [x0], #16",
"mov x0, v16.d[0]",
"mov x1, v16.d[1]",
"mov x2, v17.d[0]",
"mov x3, v17.d[1]",
"mov w4, #0xd",
"ldr x5, [x28, #1760]",
"blr x5",
"mov v0.16b, v16.16b",
"mov v1.16b, v17.16b",
"mov w0, #0xd",
"ldr x1, [x28, #1760]",
"blr x1",
"ldr w4, [x28, #1000]",
"msr nzcv, x4",
"ldp x4, x7, [x28, #280]",
Expand Down
28 changes: 12 additions & 16 deletions unittests/InstructionCountCI/SSE42_Strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
]
},
"pcmpistrm xmm0, xmm1, 0_0_00_00_00b": {
"ExpectedInstructionCount": 34,
"ExpectedInstructionCount": 32,
"Comment": [
"0x66 0x0f 0x3A 0x62"
],
Expand All @@ -144,13 +144,11 @@
"st1 {v2.2d, v3.2d}, [x0], #32",
"st1 {v4.2d, v5.2d, v6.2d, v7.2d}, [x0], #64",
"str x30, [x0], #16",
"mov x0, v16.d[0]",
"mov x1, v16.d[1]",
"mov x2, v17.d[0]",
"mov x3, v17.d[1]",
"mov w4, #0x0",
"ldr x5, [x28, #1760]",
"blr x5",
"mov v0.16b, v16.16b",
"mov v1.16b, v17.16b",
"mov w0, #0x0",
"ldr x1, [x28, #1760]",
"blr x1",
"ldr w4, [x28, #1000]",
"msr nzcv, x4",
"ldp x4, x7, [x28, #280]",
Expand All @@ -170,7 +168,7 @@
]
},
"pcmpistri xmm0, xmm1, 0_0_00_00_00b": {
"ExpectedInstructionCount": 38,
"ExpectedInstructionCount": 36,
"Comment": [
"0x66 0x0f 0x3A 0x63"
],
Expand All @@ -186,13 +184,11 @@
"st1 {v2.2d, v3.2d}, [x0], #32",
"st1 {v4.2d, v5.2d, v6.2d, v7.2d}, [x0], #64",
"str x30, [x0], #16",
"mov x0, v16.d[0]",
"mov x1, v16.d[1]",
"mov x2, v17.d[0]",
"mov x3, v17.d[1]",
"mov w4, #0x0",
"ldr x5, [x28, #1760]",
"blr x5",
"mov v0.16b, v16.16b",
"mov v1.16b, v17.16b",
"mov w0, #0x0",
"ldr x1, [x28, #1760]",
"blr x1",
"ldr w4, [x28, #1000]",
"msr nzcv, x4",
"ldp x4, x7, [x28, #280]",
Expand Down

0 comments on commit 549cdc4

Please sign in to comment.