Skip to content

Commit

Permalink
InstcountCI: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonicadvance1 committed Jun 25, 2024
1 parent bd24ebc commit 3e8d780
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions unittests/InstructionCountCI/VEX_map1.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
],
"ExpectedArm64ASM": [
"ldr q2, [x4]",
"mov v16.16b, v17.16b",
"mov v16.d[0], v2.d[0]"
"mov v16.16b, v2.16b",
"mov v16.d[1], v17.d[1]"
]
},
"vmovlpd xmm0, xmm1, [rax]": {
Expand All @@ -228,8 +228,8 @@
],
"ExpectedArm64ASM": [
"ldr q2, [x4]",
"mov v16.16b, v17.16b",
"mov v16.d[0], v2.d[0]"
"mov v16.16b, v2.16b",
"mov v16.d[1], v17.d[1]"
]
},
"vmovsldup xmm0, [rax]": {
Expand Down

0 comments on commit 3e8d780

Please sign in to comment.