1 // RUN
: llvm-mc
-triple
=aarch64
-show-encoding
-mattr
=+sve2
< %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
=+sve2
< %s \
6 // RUN
: | llvm-objdump
-d
-mattr
=+sve2
- | FileCheck
%s
--check-prefix
=CHECK-INST
7 // RUN
: llvm-mc
-triple
=aarch64
-filetype
=obj
-mattr
=+sve2
< %s \
8 // RUN
: | llvm-objdump
-d
- | FileCheck
%s
--check-prefix
=CHECK-UNKNOWN
11 // CHECK-INST
: sshllb z0.h
, z0.
b, #0
12 // CHECK-ENCODING
: [0x00,0xa0,0x08,0x45]
13 // CHECK-ERROR
: instruction requires
: sve2
14 // CHECK-UNKNOWN
: 00 a0
08 45 <unknown
>
16 sshllb z31.h
, z31.
b, #7
17 // CHECK-INST
: sshllb z31.h
, z31.
b, #7
18 // CHECK-ENCODING
: [0xff,0xa3,0x0f,0x45]
19 // CHECK-ERROR
: instruction requires
: sve2
20 // CHECK-UNKNOWN
: ff a3
0f
45 <unknown
>
23 // CHECK-INST
: sshllb z0.s
, z0.h
, #0
24 // CHECK-ENCODING
: [0x00,0xa0,0x10,0x45]
25 // CHECK-ERROR
: instruction requires
: sve2
26 // CHECK-UNKNOWN
: 00 a0
10 45 <unknown
>
28 sshllb z31.s
, z31.h
, #15
29 // CHECK-INST
: sshllb z31.s
, z31.h
, #15
30 // CHECK-ENCODING
: [0xff,0xa3,0x1f,0x45]
31 // CHECK-ERROR
: instruction requires
: sve2
32 // CHECK-UNKNOWN
: ff a3
1f
45 <unknown
>
35 // CHECK-INST
: sshllb z0.d
, z0.s
, #0
36 // CHECK-ENCODING
: [0x00,0xa0,0x40,0x45]
37 // CHECK-ERROR
: instruction requires
: sve2
38 // CHECK-UNKNOWN
: 00 a0
40 45 <unknown
>
40 sshllb z31.d
, z31.s
, #31
41 // CHECK-INST
: sshllb z31.d
, z31.s
, #31
42 // CHECK-ENCODING
: [0xff,0xa3,0x5f,0x45]
43 // CHECK-ERROR
: instruction requires
: sve2
44 // CHECK-UNKNOWN
: ff a3
5f
45 <unknown
>