Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / MC / AArch64 / SME / bfmops.s
blob2f93765f26f5e558d60bb001d039a24261aef3fd
1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %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: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme < %s \
6 // RUN: | llvm-objdump -d --mattr=+sme - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme < %s \
8 // RUN: | llvm-objdump -d --mattr=-sme - | FileCheck %s --check-prefix=CHECK-UNKNOWN
9 // Disassemble encoding and check the re-encoding (-show-encoding) matches.
10 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme < %s \
11 // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
12 // RUN: | llvm-mc -triple=aarch64 -mattr=+sme -disassemble -show-encoding \
13 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
15 bfmops za0.s, p0/m, p0/m, z0.h, z0.h
16 // CHECK-INST: bfmops za0.s, p0/m, p0/m, z0.h, z0.h
17 // CHECK-ENCODING: [0x10,0x00,0x80,0x81]
18 // CHECK-ERROR: instruction requires: sme
19 // CHECK-UNKNOWN: 81800010 <unknown>
21 bfmops za1.s, p5/m, p2/m, z10.h, z21.h
22 // CHECK-INST: bfmops za1.s, p5/m, p2/m, z10.h, z21.h
23 // CHECK-ENCODING: [0x51,0x55,0x95,0x81]
24 // CHECK-ERROR: instruction requires: sme
25 // CHECK-UNKNOWN: 81955551 <unknown>
27 bfmops za3.s, p3/m, p7/m, z13.h, z8.h
28 // CHECK-INST: bfmops za3.s, p3/m, p7/m, z13.h, z8.h
29 // CHECK-ENCODING: [0xb3,0xed,0x88,0x81]
30 // CHECK-ERROR: instruction requires: sme
31 // CHECK-UNKNOWN: 8188edb3 <unknown>
33 bfmops za3.s, p7/m, p7/m, z31.h, z31.h
34 // CHECK-INST: bfmops za3.s, p7/m, p7/m, z31.h, z31.h
35 // CHECK-ENCODING: [0xf3,0xff,0x9f,0x81]
36 // CHECK-ERROR: instruction requires: sme
37 // CHECK-UNKNOWN: 819ffff3 <unknown>
39 bfmops za1.s, p3/m, p0/m, z17.h, z16.h
40 // CHECK-INST: bfmops za1.s, p3/m, p0/m, z17.h, z16.h
41 // CHECK-ENCODING: [0x31,0x0e,0x90,0x81]
42 // CHECK-ERROR: instruction requires: sme
43 // CHECK-UNKNOWN: 81900e31 <unknown>
45 bfmops za1.s, p1/m, p4/m, z1.h, z30.h
46 // CHECK-INST: bfmops za1.s, p1/m, p4/m, z1.h, z30.h
47 // CHECK-ENCODING: [0x31,0x84,0x9e,0x81]
48 // CHECK-ERROR: instruction requires: sme
49 // CHECK-UNKNOWN: 819e8431 <unknown>
51 bfmops za0.s, p5/m, p2/m, z19.h, z20.h
52 // CHECK-INST: bfmops za0.s, p5/m, p2/m, z19.h, z20.h
53 // CHECK-ENCODING: [0x70,0x56,0x94,0x81]
54 // CHECK-ERROR: instruction requires: sme
55 // CHECK-UNKNOWN: 81945670 <unknown>
57 bfmops za0.s, p6/m, p0/m, z12.h, z2.h
58 // CHECK-INST: bfmops za0.s, p6/m, p0/m, z12.h, z2.h
59 // CHECK-ENCODING: [0x90,0x19,0x82,0x81]
60 // CHECK-ERROR: instruction requires: sme
61 // CHECK-UNKNOWN: 81821990 <unknown>
63 bfmops za1.s, p2/m, p6/m, z1.h, z26.h
64 // CHECK-INST: bfmops za1.s, p2/m, p6/m, z1.h, z26.h
65 // CHECK-ENCODING: [0x31,0xc8,0x9a,0x81]
66 // CHECK-ERROR: instruction requires: sme
67 // CHECK-UNKNOWN: 819ac831 <unknown>
69 bfmops za1.s, p2/m, p0/m, z22.h, z30.h
70 // CHECK-INST: bfmops za1.s, p2/m, p0/m, z22.h, z30.h
71 // CHECK-ENCODING: [0xd1,0x0a,0x9e,0x81]
72 // CHECK-ERROR: instruction requires: sme
73 // CHECK-UNKNOWN: 819e0ad1 <unknown>
75 bfmops za2.s, p5/m, p7/m, z9.h, z1.h
76 // CHECK-INST: bfmops za2.s, p5/m, p7/m, z9.h, z1.h
77 // CHECK-ENCODING: [0x32,0xf5,0x81,0x81]
78 // CHECK-ERROR: instruction requires: sme
79 // CHECK-UNKNOWN: 8181f532 <unknown>
81 bfmops za3.s, p2/m, p5/m, z12.h, z11.h
82 // CHECK-INST: bfmops za3.s, p2/m, p5/m, z12.h, z11.h
83 // CHECK-ENCODING: [0x93,0xa9,0x8b,0x81]
84 // CHECK-ERROR: instruction requires: sme
85 // CHECK-UNKNOWN: 818ba993 <unknown>