[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / MC / AArch64 / SVE / ld1rqw.s
blob6d7388ff9e6085d4490d6cd22d2943ca71d51efd
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: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
6 // RUN: | llvm-objdump -d -mattr=+sve - | FileCheck %s --check-prefix=CHECK-INST
7 // RUN: llvm-mc -triple=aarch64 -filetype=obj -mattr=+sve < %s \
8 // RUN: | llvm-objdump -d - | FileCheck %s --check-prefix=CHECK-UNKNOWN
10 ld1rqw { z0.s }, p0/z, [x0]
11 // CHECK-INST: ld1rqw { z0.s }, p0/z, [x0]
12 // CHECK-ENCODING: [0x00,0x20,0x00,0xa5]
13 // CHECK-ERROR: instruction requires: sve
14 // CHECK-UNKNOWN: 00 20 00 a5 <unknown>
16 ld1rqw { z0.s }, p0/z, [x0, x0, lsl #2]
17 // CHECK-INST: ld1rqw { z0.s }, p0/z, [x0, x0, lsl #2]
18 // CHECK-ENCODING: [0x00,0x00,0x00,0xa5]
19 // CHECK-ERROR: instruction requires: sve
20 // CHECK-UNKNOWN: 00 00 00 a5 <unknown>
22 ld1rqw { z31.s }, p7/z, [sp, #-16]
23 // CHECK-INST: ld1rqw { z31.s }, p7/z, [sp, #-16]
24 // CHECK-ENCODING: [0xff,0x3f,0x0f,0xa5]
25 // CHECK-ERROR: instruction requires: sve
26 // CHECK-UNKNOWN: ff 3f 0f a5 <unknown>
28 ld1rqw { z23.s }, p3/z, [x13, #-128]
29 // CHECK-INST: ld1rqw { z23.s }, p3/z, [x13, #-128]
30 // CHECK-ENCODING: [0xb7,0x2d,0x08,0xa5]
31 // CHECK-ERROR: instruction requires: sve
32 // CHECK-UNKNOWN: b7 2d 08 a5 <unknown>
34 ld1rqw { z23.s }, p3/z, [x13, #112]
35 // CHECK-INST: ld1rqw { z23.s }, p3/z, [x13, #112]
36 // CHECK-ENCODING: [0xb7,0x2d,0x07,0xa5]
37 // CHECK-ERROR: instruction requires: sve
38 // CHECK-UNKNOWN: b7 2d 07 a5 <unknown>