diff options
Diffstat (limited to 'llvm/test/MC/ARM/neont2-dup-encoding.s')
| -rw-r--r-- | llvm/test/MC/ARM/neont2-dup-encoding.s | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/llvm/test/MC/ARM/neont2-dup-encoding.s b/llvm/test/MC/ARM/neont2-dup-encoding.s index 5d2a00597b8..bf25d70b5cf 100644 --- a/llvm/test/MC/ARM/neont2-dup-encoding.s +++ b/llvm/test/MC/ARM/neont2-dup-encoding.s @@ -16,16 +16,28 @@ @ CHECK: vdup.16 q8, r5 @ encoding: [0xa0,0xee,0xb0,0x5b] @ CHECK: vdup.32 q7, r6 @ encoding: [0xae,0xee,0x10,0x6b] -@ vdup.8 d16, d16[1] -@ vdup.16 d16, d16[1] -@ vdup.32 d16, d16[1] -@ vdup.8 q8, d16[1] -@ vdup.16 q8, d16[1] -@ vdup.32 q8, d16[1] + vdup.8 d16, d11[0] + vdup.16 d17, d12[0] + vdup.32 d18, d13[0] + vdup.8 q3, d10[0] + vdup.16 q9, d9[0] + vdup.32 q8, d8[0] + vdup.8 d16, d11[1] + vdup.16 d17, d12[1] + vdup.32 d18, d13[1] + vdup.8 q3, d10[1] + vdup.16 q9, d9[1] + vdup.32 q8, d8[1] -@ FIXME: vdup.8 d16, d16[1] @ encoding: [0x20,0x0c,0xf3,0xff] -@ FIXME: vdup.16 d16, d16[1] @ encoding: [0x20,0x0c,0xf6,0xff] -@ FIXME: vdup.32 d16, d16[1] @ encoding: [0x20,0x0c,0xfc,0xff] -@ FIXME: vdup.8 q8, d16[1] @ encoding: [0x60,0x0c,0xf3,0xff] -@ FIXME: vdup.16 q8, d16[1] @ encoding: [0x60,0x0c,0xf6,0xff] -@ FIXME: vdup.32 q8, d16[1] @ encoding: [0x60,0x0c,0xfc,0xff] +@ CHECK: vdup.8 d16, d11[0] @ encoding: [0xf1,0xff,0x0b,0x0c] +@ CHECK: vdup.16 d17, d12[0] @ encoding: [0xf2,0xff,0x0c,0x1c] +@ CHECK: vdup.32 d18, d13[0] @ encoding: [0xf4,0xff,0x0d,0x2c] +@ CHECK: vdup.8 q3, d10[0] @ encoding: [0xb1,0xff,0x4a,0x6c] +@ CHECK: vdup.16 q9, d9[0] @ encoding: [0xf2,0xff,0x49,0x2c] +@ CHECK: vdup.32 q8, d8[0] @ encoding: [0xf4,0xff,0x48,0x0c] +@ CHECK: vdup.8 d16, d11[1] @ encoding: [0xf3,0xff,0x0b,0x0c] +@ CHECK: vdup.16 d17, d12[1] @ encoding: [0xf6,0xff,0x0c,0x1c] +@ CHECK: vdup.32 d18, d13[1] @ encoding: [0xfc,0xff,0x0d,0x2c] +@ CHECK: vdup.8 q3, d10[1] @ encoding: [0xb3,0xff,0x4a,0x6c] +@ CHECK: vdup.16 q9, d9[1] @ encoding: [0xf6,0xff,0x49,0x2c] +@ CHECK: vdup.32 q8, d8[1] @ encoding: [0xfc,0xff,0x48,0x0c] |

