Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SVE / ldnf1b.s
blob5f1b6ca69c83b64096d896fb4c6f45fbf1966dc4
1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sve < %s \
2 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
3 // RUN: not llvm-mc -triple=aarch64 -show-encoding < %s 2>&1 \
4 // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
5 // RUN: not llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s 2>&1 \
6 // RUN: | FileCheck %s --check-prefix=CHECK-ERROR
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
8 // RUN: | llvm-objdump --no-print-imm-hex -d --mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
9 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
10 // RUN: | llvm-objdump --no-print-imm-hex -d --mattr=-sve - | FileCheck %s --check-prefix=CHECK-UNKNOWN
12 ldnf1b z0.b, p0/z, [x0]
13 // CHECK-INST: ldnf1b { z0.b }, p0/z, [x0]
14 // CHECK-ENCODING: [0x00,0xa0,0x10,0xa4]
15 // CHECK-ERROR: instruction requires: sve
16 // CHECK-UNKNOWN: a410a000 <unknown>
18 ldnf1b z0.h, p0/z, [x0]
19 // CHECK-INST: ldnf1b { z0.h }, p0/z, [x0]
20 // CHECK-ENCODING: [0x00,0xa0,0x30,0xa4]
21 // CHECK-ERROR: instruction requires: sve
22 // CHECK-UNKNOWN: a430a000 <unknown>
24 ldnf1b z0.s, p0/z, [x0]
25 // CHECK-INST: ldnf1b { z0.s }, p0/z, [x0]
26 // CHECK-ENCODING: [0x00,0xa0,0x50,0xa4]
27 // CHECK-ERROR: instruction requires: sve
28 // CHECK-UNKNOWN: a450a000 <unknown>
30 ldnf1b z0.d, p0/z, [x0]
31 // CHECK-INST: ldnf1b { z0.d }, p0/z, [x0]
32 // CHECK-ENCODING: [0x00,0xa0,0x70,0xa4]
33 // CHECK-ERROR: instruction requires: sve
34 // CHECK-UNKNOWN: a470a000 <unknown>
36 ldnf1b { z0.b }, p0/z, [x0]
37 // CHECK-INST: ldnf1b { z0.b }, p0/z, [x0]
38 // CHECK-ENCODING: [0x00,0xa0,0x10,0xa4]
39 // CHECK-ERROR: instruction requires: sve
40 // CHECK-UNKNOWN: a410a000 <unknown>
42 ldnf1b { z0.h }, p0/z, [x0]
43 // CHECK-INST: ldnf1b { z0.h }, p0/z, [x0]
44 // CHECK-ENCODING: [0x00,0xa0,0x30,0xa4]
45 // CHECK-ERROR: instruction requires: sve
46 // CHECK-UNKNOWN: a430a000 <unknown>
48 ldnf1b { z0.s }, p0/z, [x0]
49 // CHECK-INST: ldnf1b { z0.s }, p0/z, [x0]
50 // CHECK-ENCODING: [0x00,0xa0,0x50,0xa4]
51 // CHECK-ERROR: instruction requires: sve
52 // CHECK-UNKNOWN: a450a000 <unknown>
54 ldnf1b { z0.d }, p0/z, [x0]
55 // CHECK-INST: ldnf1b { z0.d }, p0/z, [x0]
56 // CHECK-ENCODING: [0x00,0xa0,0x70,0xa4]
57 // CHECK-ERROR: instruction requires: sve
58 // CHECK-UNKNOWN: a470a000 <unknown>
60 ldnf1b { z31.b }, p7/z, [sp, #-1, mul vl]
61 // CHECK-INST: ldnf1b { z31.b }, p7/z, [sp, #-1, mul vl]
62 // CHECK-ENCODING: [0xff,0xbf,0x1f,0xa4]
63 // CHECK-ERROR: instruction requires: sve
64 // CHECK-UNKNOWN: a41fbfff <unknown>
66 ldnf1b { z21.b }, p5/z, [x10, #5, mul vl]
67 // CHECK-INST: ldnf1b { z21.b }, p5/z, [x10, #5, mul vl]
68 // CHECK-ENCODING: [0x55,0xb5,0x15,0xa4]
69 // CHECK-ERROR: instruction requires: sve
70 // CHECK-UNKNOWN: a415b555 <unknown>
72 ldnf1b { z31.h }, p7/z, [sp, #-1, mul vl]
73 // CHECK-INST: ldnf1b { z31.h }, p7/z, [sp, #-1, mul vl]
74 // CHECK-ENCODING: [0xff,0xbf,0x3f,0xa4]
75 // CHECK-ERROR: instruction requires: sve
76 // CHECK-UNKNOWN: a43fbfff <unknown>
78 ldnf1b { z21.h }, p5/z, [x10, #5, mul vl]
79 // CHECK-INST: ldnf1b { z21.h }, p5/z, [x10, #5, mul vl]
80 // CHECK-ENCODING: [0x55,0xb5,0x35,0xa4]
81 // CHECK-ERROR: instruction requires: sve
82 // CHECK-UNKNOWN: a435b555 <unknown>
84 ldnf1b { z31.s }, p7/z, [sp, #-1, mul vl]
85 // CHECK-INST: ldnf1b { z31.s }, p7/z, [sp, #-1, mul vl]
86 // CHECK-ENCODING: [0xff,0xbf,0x5f,0xa4]
87 // CHECK-ERROR: instruction requires: sve
88 // CHECK-UNKNOWN: a45fbfff <unknown>
90 ldnf1b { z21.s }, p5/z, [x10, #5, mul vl]
91 // CHECK-INST: ldnf1b { z21.s }, p5/z, [x10, #5, mul vl]
92 // CHECK-ENCODING: [0x55,0xb5,0x55,0xa4]
93 // CHECK-ERROR: instruction requires: sve
94 // CHECK-UNKNOWN: a455b555 <unknown>
96 ldnf1b { z31.d }, p7/z, [sp, #-1, mul vl]
97 // CHECK-INST: ldnf1b { z31.d }, p7/z, [sp, #-1, mul vl]
98 // CHECK-ENCODING: [0xff,0xbf,0x7f,0xa4]
99 // CHECK-ERROR: instruction requires: sve
100 // CHECK-UNKNOWN: a47fbfff <unknown>
102 ldnf1b { z21.d }, p5/z, [x10, #5, mul vl]
103 // CHECK-INST: ldnf1b { z21.d }, p5/z, [x10, #5, mul vl]
104 // CHECK-ENCODING: [0x55,0xb5,0x75,0xa4]
105 // CHECK-ERROR: instruction requires: sve
106 // CHECK-UNKNOWN: a475b555 <unknown>