mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-14 09:28:34 +00:00
InstCountCI: Update for pshuf fixes
This commit is contained in:
parent
4c9890d7f8
commit
9b68617fa8
@ -336,14 +336,15 @@
|
||||
]
|
||||
},
|
||||
"pshufhw xmm0, xmm1, 01010000b": {
|
||||
"ExpectedInstructionCount": 2,
|
||||
"ExpectedInstructionCount": 3,
|
||||
"Comment": [
|
||||
"Upper elements Self-zip",
|
||||
"0xf3 0x0f 0x70"
|
||||
],
|
||||
"ExpectedArm64ASM": [
|
||||
"zip1 v2.8h, v17.8h, v17.8h",
|
||||
"zip1 v16.2d, v17.2d, v2.2d"
|
||||
"ldr x0, [x28, #2008]",
|
||||
"ldr q2, [x0, #1280]",
|
||||
"tbl v16.16b, {v17.16b}, v2.16b"
|
||||
]
|
||||
},
|
||||
"pshufhw xmm0, xmm1, 1": {
|
||||
|
@ -278,14 +278,15 @@
|
||||
]
|
||||
},
|
||||
"pshuflw xmm0, xmm1, 01010000b": {
|
||||
"ExpectedInstructionCount": 2,
|
||||
"ExpectedInstructionCount": 3,
|
||||
"Comment": [
|
||||
"Lower elements Self-zip",
|
||||
"0xf2 0x0f 0x70"
|
||||
],
|
||||
"ExpectedArm64ASM": [
|
||||
"zip1 v2.8h, v17.8h, v17.8h",
|
||||
"zip1 v16.2d, v2.2d, v17.2d"
|
||||
"ldr x0, [x28, #2000]",
|
||||
"ldr q2, [x0, #1280]",
|
||||
"tbl v16.16b, {v17.16b}, v2.16b"
|
||||
]
|
||||
},
|
||||
"pshuflw xmm0, xmm1, 1": {
|
||||
|
Loading…
Reference in New Issue
Block a user