111 lines · plain
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \2// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \4// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST5// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \6// RUN: | FileCheck %s --check-prefix=CHECK-ERROR7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \8// RUN: | llvm-objdump -d --no-print-imm-hex --mattr=+sme2 - | FileCheck %s --check-prefix=CHECK-INST9// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \10// RUN: | llvm-objdump -d --mattr=-sme2,-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN11// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \12// RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \13// RUN: | llvm-mc -triple=aarch64 -mattr=+sme2 -disassemble -show-encoding \14// RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST15 16ldnt1d {z0.d-z1.d}, pn8/z, [x0, x0, lsl #3] // 10100000-00000000-01100000-0000000117// CHECK-INST: ldnt1d { z0.d, z1.d }, pn8/z, [x0, x0, lsl #3]18// CHECK-ENCODING: [0x01,0x60,0x00,0xa0]19// CHECK-ERROR: instruction requires: sme2 or sve2p120// CHECK-UNKNOWN: a0006001 <unknown>21 22ldnt1d {z20.d-z21.d}, pn13/z, [x10, x21, lsl #3] // 10100000-00010101-01110101-0101010123// CHECK-INST: ldnt1d { z20.d, z21.d }, pn13/z, [x10, x21, lsl #3]24// CHECK-ENCODING: [0x55,0x75,0x15,0xa0]25// CHECK-ERROR: instruction requires: sme2 or sve2p126// CHECK-UNKNOWN: a0157555 <unknown>27 28ldnt1d {z22.d-z23.d}, pn11/z, [x13, x8, lsl #3] // 10100000-00001000-01101101-1011011129// CHECK-INST: ldnt1d { z22.d, z23.d }, pn11/z, [x13, x8, lsl #3]30// CHECK-ENCODING: [0xb7,0x6d,0x08,0xa0]31// CHECK-ERROR: instruction requires: sme2 or sve2p132// CHECK-UNKNOWN: a0086db7 <unknown>33 34ldnt1d {z30.d-z31.d}, pn15/z, [sp, xzr, lsl #3] // 10100000-00011111-01111111-1111111135// CHECK-INST: ldnt1d { z30.d, z31.d }, pn15/z, [sp, xzr, lsl #3]36// CHECK-ENCODING: [0xff,0x7f,0x1f,0xa0]37// CHECK-ERROR: instruction requires: sme2 or sve2p138// CHECK-UNKNOWN: a01f7fff <unknown>39 40ldnt1d {z0.d-z1.d}, pn8/z, [x0] // 10100000-01000000-01100000-0000000141// CHECK-INST: ldnt1d { z0.d, z1.d }, pn8/z, [x0]42// CHECK-ENCODING: [0x01,0x60,0x40,0xa0]43// CHECK-ERROR: instruction requires: sme2 or sve2p144// CHECK-UNKNOWN: a0406001 <unknown>45 46ldnt1d {z20.d-z21.d}, pn13/z, [x10, #10, mul vl] // 10100000-01000101-01110101-0101010147// CHECK-INST: ldnt1d { z20.d, z21.d }, pn13/z, [x10, #10, mul vl]48// CHECK-ENCODING: [0x55,0x75,0x45,0xa0]49// CHECK-ERROR: instruction requires: sme2 or sve2p150// CHECK-UNKNOWN: a0457555 <unknown>51 52ldnt1d {z22.d-z23.d}, pn11/z, [x13, #-16, mul vl] // 10100000-01001000-01101101-1011011153// CHECK-INST: ldnt1d { z22.d, z23.d }, pn11/z, [x13, #-16, mul vl]54// CHECK-ENCODING: [0xb7,0x6d,0x48,0xa0]55// CHECK-ERROR: instruction requires: sme2 or sve2p156// CHECK-UNKNOWN: a0486db7 <unknown>57 58ldnt1d {z30.d-z31.d}, pn15/z, [sp, #-2, mul vl] // 10100000-01001111-01111111-1111111159// CHECK-INST: ldnt1d { z30.d, z31.d }, pn15/z, [sp, #-2, mul vl]60// CHECK-ENCODING: [0xff,0x7f,0x4f,0xa0]61// CHECK-ERROR: instruction requires: sme2 or sve2p162// CHECK-UNKNOWN: a04f7fff <unknown>63 64ldnt1d {z0.d-z3.d}, pn8/z, [x0, x0, lsl #3] // 10100000-00000000-11100000-0000000165// CHECK-INST: ldnt1d { z0.d - z3.d }, pn8/z, [x0, x0, lsl #3]66// CHECK-ENCODING: [0x01,0xe0,0x00,0xa0]67// CHECK-ERROR: instruction requires: sme2 or sve2p168// CHECK-UNKNOWN: a000e001 <unknown>69 70ldnt1d {z20.d-z23.d}, pn13/z, [x10, x21, lsl #3] // 10100000-00010101-11110101-0101010171// CHECK-INST: ldnt1d { z20.d - z23.d }, pn13/z, [x10, x21, lsl #3]72// CHECK-ENCODING: [0x55,0xf5,0x15,0xa0]73// CHECK-ERROR: instruction requires: sme2 or sve2p174// CHECK-UNKNOWN: a015f555 <unknown>75 76ldnt1d {z20.d-z23.d}, pn11/z, [x13, x8, lsl #3] // 10100000-00001000-11101101-1011010177// CHECK-INST: ldnt1d { z20.d - z23.d }, pn11/z, [x13, x8, lsl #3]78// CHECK-ENCODING: [0xb5,0xed,0x08,0xa0]79// CHECK-ERROR: instruction requires: sme2 or sve2p180// CHECK-UNKNOWN: a008edb5 <unknown>81 82ldnt1d {z28.d-z31.d}, pn15/z, [sp, xzr, lsl #3] // 10100000-00011111-11111111-1111110183// CHECK-INST: ldnt1d { z28.d - z31.d }, pn15/z, [sp, xzr, lsl #3]84// CHECK-ENCODING: [0xfd,0xff,0x1f,0xa0]85// CHECK-ERROR: instruction requires: sme2 or sve2p186// CHECK-UNKNOWN: a01ffffd <unknown>87 88ldnt1d {z0.d-z3.d}, pn8/z, [x0] // 10100000-01000000-11100000-0000000189// CHECK-INST: ldnt1d { z0.d - z3.d }, pn8/z, [x0]90// CHECK-ENCODING: [0x01,0xe0,0x40,0xa0]91// CHECK-ERROR: instruction requires: sme2 or sve2p192// CHECK-UNKNOWN: a040e001 <unknown>93 94ldnt1d {z20.d-z23.d}, pn13/z, [x10, #20, mul vl] // 10100000-01000101-11110101-0101010195// CHECK-INST: ldnt1d { z20.d - z23.d }, pn13/z, [x10, #20, mul vl]96// CHECK-ENCODING: [0x55,0xf5,0x45,0xa0]97// CHECK-ERROR: instruction requires: sme2 or sve2p198// CHECK-UNKNOWN: a045f555 <unknown>99 100ldnt1d {z20.d-z23.d}, pn11/z, [x13, #-32, mul vl] // 10100000-01001000-11101101-10110101101// CHECK-INST: ldnt1d { z20.d - z23.d }, pn11/z, [x13, #-32, mul vl]102// CHECK-ENCODING: [0xb5,0xed,0x48,0xa0]103// CHECK-ERROR: instruction requires: sme2 or sve2p1104// CHECK-UNKNOWN: a048edb5 <unknown>105 106ldnt1d {z28.d-z31.d}, pn15/z, [sp, #-4, mul vl] // 10100000-01001111-11111111-11111101107// CHECK-INST: ldnt1d { z28.d - z31.d }, pn15/z, [sp, #-4, mul vl]108// CHECK-ENCODING: [0xfd,0xff,0x4f,0xa0]109// CHECK-ERROR: instruction requires: sme2 or sve2p1110// CHECK-UNKNOWN: a04ffffd <unknown>111