15 lines · plain
1// RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 2>&1 < %s | FileCheck %s2 3// --------------------------------------------------------------------------//4// Invalid vector suffix5 6tbxq z0.b, z0.h, z0.h7// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid8// CHECK-NEXT: tbxq z0.b, z0.h, z0.h9// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:10 11tbxq z23.d, z23.s, z13.s12// CHECK: [[@LINE-1]]:{{[0-9]+}}: error: invalid element width13// CHECK-NEXT: tbxq z23.d, z23.s, z13.s14// CHECK-NOT: [[@LINE-1]]:{{[0-9]+}}:15