[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / AArch64 / SVE2 / eorbt-diagnostics.s
blobdcdefc08122f5a35cc486c90d7b077b2fc93bf05
1 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2 2>&1 < %s| FileCheck %s
4 // ------------------------------------------------------------------------- //
5 // Invalid element width
7 eorbt z0.b, z1.h, z2.s
8 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width
9 // CHECK-NEXT: eorbt z0.b, z1.h, z2.s
10 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:
13 // --------------------------------------------------------------------------//
14 // Negative tests for instructions that are incompatible with movprfx
16 movprfx z0.d, p0/z, z7.d
17 eorbt z0.d, z1.d, z7.d
18 // CHECK: [[@LINE-1]]:{{[0-9]+}}: error: instruction is unpredictable when following a predicated movprfx, suggest using unpredicated movprfx
19 // CHECK-NEXT: eorbt z0.d, z1.d, z7.d
20 // CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}: