[CodeGen] Remove some implict conversions of MCRegister to unsigned by using(). NFC
[llvm-project.git] / llvm / test / MC / Disassembler / AArch64 / armv9.5a-cpa.txt
blobbf61782f912a331cbf57cdf38501058494b17700
1 # RUN: llvm-mc -triple aarch64 -disassemble -mattr=+cpa < %s | FileCheck %s
2 # RUN: not llvm-mc -triple aarch64 -disassemble < %s 2>&1 | FileCheck --check-prefix=NO-CPA %s
4 [0x20,0x20,0x02,0x9a]
5 # CHECK: addpt x0, x1, x2
6 # NO-CPA: warning: invalid instruction encoding
8 [0xff,0x23,0x02,0x9a]
9 # CHECK: addpt sp, sp, x2
10 # NO-CPA: warning: invalid instruction encoding
12 [0x20,0x3c,0x02,0x9a]
13 # CHECK: addpt x0, x1, x2, lsl #7
14 # NO-CPA: warning: invalid instruction encoding
16 [0xff,0x3f,0x02,0x9a]
17 # CHECK: addpt sp, sp, x2, lsl #7
18 # NO-CPA: warning: invalid instruction encoding
20 [0x20,0x20,0x02,0xda]
21 # CHECK: subpt x0, x1, x2
22 # NO-CPA: warning: invalid instruction encoding
24 [0xff,0x23,0x02,0xda]
25 # CHECK: subpt sp, sp, x2
26 # NO-CPA: warning: invalid instruction encoding
28 [0x20,0x3c,0x02,0xda]
29 # CHECK: subpt x0, x1, x2, lsl #7
30 # NO-CPA: warning: invalid instruction encoding
32 [0xff,0x3f,0x02,0xda]
33 # CHECK: subpt sp, sp, x2, lsl #7
34 # NO-CPA: warning: invalid instruction encoding
36 [0x20,0x0c,0x62,0x9b]
37 # CHECK: maddpt x0, x1, x2, x3
38 # NO-CPA: warning: invalid instruction encoding
40 [0x20,0x8c,0x62,0x9b]
41 # CHECK: msubpt x0, x1, x2, x3
42 # NO-CPA: warning: invalid instruction encoding