Searched refs:ERRORS (Results 1 – 25 of 144) sorted by relevance
123456
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 12 ; CHECK-ERRORS: error: invalid operand for instruction 16 ; CHECK-ERRORS: error: invalid operand for instruction 17 ; CHECK-ERRORS: ld4.8b {v0, v1, v2, v3}, [x0], #33 36 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 37 ; CHECK-ERRORS: ldr x0, [x0, #804] 38 ; CHECK-ERRORS: ^ 39 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 40 ; CHECK-ERRORS: ldr w0, [x0, #802] 41 ; CHECK-ERRORS: ^ [all …]
|
D | arm64-directive_loh.s | 2 # RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 65 # CHECK-ERRORS: error: invalid identifier in directive 66 # CHECK-ERRORS-NEXT: .loh Unknown 67 # CHECK-ERRORS-NEXT: ^ 70 # CHECK-ERRORS: error: invalid numeric identifier in directive 71 # CHECK-ERRORS-NEXT: .loh 153, L1 72 # CHECK-ERRORS-NEXT: ^ 76 # CHECK-ERRORS: error: unexpected token in '.loh' directive 77 # CHECK-ERRORS-NEXT: .loh AdrpAdrp L1, L2, L3 78 # CHECK-ERRORS-NEXT: ^ [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-diags.s | 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 12 ; CHECK-ERRORS: error: invalid operand for instruction 16 ; CHECK-ERRORS: error: invalid operand for instruction 17 ; CHECK-ERRORS: ld4.8b {v0, v1, v2, v3}, [x0], #33 36 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 37 ; CHECK-ERRORS: ldr x0, [x0, #804] 38 ; CHECK-ERRORS: ^ 39 ; CHECK-ERRORS: error: index must be an integer in range [-256, 255]. 40 ; CHECK-ERRORS: ldr w0, [x0, #802] 41 ; CHECK-ERRORS: ^ [all …]
|
D | arm64-directive_loh.s | 2 # RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 61 # CHECK-ERRORS: error: invalid identifier in directive 62 # CHECK-ERRORS-NEXT: .loh Unknown 63 # CHECK-ERRORS-NEXT: ^ 66 # CHECK-ERRORS: error: invalid numeric identifier in directive 67 # CHECK-ERRORS-NEXT: .loh 153, L1 68 # CHECK-ERRORS-NEXT: ^ 72 # CHECK-ERRORS: error: unexpected token in '.loh' directive 73 # CHECK-ERRORS-NEXT: .loh AdrpAdrp L1, L2, L3 74 # CHECK-ERRORS-NEXT: ^ [all …]
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | thumb-diagnostics.s | 2 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS %s 4 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V5 %s 6 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V7M %s 8 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V8 %s 14 @ CHECK-ERRORS: error: invalid instruction, any one of the following would fix this: 15 @ CHECK-ERRORS: add r1, r2, r3 16 @ CHECK-ERRORS: ^ 17 @ CHECK-ERRORS: note: instruction requires: arm-mode 18 @ CHECK-ERRORS: note: instruction requires: thumb2 19 @ CHECK-ERRORS: note: invalid operand for instruction [all …]
|
D | neon-vld-vst-align.s | 3 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t.err %s 13 @ CHECK-ERRORS: alignment must be 64 or omitted 14 @ CHECK-ERRORS: vld1.8 {d0}, [r4:16] 15 @ CHECK-ERRORS: ^ 16 @ CHECK-ERRORS: alignment must be 64 or omitted 17 @ CHECK-ERRORS: vld1.8 {d0}, [r4:32] 18 @ CHECK-ERRORS: ^ 20 @ CHECK-ERRORS: alignment must be 64 or omitted 21 @ CHECK-ERRORS: vld1.8 {d0}, [r4:128] 22 @ CHECK-ERRORS: ^ [all …]
|
D | diagnostics.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s 4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s 153 @ CHECK-ERRORS: dbg #16 154 @ CHECK-ERRORS: ^ 163 @ CHECK-ERRORS: operand must be an immediate in the range [0,7] 164 @ CHECK-ERRORS: operand must be an immediate in the range [0,7] 165 @ CHECK-ERRORS-V7: operand must be an immediate in the range [0,7] 166 @ CHECK-ERRORS-V7: operand must be an immediate in the range [0,7] 167 @ CHECK-ERRORS-V8: invalid instruction 168 @ CHECK-ERRORS-V8: too many operands for instruction [all …]
|
D | single-precision-fp.s | 2 @ RUN: FileCheck %s < %t --check-prefix=CHECK-ERRORS 10 @ CHECK-ERRORS: error: instruction requires: double precision VFP 11 @ CHECK-ERRORS-NEXT: vadd.f64 d0, d1, d2 12 @ CHECK-ERRORS: error: instruction requires: double precision VFP 13 @ CHECK-ERRORS-NEXT: vsub.f64 d2, d3, d4 14 @ CHECK-ERRORS: error: instruction requires: double precision VFP 15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6 16 @ CHECK-ERRORS: error: instruction requires: double precision VFP 17 @ CHECK-ERRORS-NEXT: vmul.f64 d6, d7, d8 18 @ CHECK-ERRORS: error: instruction requires: double precision VFP [all …]
|
D | thumb2-diagnostics.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s 5 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s 16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq' 17 @ CHECK-ERRORS: addle r0, r1, r2 18 @ CHECK-ERRORS: ^ 19 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne' 20 @ CHECK-ERRORS: nop 21 @ CHECK-ERRORS: ^ 22 @ CHECK-ERRORS: error: instructions in IT block must be predicable 23 @ CHECK-ERRORS: it le [all …]
|
D | thumb2-dsp-diag.s | 1 @ RUN: not llvm-mc -triple=thumbv7m 2>&1 < %s | FileCheck --check-prefix=CHECK-ERRORS %s 9 @ CHECK-ERRORS: error: instruction requires: dsp 10 @ CHECK-ERRORS: error: instruction requires: dsp 11 @ CHECK-ERRORS: error: instruction requires: dsp 12 @ CHECK-ERRORS: error: instruction requires: dsp 13 @ CHECK-ERRORS: error: invalid instruction 25 @ CHECK-ERRORS: error: instruction requires: dsp 26 @ CHECK-ERRORS: error: instruction requires: dsp 27 @ CHECK-ERRORS: error: instruction requires: dsp 28 @ CHECK-ERRORS: error: instruction requires: dsp [all …]
|
D | vfp4.s | 5 @ RUN: FileCheck %s < %t2 --check-prefix=THUMB_V7EM-ERRORS 9 @ THUMB_V7EM-ERRORS: error: invalid instruction 10 @ THUMB_V7EM-ERRORS-NEXT: vfma.f64 d16, d18, d17 20 @ THUMB_V7EM-ERRORS: error: invalid instruction 21 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 d16, d18, d17 26 @ THUMB_V7EM-ERRORS: error: invalid instruction 27 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 q2, q4, q0 32 @ THUMB_V7EM-ERRORS: error: invalid instruction 33 @ THUMB_V7EM-ERRORS-NEXT: vfnma.f64 d16, d18, d17 43 @ THUMB_V7EM-ERRORS: error: invalid instruction [all …]
|
D | cps.s | 7 @ RUN: FileCheck %s < %t --check-prefix=V6-ERRORS 22 @ V6-ERRORS: error: invalid instruction, any one of the following would fix this: 23 @ V6-ERRORS-NEXT: cpsie i, #3 24 @ V6-ERRORS: note: instruction requires: thumb2 25 @ V6-ERRORS: note: instruction requires: arm-mode 26 @ V6-ERRORS: note: too many operands for instruction 27 @ V6-ERRORS: error: invalid instruction, any one of the following would fix this: 28 @ V6-ERRORS: cps #0 29 @ V6-ERRORS: note: too few operands for instruction 30 @ V6-ERRORS: note: instruction requires: arm-mode [all …]
|
D | diagnostics-noneon.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 6 @ CHECK-ERRORS: error: instruction requires: NEON 7 @ CHECK-ERRORS: error: instruction requires: NEON
|
/external/llvm/test/MC/ARM/ |
D | thumb-diagnostics.s | 2 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS %s 4 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V5 %s 6 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V7M %s 8 @ RUN: | FileCheck --check-prefix=CHECK-ERRORS-V8 %s 14 @ CHECK-ERRORS: error: invalid instruction 15 @ CHECK-ERRORS: add r1, r2, r3 16 @ CHECK-ERRORS: ^ 21 @ CHECK-ERRORS: error: instruction variant requires Thumb2 22 @ CHECK-ERRORS: add r2, r3 23 @ CHECK-ERRORS: ^ [all …]
|
D | neon-vld-vst-align.s | 3 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t.err %s 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 14 @ CHECK-ERRORS: vld1.8 {d0}, [r4:16] 15 @ CHECK-ERRORS: ^ 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 17 @ CHECK-ERRORS: vld1.8 {d0}, [r4:32] 18 @ CHECK-ERRORS: ^ 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 21 @ CHECK-ERRORS: vld1.8 {d0}, [r4:128] 22 @ CHECK-ERRORS: ^ [all …]
|
D | diagnostics.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s 4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s 138 @ CHECK-ERRORS: dbg #16 147 @ CHECK-ERRORS: error: invalid operand for instruction 148 @ CHECK-ERRORS: error: invalid operand for instruction 149 @ CHECK-ERRORS: error: invalid operand for instruction 150 @ CHECK-ERRORS: error: invalid operand for instruction 151 @ CHECK-ERRORS: error: immediate operand must be in the range [0,15] 152 @ CHECK-ERRORS-V7: error: immediate operand must be in the range [0,15] 153 @ CHECK-ERRORS-V8: error: invalid operand for instruction [all …]
|
D | single-precision-fp.s | 2 @ RUN: FileCheck %s < %t --check-prefix=CHECK-ERRORS 10 @ CHECK-ERRORS: error: instruction requires: double precision VFP 11 @ CHECK-ERRORS-NEXT: vadd.f64 d0, d1, d2 12 @ CHECK-ERRORS: error: instruction requires: double precision VFP 13 @ CHECK-ERRORS-NEXT: vsub.f64 d2, d3, d4 14 @ CHECK-ERRORS: error: instruction requires: double precision VFP 15 @ CHECK-ERRORS-NEXT: vdiv.f64 d4, d5, d6 16 @ CHECK-ERRORS: error: instruction requires: double precision VFP 17 @ CHECK-ERRORS-NEXT: vmul.f64 d6, d7, d8 18 @ CHECK-ERRORS: error: instruction requires: double precision VFP [all …]
|
D | thumb2-diagnostics.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V7 < %t %s 5 @ RUN: FileCheck --check-prefix=CHECK-ERRORS --check-prefix=CHECK-ERRORS-V8 < %t %s 16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq' 17 @ CHECK-ERRORS: addle r0, r1, r2 18 @ CHECK-ERRORS: ^ 19 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne' 20 @ CHECK-ERRORS: nop 21 @ CHECK-ERRORS: ^ 22 @ CHECK-ERRORS: error: instructions in IT block must be predicable 23 @ CHECK-ERRORS: it le [all …]
|
D | vfp4.s | 5 @ RUN: FileCheck %s < %t2 --check-prefix=THUMB_V7EM-ERRORS 9 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction 10 @ THUMB_V7EM-ERRORS-NEXT: vfma.f64 d16, d18, d17 20 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction 21 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 d16, d18, d17 26 @ THUMB_V7EM-ERRORS: error: instruction requires: NEON 27 @ THUMB_V7EM-ERRORS-NEXT: vfma.f32 q2, q4, q0 32 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction 33 @ THUMB_V7EM-ERRORS-NEXT: vfnma.f64 d16, d18, d17 43 @ THUMB_V7EM-ERRORS: error: invalid operand for instruction [all …]
|
D | thumb2-dsp-diag.s | 1 @ RUN: not llvm-mc -triple=thumbv7m 2>&1 < %s | FileCheck --check-prefix=CHECK-ERRORS %s 9 @ CHECK-ERRORS: error: instruction requires: arm-mode 10 @ CHECK-ERRORS: error: instruction requires: arm-mode 11 @ CHECK-ERRORS: error: instruction requires: arm-mode 12 @ CHECK-ERRORS: error: instruction requires: arm-mode 13 @ CHECK-ERRORS: error: invalid operand for instruction 25 @ CHECK-ERRORS: error: instruction requires: arm-mode 26 @ CHECK-ERRORS: error: instruction requires: arm-mode 27 @ CHECK-ERRORS: error: instruction requires: arm-mode 28 @ CHECK-ERRORS: error: instruction requires: arm-mode [all …]
|
D | diagnostics-noneon.s | 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s 6 @ CHECK-ERRORS: error: instruction requires: NEON 7 @ CHECK-ERRORS: error: instruction requires: NEON
|
/external/llvm-project/llvm/test/FileCheck/ |
D | multiple-check-not-failures.txt | 5 RUN: FileCheck --strict-whitespace --check-prefix CHECK-ERRORS %s 19 CHECK-ERRORS: multiple-check-not-failures.txt:[[#@LINE-5]]:12: error: {{C}}HECK-NOT: excluded strin… 20 CHECK-ERRORS-NEXT: {{C}}HECK-NOT: bar 21 CHECK-ERRORS-NEXT: {{^}} ^{{$}} 22 CHECK-ERRORS-NEXT: multiple-check-not-failures.txt:[[#@LINE-14]]:1: note: found here 23 CHECK-ERRORS-NEXT: bar 24 CHECK-ERRORS-NEXT: {{^}}^~~{{$}} 25 CHECK-ERRORS-NEXT: multiple-check-not-failures.txt:[[#@LINE-10]]:12: error: {{C}}HECK-NOT: exc… 26 CHECK-ERRORS-NEXT: {{C}}HECK-NOT: foo 27 CHECK-ERRORS-NEXT: {{^}} ^{{$}} [all …]
|
/external/clang/test/Modules/ |
D | serialized-diags.m | 23 // RUN: FileCheck -check-prefix=CHECK-WITH-ERRORS --input-file=%t.out_errors %s 25 // CHECK-WITH-ERRORS: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *' 26 // CHECK-WITH-ERRORS: serialized-diags.m:1:9: note: while building module 'HasWarnings' 27 // CHECK-WITH-ERRORS: has_errors.h:2:13: error: redefinition of 'foo' 28 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: note: while building module 'HasErrors' 29 // CHECK-WITH-ERRORS: has_errors.h:1:13: note: previous definition is here 30 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: fatal: could not build module 'HasErrors' 31 // CHECK-WITH-ERRORS: Number of diagnostics: 3
|
/external/llvm-project/clang/test/Modules/ |
D | serialized-diags.m | 23 // RUN: FileCheck -check-prefix=CHECK-WITH-ERRORS --input-file=%t.out_errors %s 25 // CHECK-WITH-ERRORS: has_warnings.h:3:8: warning: incompatible pointer types initializing 'float *' 26 // CHECK-WITH-ERRORS: serialized-diags.m:1:9: note: while building module 'HasWarnings' 27 // CHECK-WITH-ERRORS: has_errors.h:2:13: error: redefinition of 'foo' 28 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: note: while building module 'HasErrors' 29 // CHECK-WITH-ERRORS: has_errors.h:1:13: note: previous definition is here 30 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: fatal: could not build module 'HasErrors' 31 // CHECK-WITH-ERRORS: Number of diagnostics: 3
|
/external/mesa3d/.gitlab-ci/bare-metal/ |
D | expect-output.sh | 6 ERRORS=$(mktemp) 8 trap "rm $STRINGS; rm $ERRORS;" EXIT 16 e) echo "$OPTARG" >> $STRINGS ; echo "$OPTARG" >> $ERRORS;; 28 if egrep -wf $ERRORS $FILE; then
|
123456