Home | History | Annotate | Download | only in ARM

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: ^
28 @ CHECK-ERRORS: error: invalid operand for instruction
29 @ CHECK-ERRORS: asrs r2, r3, #33
30 @ CHECK-ERRORS: ^
31 @ CHECK-ERRORS: error: invalid operand for instruction
32 @ CHECK-ERRORS: asrs r2, r3, #0
33 @ CHECK-ERRORS: ^
49 @ CHECK-ERRORS: error: registers must be in range r0-r7
50 @ CHECK-ERRORS: ldm r2!, {r5, r8}
51 @ CHECK-ERRORS: ^
52 @ CHECK-ERRORS: error: writeback operator '!' expected
53 @ CHECK-ERRORS: ldm r2, {r5, r7}
54 @ CHECK-ERRORS: ^
55 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register list
56 @ CHECK-ERRORS: ldm r2!, {r2, r3, r4}
57 @ CHECK-ERRORS: ^
63 @ CHECK-ERRORS: error: registers must be in range r0-r7 or pc
64 @ CHECK-ERRORS: pop {r1, r2, r10}
65 @ CHECK-ERRORS: ^
66 @ CHECK-ERRORS: error: registers must be in range r0-r7 or lr
67 @ CHECK-ERRORS: push {r8, r9}
68 @ CHECK-ERRORS: ^
74 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
75 @ CHECK-ERRORS: stm r1, {r2, r6}
76 @ CHECK-ERRORS: ^
77 @ CHECK-ERRORS: error: registers must be in range r0-r7
78 @ CHECK-ERRORS: stm r1!, {r2, r9}
79 @ CHECK-ERRORS: ^
84 @ CHECK-ERRORS: error: invalid operand for instruction
85 @ CHECK-ERRORS: lsls r4, r5, #-1
86 @ CHECK-ERRORS: ^
87 @ CHECK-ERRORS: error: invalid operand for instruction
88 @ CHECK-ERRORS: lsls r4, r5, #32
89 @ CHECK-ERRORS: ^
93 @ CHECK-ERRORS: error: destination register must match source register
94 @ CHECK-ERRORS: muls r1, r2, r3
95 @ CHECK-ERRORS: ^
102 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
103 @ CHECK-ERRORS: str r2, [r7, #-1]
104 @ CHECK-ERRORS: ^
105 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
106 @ CHECK-ERRORS: str r5, [r1, #3]
107 @ CHECK-ERRORS: ^
108 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
109 @ CHECK-ERRORS: str r3, [r7, #128]
110 @ CHECK-ERRORS: ^
115 @ CHECK-ERRORS: error: invalid operand for instruction
116 @ CHECK-ERRORS: svc #-1
117 @ CHECK-ERRORS: ^
118 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
119 @ CHECK-ERRORS: svc #256
120 @ CHECK-ERRORS: ^
128 @ CHECK-ERRORS: error: invalid operand for instruction
129 @ CHECK-ERRORS: add sp, #-1
130 @ CHECK-ERRORS: ^
131 @ CHECK-ERRORS: error: invalid operand for instruction
132 @ CHECK-ERRORS: add sp, #3
133 @ CHECK-ERRORS: ^
134 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
135 @ CHECK-ERRORS: add sp, sp, #512
136 @ CHECK-ERRORS: ^
137 @ CHECK-ERRORS: error: instruction requires a CPU feature not currently enabled
138 @ CHECK-ERRORS: add r2, sp, #1024
139 @ CHECK-ERRORS: ^