Lines Matching refs:ERRORS
2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V5 < %t %s
10 @ CHECK-ERRORS: error: invalid instruction
11 @ CHECK-ERRORS: add r1, r2, r3
12 @ CHECK-ERRORS: ^
17 @ CHECK-ERRORS: error: instruction variant requires Thumb2
18 @ CHECK-ERRORS: add r2, r3
19 @ CHECK-ERRORS: ^
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
21 @ CHECK-ERRORS-V5: mov r2, r3
22 @ CHECK-ERRORS-V5: ^
27 @ CHECK-ERRORS: error: invalid operand for instruction
28 @ CHECK-ERRORS: asrs r2, r3, #33
29 @ CHECK-ERRORS: ^
45 @ CHECK-ERRORS: error: registers must be in range r0-r7
46 @ CHECK-ERRORS: ldm r2!, {r5, r8}
47 @ CHECK-ERRORS: ^
48 @ CHECK-ERRORS: error: writeback operator '!' expected
49 @ CHECK-ERRORS: ldm r2, {r5, r7}
50 @ CHECK-ERRORS: ^
51 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list
52 @ CHECK-ERRORS: ldm r2!, {r2, r3, r4}
53 @ CHECK-ERRORS: ^
59 @ CHECK-ERRORS: error: registers must be in range r0-r7 or pc
60 @ CHECK-ERRORS: pop {r1, r2, r10}
61 @ CHECK-ERRORS: ^
62 @ CHECK-ERRORS: error: registers must be in range r0-r7 or lr
63 @ CHECK-ERRORS: push {r8, r9}
64 @ CHECK-ERRORS: ^
70 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
71 @ CHECK-ERRORS: stm r1, {r2, r6}
72 @ CHECK-ERRORS: ^
73 @ CHECK-ERRORS: error: registers must be in range r0-r7
74 @ CHECK-ERRORS: stm r1!, {r2, r9}
75 @ CHECK-ERRORS: ^
80 @ CHECK-ERRORS: error: invalid operand for instruction
81 @ CHECK-ERRORS: lsls r4, r5, #-1
82 @ CHECK-ERRORS: ^
83 @ CHECK-ERRORS: error: invalid operand for instruction
84 @ CHECK-ERRORS: lsls r4, r5, #32
85 @ CHECK-ERRORS: ^
89 @ CHECK-ERRORS: error: destination register must match source register
90 @ CHECK-ERRORS: muls r1, r2, r3
91 @ CHECK-ERRORS: ^
98 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
99 @ CHECK-ERRORS: str r2, [r7, #-1]
100 @ CHECK-ERRORS: ^
101 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
102 @ CHECK-ERRORS: str r5, [r1, #3]
103 @ CHECK-ERRORS: ^
104 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
105 @ CHECK-ERRORS: str r3, [r7, #128]
106 @ CHECK-ERRORS: ^
111 @ CHECK-ERRORS: error: invalid operand for instruction
112 @ CHECK-ERRORS: svc #-1
113 @ CHECK-ERRORS: ^
114 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
115 @ CHECK-ERRORS: svc #256
116 @ CHECK-ERRORS: ^
124 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
125 @ CHECK-ERRORS: add sp, #-1
126 @ CHECK-ERRORS: ^
127 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
128 @ CHECK-ERRORS: add sp, #3
129 @ CHECK-ERRORS: ^
130 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
131 @ CHECK-ERRORS: add sp, sp, #512
132 @ CHECK-ERRORS: ^
133 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
134 @ CHECK-ERRORS: add r2, sp, #1024
135 @ CHECK-ERRORS: ^