// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %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 < %s \ // RUN: | llvm-objdump -d --mattr=+sme - | FileCheck %s --check-prefix=CHECK-INST // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme < %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 < %s \ // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \ // RUN: | llvm-mc -triple=aarch64 -mattr=+sme -disassemble -show-encoding \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // --------------------------------------------------------------------------// // Widening fmopa za0.s, p0/m, p0/m, z0.h, z0.h // CHECK-INST: fmopa za0.s, p0/m, p0/m, z0.h, z0.h // CHECK-ENCODING: [0x00,0x00,0xa0,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81a00000 fmopa za1.s, p5/m, p2/m, z10.h, z21.h // CHECK-INST: fmopa za1.s, p5/m, p2/m, z10.h, z21.h // CHECK-ENCODING: [0x41,0x55,0xb5,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81b55541 fmopa za3.s, p3/m, p7/m, z13.h, z8.h // CHECK-INST: fmopa za3.s, p3/m, p7/m, z13.h, z8.h // CHECK-ENCODING: [0xa3,0xed,0xa8,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81a8eda3 fmopa za3.s, p7/m, p7/m, z31.h, z31.h // CHECK-INST: fmopa za3.s, p7/m, p7/m, z31.h, z31.h // CHECK-ENCODING: [0xe3,0xff,0xbf,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81bfffe3 fmopa za1.s, p3/m, p0/m, z17.h, z16.h // CHECK-INST: fmopa za1.s, p3/m, p0/m, z17.h, z16.h // CHECK-ENCODING: [0x21,0x0e,0xb0,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81b00e21 fmopa za1.s, p1/m, p4/m, z1.h, z30.h // CHECK-INST: fmopa za1.s, p1/m, p4/m, z1.h, z30.h // CHECK-ENCODING: [0x21,0x84,0xbe,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81be8421 fmopa za0.s, p5/m, p2/m, z19.h, z20.h // CHECK-INST: fmopa za0.s, p5/m, p2/m, z19.h, z20.h // CHECK-ENCODING: [0x60,0x56,0xb4,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81b45660 fmopa za0.s, p6/m, p0/m, z12.h, z2.h // CHECK-INST: fmopa za0.s, p6/m, p0/m, z12.h, z2.h // CHECK-ENCODING: [0x80,0x19,0xa2,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81a21980 fmopa za1.s, p2/m, p6/m, z1.h, z26.h // CHECK-INST: fmopa za1.s, p2/m, p6/m, z1.h, z26.h // CHECK-ENCODING: [0x21,0xc8,0xba,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81bac821 fmopa za1.s, p2/m, p0/m, z22.h, z30.h // CHECK-INST: fmopa za1.s, p2/m, p0/m, z22.h, z30.h // CHECK-ENCODING: [0xc1,0x0a,0xbe,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81be0ac1 fmopa za2.s, p5/m, p7/m, z9.h, z1.h // CHECK-INST: fmopa za2.s, p5/m, p7/m, z9.h, z1.h // CHECK-ENCODING: [0x22,0xf5,0xa1,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81a1f522 fmopa za3.s, p2/m, p5/m, z12.h, z11.h // CHECK-INST: fmopa za3.s, p2/m, p5/m, z12.h, z11.h // CHECK-ENCODING: [0x83,0xa9,0xab,0x81] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 81aba983 // --------------------------------------------------------------------------// // Non-widening (single-precision) fmopa za0.s, p0/m, p0/m, z0.s, z0.s // CHECK-INST: fmopa za0.s, p0/m, p0/m, z0.s, z0.s // CHECK-ENCODING: [0x00,0x00,0x80,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 80800000 fmopa za1.s, p5/m, p2/m, z10.s, z21.s // CHECK-INST: fmopa za1.s, p5/m, p2/m, z10.s, z21.s // CHECK-ENCODING: [0x41,0x55,0x95,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 80955541 fmopa za3.s, p3/m, p7/m, z13.s, z8.s // CHECK-INST: fmopa za3.s, p3/m, p7/m, z13.s, z8.s // CHECK-ENCODING: [0xa3,0xed,0x88,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 8088eda3 fmopa za3.s, p7/m, p7/m, z31.s, z31.s // CHECK-INST: fmopa za3.s, p7/m, p7/m, z31.s, z31.s // CHECK-ENCODING: [0xe3,0xff,0x9f,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 809fffe3 fmopa za1.s, p3/m, p0/m, z17.s, z16.s // CHECK-INST: fmopa za1.s, p3/m, p0/m, z17.s, z16.s // CHECK-ENCODING: [0x21,0x0e,0x90,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 80900e21 fmopa za1.s, p1/m, p4/m, z1.s, z30.s // CHECK-INST: fmopa za1.s, p1/m, p4/m, z1.s, z30.s // CHECK-ENCODING: [0x21,0x84,0x9e,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 809e8421 fmopa za0.s, p5/m, p2/m, z19.s, z20.s // CHECK-INST: fmopa za0.s, p5/m, p2/m, z19.s, z20.s // CHECK-ENCODING: [0x60,0x56,0x94,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 80945660 fmopa za0.s, p6/m, p0/m, z12.s, z2.s // CHECK-INST: fmopa za0.s, p6/m, p0/m, z12.s, z2.s // CHECK-ENCODING: [0x80,0x19,0x82,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 80821980 fmopa za1.s, p2/m, p6/m, z1.s, z26.s // CHECK-INST: fmopa za1.s, p2/m, p6/m, z1.s, z26.s // CHECK-ENCODING: [0x21,0xc8,0x9a,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 809ac821 fmopa za1.s, p2/m, p0/m, z22.s, z30.s // CHECK-INST: fmopa za1.s, p2/m, p0/m, z22.s, z30.s // CHECK-ENCODING: [0xc1,0x0a,0x9e,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 809e0ac1 fmopa za2.s, p5/m, p7/m, z9.s, z1.s // CHECK-INST: fmopa za2.s, p5/m, p7/m, z9.s, z1.s // CHECK-ENCODING: [0x22,0xf5,0x81,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 8081f522 fmopa za3.s, p2/m, p5/m, z12.s, z11.s // CHECK-INST: fmopa za3.s, p2/m, p5/m, z12.s, z11.s // CHECK-ENCODING: [0x83,0xa9,0x8b,0x80] // CHECK-ERROR: instruction requires: sme // CHECK-UNKNOWN: 808ba983