xref: /llvm-project/llvm/test/MC/AArch64/SVE2p1/ld4q.s (revision 78f11a392301dcece0323626e6ded34a8cf0f029)
1// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2p1 < %s \
2// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve2p1 < %s \
4// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
5// RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
6// RUN:        | FileCheck %s --check-prefix=CHECK-ERROR
7// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2p1 < %s \
8// RUN:        | llvm-objdump -d --no-print-imm-hex --mattr=+sme2p1 - | FileCheck %s --check-prefix=CHECK-INST
9// RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2p1 < %s \
10// RUN:        | llvm-objdump -d --mattr=-sme2p1,-sve2p1 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
11// RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2p1 < %s \
12// RUN:        | sed '/.text/d' | sed 's/.*encoding: //g' \
13// RUN:        | llvm-mc -triple=aarch64 -mattr=+sme2p1 -disassemble -show-encoding \
14// RUN:        | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
15
16ld4q    {z0.q, z1.q, z2.q, z3.q}, p0/z, [x0, x0, lsl #4]  // 10100101-10100000-10000000-00000000
17// CHECK-INST: ld4q    { z0.q - z3.q }, p0/z, [x0, x0, lsl #4]
18// CHECK-ENCODING: [0x00,0x80,0xa0,0xa5]
19// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
20// CHECK-UNKNOWN: a5a08000 <unknown>
21
22ld4q    {z21.q, z22.q, z23.q, z24.q}, p5/z, [x10, x21, lsl #4]  // 10100101-10110101-10010101-01010101
23// CHECK-INST: ld4q    { z21.q - z24.q }, p5/z, [x10, x21, lsl #4]
24// CHECK-ENCODING: [0x55,0x95,0xb5,0xa5]
25// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
26// CHECK-UNKNOWN: a5b59555 <unknown>
27
28ld4q    {z23.q, z24.q, z25.q, z26.q}, p3/z, [x13, x8, lsl #4]  // 10100101-10101000-10001101-10110111
29// CHECK-INST: ld4q    { z23.q - z26.q }, p3/z, [x13, x8, lsl #4]
30// CHECK-ENCODING: [0xb7,0x8d,0xa8,0xa5]
31// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
32// CHECK-UNKNOWN: a5a88db7 <unknown>
33
34ld4q    {z0.q, z1.q, z2.q, z3.q}, p0/z, [x0]  // 10100101-10010000-11100000-00000000
35// CHECK-INST: ld4q    { z0.q - z3.q }, p0/z, [x0]
36// CHECK-ENCODING: [0x00,0xe0,0x90,0xa5]
37// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
38// CHECK-UNKNOWN: a590e000 <unknown>
39
40ld4q    {z21.q, z22.q, z23.q, z24.q}, p5/z, [x10, #20, mul vl]  // 10100101-10010101-11110101-01010101
41// CHECK-INST: ld4q    { z21.q - z24.q }, p5/z, [x10, #20, mul vl]
42// CHECK-ENCODING: [0x55,0xf5,0x95,0xa5]
43// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
44// CHECK-UNKNOWN: a595f555 <unknown>
45
46ld4q    {z23.q, z24.q, z25.q, z26.q}, p3/z, [x13, #-32, mul vl]  // 10100101-10011000-11101101-10110111
47// CHECK-INST: ld4q    { z23.q - z26.q }, p3/z, [x13, #-32, mul vl]
48// CHECK-ENCODING: [0xb7,0xed,0x98,0xa5]
49// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
50// CHECK-UNKNOWN: a598edb7 <unknown>
51
52ld4q    {z31.q, z0.q, z1.q, z2.q}, p7/z, [sp, #-4, mul vl]  // 10100101-10011111-11111111-11111111
53// CHECK-INST: ld4q    { z31.q, z0.q, z1.q, z2.q }, p7/z, [sp, #-4, mul vl]
54// CHECK-ENCODING: [0xff,0xff,0x9f,0xa5]
55// CHECK-ERROR: instruction requires: sme2p1 or sve2p1
56// CHECK-UNKNOWN: a59fffff <unknown>
57