// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \ // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST // 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=+sve < %s \ // RUN: | llvm-objdump --no-print-imm-hex -d --mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \ // RUN: | llvm-objdump --no-print-imm-hex -d --mattr=-sve - | FileCheck %s --check-prefix=CHECK-UNKNOWN // ---------------------------------------------------------------------------// // Test 64-bit form (x0) and its aliases // ---------------------------------------------------------------------------// sqincd x0 // CHECK-INST: sqincd x0 // CHECK-ENCODING: [0xe0,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f3e0 sqincd x0, all // CHECK-INST: sqincd x0 // CHECK-ENCODING: [0xe0,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f3e0 sqincd x0, all, mul #1 // CHECK-INST: sqincd x0 // CHECK-ENCODING: [0xe0,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f3e0 sqincd x0, all, mul #16 // CHECK-INST: sqincd x0, all, mul #16 // CHECK-ENCODING: [0xe0,0xf3,0xff,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04fff3e0 // ---------------------------------------------------------------------------// // Test 32-bit form (x0, w0) and its aliases // ---------------------------------------------------------------------------// sqincd x0, w0 // CHECK-INST: sqincd x0, w0 // CHECK-ENCODING: [0xe0,0xf3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0f3e0 sqincd x0, w0, all // CHECK-INST: sqincd x0, w0 // CHECK-ENCODING: [0xe0,0xf3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0f3e0 sqincd x0, w0, all, mul #1 // CHECK-INST: sqincd x0, w0 // CHECK-ENCODING: [0xe0,0xf3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0f3e0 sqincd x0, w0, all, mul #16 // CHECK-INST: sqincd x0, w0, all // CHECK-ENCODING: [0xe0,0xf3,0xef,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04eff3e0 sqincd x0, w0, pow2 // CHECK-INST: sqincd x0, w0, pow2 // CHECK-ENCODING: [0x00,0xf0,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0f000 sqincd x0, w0, pow2, mul #16 // CHECK-INST: sqincd x0, w0, pow2, mul #16 // CHECK-ENCODING: [0x00,0xf0,0xef,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04eff000 // ---------------------------------------------------------------------------// // Test vector form and aliases. // ---------------------------------------------------------------------------// sqincd z0.d // CHECK-INST: sqincd z0.d // CHECK-ENCODING: [0xe0,0xc3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c3e0 sqincd z0.d, all // CHECK-INST: sqincd z0.d // CHECK-ENCODING: [0xe0,0xc3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c3e0 sqincd z0.d, all, mul #1 // CHECK-INST: sqincd z0.d // CHECK-ENCODING: [0xe0,0xc3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c3e0 sqincd z0.d, all, mul #16 // CHECK-INST: sqincd z0.d, all, mul #16 // CHECK-ENCODING: [0xe0,0xc3,0xef,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04efc3e0 sqincd z0.d, pow2 // CHECK-INST: sqincd z0.d, pow2 // CHECK-ENCODING: [0x00,0xc0,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c000 sqincd z0.d, pow2, mul #16 // CHECK-INST: sqincd z0.d, pow2, mul #16 // CHECK-ENCODING: [0x00,0xc0,0xef,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04efc000 // ---------------------------------------------------------------------------// // Test all patterns for 64-bit form // ---------------------------------------------------------------------------// sqincd x0, pow2 // CHECK-INST: sqincd x0, pow2 // CHECK-ENCODING: [0x00,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f000 sqincd x0, vl1 // CHECK-INST: sqincd x0, vl1 // CHECK-ENCODING: [0x20,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f020 sqincd x0, vl2 // CHECK-INST: sqincd x0, vl2 // CHECK-ENCODING: [0x40,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f040 sqincd x0, vl3 // CHECK-INST: sqincd x0, vl3 // CHECK-ENCODING: [0x60,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f060 sqincd x0, vl4 // CHECK-INST: sqincd x0, vl4 // CHECK-ENCODING: [0x80,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f080 sqincd x0, vl5 // CHECK-INST: sqincd x0, vl5 // CHECK-ENCODING: [0xa0,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f0a0 sqincd x0, vl6 // CHECK-INST: sqincd x0, vl6 // CHECK-ENCODING: [0xc0,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f0c0 sqincd x0, vl7 // CHECK-INST: sqincd x0, vl7 // CHECK-ENCODING: [0xe0,0xf0,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f0e0 sqincd x0, vl8 // CHECK-INST: sqincd x0, vl8 // CHECK-ENCODING: [0x00,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f100 sqincd x0, vl16 // CHECK-INST: sqincd x0, vl16 // CHECK-ENCODING: [0x20,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f120 sqincd x0, vl32 // CHECK-INST: sqincd x0, vl32 // CHECK-ENCODING: [0x40,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f140 sqincd x0, vl64 // CHECK-INST: sqincd x0, vl64 // CHECK-ENCODING: [0x60,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f160 sqincd x0, vl128 // CHECK-INST: sqincd x0, vl128 // CHECK-ENCODING: [0x80,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f180 sqincd x0, vl256 // CHECK-INST: sqincd x0, vl256 // CHECK-ENCODING: [0xa0,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f1a0 sqincd x0, #14 // CHECK-INST: sqincd x0, #14 // CHECK-ENCODING: [0xc0,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f1c0 sqincd x0, #15 // CHECK-INST: sqincd x0, #15 // CHECK-ENCODING: [0xe0,0xf1,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f1e0 sqincd x0, #16 // CHECK-INST: sqincd x0, #16 // CHECK-ENCODING: [0x00,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f200 sqincd x0, #17 // CHECK-INST: sqincd x0, #17 // CHECK-ENCODING: [0x20,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f220 sqincd x0, #18 // CHECK-INST: sqincd x0, #18 // CHECK-ENCODING: [0x40,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f240 sqincd x0, #19 // CHECK-INST: sqincd x0, #19 // CHECK-ENCODING: [0x60,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f260 sqincd x0, #20 // CHECK-INST: sqincd x0, #20 // CHECK-ENCODING: [0x80,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f280 sqincd x0, #21 // CHECK-INST: sqincd x0, #21 // CHECK-ENCODING: [0xa0,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f2a0 sqincd x0, #22 // CHECK-INST: sqincd x0, #22 // CHECK-ENCODING: [0xc0,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f2c0 sqincd x0, #23 // CHECK-INST: sqincd x0, #23 // CHECK-ENCODING: [0xe0,0xf2,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f2e0 sqincd x0, #24 // CHECK-INST: sqincd x0, #24 // CHECK-ENCODING: [0x00,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f300 sqincd x0, #25 // CHECK-INST: sqincd x0, #25 // CHECK-ENCODING: [0x20,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f320 sqincd x0, #26 // CHECK-INST: sqincd x0, #26 // CHECK-ENCODING: [0x40,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f340 sqincd x0, #27 // CHECK-INST: sqincd x0, #27 // CHECK-ENCODING: [0x60,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f360 sqincd x0, #28 // CHECK-INST: sqincd x0, #28 // CHECK-ENCODING: [0x80,0xf3,0xf0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04f0f380 // --------------------------------------------------------------------------// // Test compatibility with MOVPRFX instruction. movprfx z0, z7 // CHECK-INST: movprfx z0, z7 // CHECK-ENCODING: [0xe0,0xbc,0x20,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 0420bce0 sqincd z0.d // CHECK-INST: sqincd z0.d // CHECK-ENCODING: [0xe0,0xc3,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c3e0 movprfx z0, z7 // CHECK-INST: movprfx z0, z7 // CHECK-ENCODING: [0xe0,0xbc,0x20,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 0420bce0 sqincd z0.d, pow2, mul #16 // CHECK-INST: sqincd z0.d, pow2, mul #16 // CHECK-ENCODING: [0x00,0xc0,0xef,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04efc000 movprfx z0, z7 // CHECK-INST: movprfx z0, z7 // CHECK-ENCODING: [0xe0,0xbc,0x20,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 0420bce0 sqincd z0.d, pow2 // CHECK-INST: sqincd z0.d, pow2 // CHECK-ENCODING: [0x00,0xc0,0xe0,0x04] // CHECK-ERROR: instruction requires: sve or sme // CHECK-UNKNOWN: 04e0c000