Searched refs:CHECK (Results 176 - 200 of 2655) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dtarget-expressions.s3 @ RUN: | FileCheck -check-prefix CHECK-RELOCATIONS %s
48 @ CHECK-LABEL: test:
49 @ CHECK: movw r0, :lower16:function
50 @ CHECK: movt r0, :upper16:function
51 @ CHECK: movw r1, :lower16:function
52 @ CHECK: movt r1, :upper16:function
53 @ CHECK: movw r2, :lower16:(3735928487)
54 @ CHECK: movt r2, :upper16:(3735928487)
55 @ CHECK: movw r3, :lower16:(3735928487)
56 @ CHECK
[all...]
H A Dvmov-vmvn-illegal-cases.s4 @ CHECK: error: invalid operand for instruction
5 @ CHECK: vmov.i32 d2, #0xffffffab
6 @ CHECK: error: invalid operand for instruction
7 @ CHECK: vmov.i32 q2, #0xffffffab
8 @ CHECK: error: invalid operand for instruction
9 @ CHECK: vmov.i16 q2, #0xffab
10 @ CHECK: error: invalid operand for instruction
11 @ CHECK: vmov.i16 q2, #0xffab
13 @ CHECK: error: invalid operand for instruction
14 @ CHECK
[all...]
H A Ddirective-arch_extension-sec.s2 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
4 @ RUN: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
6 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv6 -check-prefix CHECK-V6
8 @ RUN: | FileCheck %s -check-prefix CHECK-THUMBv7 -check-prefix CHECK-V7
13 @ CHECK-V6: error: architectural extension 'sec' is not allowed for the current base architecture
14 @ CHECK
[all...]
H A Ddiagnostics.s2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V8 < %t %s
10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags,
11 @ CHECK-ERRORS: but 's' suffix specified
25 @ CHECK-ERRORS: error: invalid immediate shift value
26 @ CHECK-ERRORS: adc r1, r2, r3, lsl #invalid
27 @ CHECK-ERRORS: ^
28 @ CHECK-ERRORS: error: immediate shift value out of range
29 @ CHECK-ERRORS: adc r4, r5, r6, lsl #-1
30 @ CHECK
[all...]
H A Ddirective-arch_extension-fp.s2 @ RUN: | FileCheck %s -check-prefix CHECK-V7
4 @ RUN: | FileCheck %s -check-prefix CHECK-V8
6 @ RUN: | FileCheck %s -check-prefix CHECK-V7
8 @ RUN: | FileCheck %s -check-prefix CHECK-V8
13 @ CHECK-V7: error: architectural extension 'fp' is not allowed for the current base architecture
14 @ CHECK-V7-NEXT: .arch_extension fp
15 @ CHECK-V7-NEXT: ^
20 @ CHECK-V7: error: instruction requires: FPARMv8
23 @ CHECK-V7: error: instruction requires: FPARMv8
25 @ CHECK
[all...]
H A Deh-directive-cantunwind-diagnostics.s24 @ CHECK: error: .personality can't be used with .cantunwind directive
25 @ CHECK: .personality __gxx_personality_v0
26 @ CHECK: ^
27 @ CHECK: note: .cantunwind was specified here
28 @ CHECK: .cantunwind
29 @ CHECK: ^
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
45 @ CHECK: .handlerdata
46 @ CHECK: ^
47 @ CHECK
[all...]
H A Deh-directive-movsp.s19 @ CHECK: Section {
20 @ CHECK: Name: .ARM.exidx.duplicate
21 @ CHECK: SectionData (
22 @ CHECK: 0000: 00000000 B09B9B80
23 @ CHECK: )
24 @ CHECK: }
39 @ CHECK: Section {
40 @ CHECK: Name: .ARM.exidx.squash
41 @ CHECK: SectionData (
42 @ CHECK
[all...]
H A Delf-thumbfunc.s18 @CHECK: Symbol {
19 @CHECK: Name: bar
20 @CHECK-NEXT: Value: 0x1
21 @CHECK-NEXT: Size: 0
22 @CHECK-NEXT: Binding: Global
23 @CHECK-NEXT: Type: Function
25 @CHECK: Symbol {
26 @CHECK: Name: foo
27 @CHECK-NEXT: Value: 0x1
28 @CHECK
[all...]
H A Dvorr-vbic-illegal-cases.s4 @ CHECK: error: invalid operand for instruction
5 @ CHECK: vorr.i32 d2, #0xffffffff
6 @ CHECK: error: invalid operand for instruction
7 @ CHECK: vorr.i32 q2, #0xffffffff
8 @ CHECK: error: invalid operand for instruction
9 @ CHECK: vorr.i32 d2, #0xabababab
10 @ CHECK: error: invalid operand for instruction
11 @ CHECK: vorr.i32 q2, #0xabababab
12 @ CHECK: error: invalid operand for instruction
13 @ CHECK
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_subsections_via_symbols.s3 # CHECK: TEST0:
4 # CHECK: .subsections_via_symbols
H A Ddirective_thread_init_func.s3 # CHECK: __DATA,__thread_init,thread_local_init_function_pointers
4 # CHECK: .quad 0
H A Ddirective_desc.s3 # CHECK: TEST0:
4 # CHECK: .desc foo,16
5 # CHECK: .desc bar,4
H A Ddirective_rept-diagnostics.s11 # CHECK: error: unknown token in expression
12 # CHECK: .rept *
13 # CHECK: ^
20 # CHECK: error: unexpected token in '.rept' directive
21 # CHECK: .rept bad_token
22 # CHECK: ^
29 # CHECK: error: Count is negative
30 # CHECK: .rept -32
31 # CHECK: ^
38 # CHECK
[all...]
H A Ddirective_symbol_attrs.s3 # CHECK: TEST0:
4 # CHECK: .globl a
5 # CHECK: .globl b
H A Ddirective_tdata.s3 # CHECK: __DATA,__thread_data,thread_local_regular
4 # CHECK: _a$tlv$init:
5 # CHECK: .quad 4
/external/llvm/test/MC/Mips/
H A Dmicromips-alu-instructions.s1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
2 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
10 # CHECK-EL: add $9, $6, $7 # encoding: [0xe6,0x00,0x10,0x49]
11 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
12 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
13 # CHECK-EL: addi $9, $6, 17767 # encoding: [0x26,0x11,0x67,0x45]
14 # CHECK-EL: addiu $9, $6, -15001 # encoding: [0x26,0x31,0x67,0xc5]
15 # CHECK-EL: addu $9, $6, $7 # encoding: [0xe6,0x00,0x50,0x49]
16 # CHECK-EL: sub $9, $6, $7 # encoding: [0xe6,0x00,0x90,0x49]
17 # CHECK
[all...]
H A Dmicromips-control-instructions.s2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
12 # CHECK-EL: break # encoding: [0x00,0x00,0x07,0x00]
13 # CHECK-EL: break 7 # encoding: [0x07,0x00,0x07,0x00]
14 # CHECK-EL: break 7, 5 # encoding: [0x07,0x00,0x47,0x01]
15 # CHECK-EL: syscall # encoding: [0x00,0x00,0x7c,0x8b]
16 # CHECK-EL: syscall 396 # encoding: [0x8c,0x01,0x7c,0x8b]
17 # CHECK-EL: eret # encoding: [0x00,0x00,0x7c,0xf3]
18 # CHECK-EL: deret # encoding: [0x00,0x00,0x7c,0xe3]
19 # CHECK
[all...]
H A Dmips-expansions.s7 # CHECK: ori $5, $zero, 123 # encoding: [0x7b,0x00,0x05,0x34]
8 # CHECK: addiu $6, $zero, -2345 # encoding: [0xd7,0xf6,0x06,0x24]
9 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
10 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
11 # CHECK: addiu $8, $zero, -8 # encoding: [0xf8,0xff,0x08,0x24]
13 # CHECK: addiu $4, $zero, 20 # encoding: [0x14,0x00,0x04,0x24]
14 # CHECK: lui $7, 1 # encoding: [0x01,0x00,0x07,0x3c]
15 # CHECK: ori $7, $7, 2 # encoding: [0x02,0x00,0xe7,0x34]
16 # CHECK: addiu $4, $5, 20 # encoding: [0x14,0x00,0xa4,0x24]
17 # CHECK
[all...]
H A Dmicromips-loadstore-instructions.s2 # RUN: | FileCheck -check-prefix=CHECK-EL %s
4 # RUN: | FileCheck -check-prefix=CHECK-EB %s
12 # CHECK-EL: lb $5, 8($4) # encoding: [0xa4,0x1c,0x08,0x00]
13 # CHECK-EL: lbu $6, 8($4) # encoding: [0xc4,0x14,0x08,0x00]
14 # CHECK-EL: lh $2, 8($4) # encoding: [0x44,0x3c,0x08,0x00]
15 # CHECK-EL: lhu $4, 8($2) # encoding: [0x82,0x34,0x08,0x00]
16 # CHECK-EL: lw $6, 4($5) # encoding: [0xc5,0xfc,0x04,0x00]
17 # CHECK-EL: sb $5, 8($4) # encoding: [0xa4,0x18,0x08,0x00]
18 # CHECK-EL: sh $2, 8($4) # encoding: [0x44,0x38,0x08,0x00]
19 # CHECK
[all...]
/external/llvm/test/MC/Mips/mips64r2/
H A Dabi-bad.s2 # CHECK: .text
7 # CHECK : error: 'set fp=xx'option requires O32 ABI
8 # CHECK : .set fp=xx
9 # CHECK : ^
/external/llvm/test/MC/Mips/mips64r6/
H A Dinvalid-mips3-wrong-error.s8 ldl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
9 ldr $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
10 sdl $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
11 sdr $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
12 ldle $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
13 ldre $zero,-19147($gp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
14 sdle $15,13694($s3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
15 sdre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
16 lwl $s4,-4231($15) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
17 lwr $zero,-19147($gp) # CHECK
[all...]
/external/llvm/test/MC/Mips/msa/
H A Dtest_ctrlregs.s3 #CHECK: cfcmsa $1, $0 # encoding: [0x78,0x7e,0x00,0x59]
4 #CHECK: cfcmsa $1, $0 # encoding: [0x78,0x7e,0x00,0x59]
5 #CHECK: cfcmsa $2, $1 # encoding: [0x78,0x7e,0x08,0x99]
6 #CHECK: cfcmsa $2, $1 # encoding: [0x78,0x7e,0x08,0x99]
7 #CHECK: cfcmsa $3, $2 # encoding: [0x78,0x7e,0x10,0xd9]
8 #CHECK: cfcmsa $3, $2 # encoding: [0x78,0x7e,0x10,0xd9]
9 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19]
10 #CHECK: cfcmsa $4, $3 # encoding: [0x78,0x7e,0x19,0x19]
11 #CHECK: cfcmsa $5, $4 # encoding: [0x78,0x7e,0x21,0x59]
12 #CHECK
[all...]
/external/llvm/test/MC/X86/
H A Dx86_directives.s3 # CHECK: TEST0:
4 # CHECK: .short 3
H A Dx86-target-directives.s5 # CHECK: unknown directive .code42
6 # CHECK-NOT: unknown directive
/external/libexif/test/
H A Dtest-integers.c39 # define CHECK(condition) \ macro
46 # define CHECK(condition) \ macro
58 CHECK(sizeof(unsigned int) >= sizeof(uint32_t));
61 CHECK(sizeof(enum_t) <= sizeof(int));

Completed in 4601 milliseconds

1234567891011>>