Skip to content

Commit

Permalink
InstcountCI: Update for vixl update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Feb 27, 2024
1 parent ccc6994 commit 1c18499
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/Crypto/H0F3A.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"0x66 0x0f 0x3a 0x44"
],
"ExpectedArm64ASM": [
"unallocated (Unallocated)"
"pmull v16.1q, v16.1d, v17.1d"
]
},
"pclmulqdq xmm0, xmm1, 00001b": {
Expand All @@ -27,7 +27,7 @@
],
"ExpectedArm64ASM": [
"dup v0.2d, v16.d[1]",
"unallocated (Unallocated)"
"pmull v16.1q, v0.1d, v17.1d"
]
},
"pclmulqdq xmm0, xmm1, 10000b": {
Expand All @@ -37,7 +37,7 @@
],
"ExpectedArm64ASM": [
"dup v0.2d, v17.d[1]",
"unallocated (Unallocated)"
"pmull v16.1q, v0.1d, v16.1d"
]
},
"pclmulqdq xmm0, xmm1, 10001b": {
Expand All @@ -46,7 +46,7 @@
"0x66 0x0f 0x3a 0x44"
],
"ExpectedArm64ASM": [
"unallocated (Unallocated)"
"pmull2 v16.1q, v16.2d, v17.2d"
]
},
"aeskeygenassist xmm0, xmm1, 0": {
Expand Down
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/VEX_map3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4102,7 +4102,7 @@
"Map 3 0b01 0x44 128-bit"
],
"ExpectedArm64ASM": [
"unallocated (Unallocated)"
"pmull v16.1q, v17.1d, v18.1d"
]
},
"vpclmulqdq xmm0, xmm1, xmm2, 00001b": {
Expand All @@ -4112,7 +4112,7 @@
],
"ExpectedArm64ASM": [
"dup v0.2d, v17.d[1]",
"unallocated (Unallocated)"
"pmull v16.1q, v0.1d, v18.1d"
]
},
"vpclmulqdq xmm0, xmm1, xmm2, 10000b": {
Expand All @@ -4122,7 +4122,7 @@
],
"ExpectedArm64ASM": [
"dup v0.2d, v18.d[1]",
"unallocated (Unallocated)"
"pmull v16.1q, v0.1d, v17.1d"
]
},
"vpclmulqdq xmm0, xmm1, xmm2, 10001b": {
Expand All @@ -4131,7 +4131,7 @@
"Map 3 0b01 0x44 128-bit"
],
"ExpectedArm64ASM": [
"unallocated (Unallocated)"
"pmull2 v16.1q, v17.2d, v18.2d"
]
},
"vpclmulqdq ymm0, ymm1, ymm2, 00000b": {
Expand Down

0 comments on commit 1c18499

Please sign in to comment.