[clang][Modules] Raise empty.modulemap expected size to <70KB to fix RISC-V failure...
[llvm-project.git] / llvm / test / MC / AArch64 / SME2 / frinta.s
blob3970a0e0e2bff3767e73f04943ea66f507aaf835
1 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %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=+sme2 < %s \
6 // RUN: | llvm-objdump -d --mattr=+sme2 - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sme2 < %s \
8 // RUN: | llvm-objdump -d --mattr=-sme2 - | FileCheck %s --check-prefix=CHECK-UNKNOWN
9 // RUN: llvm-mc -triple=aarch64 -show-encoding -mattr=+sme2 < %s \
10 // RUN: | sed '/.text/d' | sed 's/.*encoding: //g' \
11 // RUN: | llvm-mc -triple=aarch64 -mattr=+sme2 -disassemble -show-encoding \
12 // RUN: | FileCheck %s --check-prefixes=CHECK-ENCODING,CHECK-INST
15 frinta {z0.s - z1.s}, {z0.s - z1.s} // 11000001-10101100-11100000-00000000
16 // CHECK-INST: frinta { z0.s, z1.s }, { z0.s, z1.s }
17 // CHECK-ENCODING: [0x00,0xe0,0xac,0xc1]
18 // CHECK-ERROR: instruction requires: sme2
19 // CHECK-UNKNOWN: c1ace000 <unknown>
21 frinta {z20.s - z21.s}, {z10.s - z11.s} // 11000001-10101100-11100001-01010100
22 // CHECK-INST: frinta { z20.s, z21.s }, { z10.s, z11.s }
23 // CHECK-ENCODING: [0x54,0xe1,0xac,0xc1]
24 // CHECK-ERROR: instruction requires: sme2
25 // CHECK-UNKNOWN: c1ace154 <unknown>
27 frinta {z22.s - z23.s}, {z12.s - z13.s} // 11000001-10101100-11100001-10010110
28 // CHECK-INST: frinta { z22.s, z23.s }, { z12.s, z13.s }
29 // CHECK-ENCODING: [0x96,0xe1,0xac,0xc1]
30 // CHECK-ERROR: instruction requires: sme2
31 // CHECK-UNKNOWN: c1ace196 <unknown>
33 frinta {z30.s - z31.s}, {z30.s - z31.s} // 11000001-10101100-11100011-11011110
34 // CHECK-INST: frinta { z30.s, z31.s }, { z30.s, z31.s }
35 // CHECK-ENCODING: [0xde,0xe3,0xac,0xc1]
36 // CHECK-ERROR: instruction requires: sme2
37 // CHECK-UNKNOWN: c1ace3de <unknown>
40 frinta {z0.s - z3.s}, {z0.s - z3.s} // 11000001-10111100-11100000-00000000
41 // CHECK-INST: frinta { z0.s - z3.s }, { z0.s - z3.s }
42 // CHECK-ENCODING: [0x00,0xe0,0xbc,0xc1]
43 // CHECK-ERROR: instruction requires: sme2
44 // CHECK-UNKNOWN: c1bce000 <unknown>
46 frinta {z20.s - z23.s}, {z8.s - z11.s} // 11000001-10111100-11100001-00010100
47 // CHECK-INST: frinta { z20.s - z23.s }, { z8.s - z11.s }
48 // CHECK-ENCODING: [0x14,0xe1,0xbc,0xc1]
49 // CHECK-ERROR: instruction requires: sme2
50 // CHECK-UNKNOWN: c1bce114 <unknown>
52 frinta {z20.s - z23.s}, {z12.s - z15.s} // 11000001-10111100-11100001-10010100
53 // CHECK-INST: frinta { z20.s - z23.s }, { z12.s - z15.s }
54 // CHECK-ENCODING: [0x94,0xe1,0xbc,0xc1]
55 // CHECK-ERROR: instruction requires: sme2
56 // CHECK-UNKNOWN: c1bce194 <unknown>
58 frinta {z28.s - z31.s}, {z28.s - z31.s} // 11000001-10111100-11100011-10011100
59 // CHECK-INST: frinta { z28.s - z31.s }, { z28.s - z31.s }
60 // CHECK-ENCODING: [0x9c,0xe3,0xbc,0xc1]
61 // CHECK-ERROR: instruction requires: sme2
62 // CHECK-UNKNOWN: c1bce39c <unknown>