// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \ // RUN: | FileCheck %s --check-prefix=CHECK-ERROR // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \ // RUN: | llvm-objdump -d --mattr=+sme2 - | FileCheck %s --check-prefix=CHECK-INST // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \ // RUN: | llvm-objdump -d --mattr=-sme2,-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \ // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \ // RUN: | llvm-mc -triple=aarch64 -mattr=+sme2 -disassemble -show-encoding \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST sqcvtn z0.h, {z0.s-z1.s} // 01000101-00110001-01000000-00000000 // CHECK-INST: sqcvtn z0.h, { z0.s, z1.s } // CHECK-ENCODING: [0x00,0x40,0x31,0x45] // CHECK-ERROR: instruction requires: sme2 or sve2p1 // CHECK-UNKNOWN: 45314000 sqcvtn z21.h, {z10.s-z11.s} // 01000101-00110001-01000001-01010101 // CHECK-INST: sqcvtn z21.h, { z10.s, z11.s } // CHECK-ENCODING: [0x55,0x41,0x31,0x45] // CHECK-ERROR: instruction requires: sme2 or sve2p1 // CHECK-UNKNOWN: 45314155 sqcvtn z23.h, {z12.s-z13.s} // 01000101-00110001-01000001-10010111 // CHECK-INST: sqcvtn z23.h, { z12.s, z13.s } // CHECK-ENCODING: [0x97,0x41,0x31,0x45] // CHECK-ERROR: instruction requires: sme2 or sve2p1 // CHECK-UNKNOWN: 45314197 sqcvtn z31.h, {z30.s-z31.s} // 01000101-00110001-01000011-11011111 // CHECK-INST: sqcvtn z31.h, { z30.s, z31.s } // CHECK-ENCODING: [0xdf,0x43,0x31,0x45] // CHECK-ERROR: instruction requires: sme2 or sve2p1 // CHECK-UNKNOWN: 453143df