// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme-f64f64 < %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=+sme-f64f64 < %s \ // RUN: | llvm-objdump -d --mattr=+sme-f64f64 - | FileCheck %s --check-prefix=CHECK-INST // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme-f64f64 < %s \ // RUN: | llvm-objdump -d --mattr=-sme - | FileCheck %s --check-prefix=CHECK-UNKNOWN // Disassemble encoding and check the re-encoding (-show-encoding) matches. // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme-f64f64 < %s \ // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \ // RUN: | llvm-mc -triple=aarch64 -mattr=+sme-f64f64 -disassemble -show-encoding \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // --------------------------------------------------------------------------// // Non-widening (double-precision) fmops za0.d, p0/m, p0/m, z0.d, z0.d // CHECK-INST: fmops za0.d, p0/m, p0/m, z0.d, z0.d // CHECK-ENCODING: [0x10,0x00,0xc0,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80c00010 fmops za5.d, p5/m, p2/m, z10.d, z21.d // CHECK-INST: fmops za5.d, p5/m, p2/m, z10.d, z21.d // CHECK-ENCODING: [0x55,0x55,0xd5,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80d55555 fmops za7.d, p3/m, p7/m, z13.d, z8.d // CHECK-INST: fmops za7.d, p3/m, p7/m, z13.d, z8.d // CHECK-ENCODING: [0xb7,0xed,0xc8,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80c8edb7 fmops za7.d, p7/m, p7/m, z31.d, z31.d // CHECK-INST: fmops za7.d, p7/m, p7/m, z31.d, z31.d // CHECK-ENCODING: [0xf7,0xff,0xdf,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80dffff7 fmops za5.d, p3/m, p0/m, z17.d, z16.d // CHECK-INST: fmops za5.d, p3/m, p0/m, z17.d, z16.d // CHECK-ENCODING: [0x35,0x0e,0xd0,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80d00e35 fmops za1.d, p1/m, p4/m, z1.d, z30.d // CHECK-INST: fmops za1.d, p1/m, p4/m, z1.d, z30.d // CHECK-ENCODING: [0x31,0x84,0xde,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80de8431 fmops za0.d, p5/m, p2/m, z19.d, z20.d // CHECK-INST: fmops za0.d, p5/m, p2/m, z19.d, z20.d // CHECK-ENCODING: [0x70,0x56,0xd4,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80d45670 fmops za0.d, p6/m, p0/m, z12.d, z2.d // CHECK-INST: fmops za0.d, p6/m, p0/m, z12.d, z2.d // CHECK-ENCODING: [0x90,0x19,0xc2,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80c21990 fmops za1.d, p2/m, p6/m, z1.d, z26.d // CHECK-INST: fmops za1.d, p2/m, p6/m, z1.d, z26.d // CHECK-ENCODING: [0x31,0xc8,0xda,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80dac831 fmops za5.d, p2/m, p0/m, z22.d, z30.d // CHECK-INST: fmops za5.d, p2/m, p0/m, z22.d, z30.d // CHECK-ENCODING: [0xd5,0x0a,0xde,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80de0ad5 fmops za2.d, p5/m, p7/m, z9.d, z1.d // CHECK-INST: fmops za2.d, p5/m, p7/m, z9.d, z1.d // CHECK-ENCODING: [0x32,0xf5,0xc1,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80c1f532 fmops za7.d, p2/m, p5/m, z12.d, z11.d // CHECK-INST: fmops za7.d, p2/m, p5/m, z12.d, z11.d // CHECK-ENCODING: [0x97,0xa9,0xcb,0x80] // CHECK-ERROR: instruction requires: sme-f64f64 // CHECK-UNKNOWN: 80cba997