HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 226 - 250 of 4034) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
4 @ RUN: FileCheck --check-prefix=CHECK-ERRORS-V5 < %t %s
6 @ Check for various assembly diagnostic messages on invalid input.
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, r
    [all...]
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 4 @ Check the compact pr1 model
25 @ Check .TEST1 section
27 @ CHECK: Sections [
28 @ CHECK: Section {
29 @ CHECK: Name: .TEST1
30 @ CHECK: SectionData (
31 @ CHECK: 0000: 30482DE9 000081E0 08B08DE2 3088BDE8 |0H-.........0...|
32 @ CHECK: )
33 @ CHECK: }
37 @ Check .ARM.extab.TEST1 sectio
    [all...]
vfp-aliases.s 32 @ CHECK-LABEL: aliases
33 @ CHECK: vpush {d0}
34 @ CHECK: vstmia sp!, {d0}
35 @ CHECK: vpush {d0}
36 @ CHECK: vstmia sp!, {d0}
37 @ CHECK: vpush {s0}
38 @ CHECK: vstmia sp!, {s0}
39 @ CHECK: vpush {s0}
40 @ CHECK: vstmia sp!, {s0}
41 @ CHECK: vpop {s0
    [all...]
eh-directive-personality.s 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t
6 @ Check the .personality directive.
25 @ CHECK: Section {
26 @ CHECK: Name: .TEST1
27 @ CHECK: SectionData (
28 @ CHECK: 0000: 1EFF2FE1 |../.|
29 @ CHECK: )
30 @ CHECK: }
31 @ CHECK: Section {
32 @ CHECK: Name: .ARM.extab.TEST
    [all...]
symbol-variants-errors.s 3 @ check for invalid variant
6 @CHECK: error: invalid variant 'blargh'
7 @CHECK: bl bar(blargh)
8 @CHECK: ^
10 @ check for missing closed paren
13 @CHECK: error: unexpected token in variant, expected ')'
14 @CHECK: .word bar(got
15 @CHECK: ^
17 @ check for invalid symbol before variant end
21 @CHECK: error: unexpected token in variant, expected ')
    [all...]
directive-tlsdescseq.s 4 @ RUN: | FileCheck -check-prefix CHECK-ASM %s
19 @ CHECK: Relocations [
20 @ CHECK: 0x4 R_ARM_TLS_DESCSEQ variable 0x0
21 @ CHECK: 0x8 R_ARM_TLS_DESCSEQ variable 0x0
22 @ CHECK: 0xC R_ARM_TLS_DESCSEQ variable 0x0
23 @ CHECK: 0x10 R_ARM_TLS_GOTDESC variable 0x0
24 @ CHECK: ]
26 @ CHECK-ASM: ldr r1, [pc, #8]
27 @ CHECK-ASM: .tlsdescseq variabl
    [all...]
tls-directives.s 4 @ CHECK: Indirect symbols for (__DATA,__thread_ptr)
5 @ CHECK: 0x0000001c 5 _a
8 @ CHECK: sectname __thread_data
9 @ CHECK: segname __DATA
10 @ CHECK: type S_THREAD_LOCAL_REGULAR
12 @ CHECK: sectname __thread_vars
13 @ CHECK: segname __DATA
14 @ CHECK: type S_THREAD_LOCAL_VARIABLES
16 @ CHECK: sectname __thread_bss
17 @ CHECK: segname __DAT
    [all...]
comment.s 1 @ Tests to check that '@' does not get lexed as an identifier for arm
3 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi 2>&1 | FileCheck %s --check-prefix=ERROR
24 @CHECK-LABEL: foo:
25 @CHECK: bl boo
26 @CHECK-NOT: @
27 @CHECK: bl goo
28 @CHECK-NOT: @
29 @CHECK: .long bar
30 @CHECK-NOT: @
31 @CHECK: .long ba
    [all...]
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
6 @ Check for various assembly diagnostic messages on invalid input.
10 @ CHECK-ERRORS: error: instruction 'mls' can not set flags
    [all...]
deprecated-v8.s 1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV8
2 @ RUN: llvm-mc -triple thumbv8 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV8
3 @ RUN: llvm-mc -triple armv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV7
4 @ RUN: llvm-mc -triple thumbv7 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-THUMBV7
5 @ RUN: llvm-mc -triple armv6 -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK-ARMV
    [all...]
arm-elf-relocation-diagnostics.s 7 @ CHECK: error: relocated expression must be 32-bit
8 @ CHECK: .byte target(sbrel)
9 @ CHECK: ^
12 @ CHECK: error: relocated expression must be 32-bit
13 @ CHECK: .hword target(sbrel)
14 @ CHECK: ^
17 @ CHECK: error: relocated expression must be 32-bit
18 @ CHECK: .short target(sbrel)
19 @ CHECK: ^
22 @ CHECK: error: relocated expression must be 32-bi
    [all...]
  /external/llvm/test/MC/Mips/mips32r6/
relocations.s 2 # RUN: | FileCheck %s -check-prefix=CHECK-FIXUP
4 # RUN: | llvm-readobj -r | FileCheck %s -check-prefix=CHECK-ELF
6 # Check that the assembler can handle the documented syntax for fixups.
8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
9 # CHECK-FIXUP: # fixup A - offset: 0,
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
12 # CHECK-FIXUP: # fixup A - offset: 0
    [all...]
  /external/llvm/test/MC/Mips/
mips_directives.s 3 # CHECK: .text
4 # CHECK: $BB0_2:
5 # CHECK: .abicalls
13 # CHECK: .set noreorder
14 # CHECK: b 1332 # encoding: [0x10,0x00,0x01,0x4d]
15 # CHECK-NOT: nop
16 # CHECK: j 1328 # encoding: [0x08,0x00,0x01,0x4c]
17 # CHECK-NOT: nop
18 # CHECK: jal 1328 # encoding: [0x0c,0x00,0x01,0x4c]
19 # CHECK-NOT: no
    [all...]
macro-abs.s 4 # CHECK: .text
6 # CHECK: bgez $4, 8 # encoding: [0x04,0x81,0x00,0x02]
7 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00]
8 # CHECK: neg $4, $4 # encoding: [0x00,0x04,0x20,0x22]
10 # CHECK: bgez $5, 8 # encoding: [0x04,0xa1,0x00,0x02]
11 # CHECK: move $4, $5 # encoding: [0x00,0xa0,0x20,0x21]
12 # CHECK: neg $4, $5 # encoding: [0x00,0x05,0x20,0x22]
  /external/llvm/test/MC/Mips/micromips32r6/
relocations.s 2 # RUN: -mattr=micromips | FileCheck %s -check-prefix=CHECK-FIXUP
4 # RUN: -mattr=micromips | llvm-readobj -r | FileCheck %s -check-prefix=CHECK-ELF
6 # Check that the assembler can handle the documented syntax for fixups.
8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
9 # CHECK-FIXUP: # fixup A - offset: 0,
10 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
11 # CHECK-FIXUP: bc bar # encoding: [0b100101AA,A,A,A]
12 # CHECK-FIXUP: # fixup A - offset: 0
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_fpu.s 9 # CHECK: fadd
11 # CHECK: encoding: [0x58,0x01,0x10,0x00]
14 # CHECK: frsub
16 # CHECK: encoding: [0x58,0x01,0x10,0x80]
19 # CHECK: fmul
21 # CHECK: encoding: [0x58,0x01,0x11,0x00]
24 # CHECK: fdiv
26 # CHECK: encoding: [0x58,0x01,0x11,0x80]
29 # CHECK: fsqrt
31 # CHECK: encoding: [0x58,0x01,0x03,0x80
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-vmx.s 2 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
3 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
9 # CHECK-BE: lvebx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x0e]
10 # CHECK-LE: lvebx 2, 3, 4 # encoding: [0x0e,0x20,0x43,0x7c]
12 # CHECK-BE: lvehx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x4e]
13 # CHECK-LE: lvehx 2, 3, 4 # encoding: [0x4e,0x20,0x43,0x7c]
15 # CHECK-BE: lvewx 2, 3, 4 # encoding: [0x7c,0x43,0x20,0x8e]
16 # CHECK-LE: lvewx 2, 3, 4 # encoding: [0x8e,0x20,0x43,0x7c
    [all...]
vsx.s 1 # RUN: llvm-mc -triple powerpc64-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
4 # CHECK-BE: xxswapd 7, 63 # encoding: [0xf0,0xff,0xfa,0x56]
5 # CHECK-LE: xxswapd 7, 63 # encoding: [0x56,0xfa,0xff,0xf0]
8 # CHECK-BE: lxsdx 39, 5, 31 # encoding: [0x7c,0xe5,0xfc,0x99]
9 # CHECK-LE: lxsdx 39, 5, 31 # encoding: [0x99,0xfc,0xe5,0x7c]
11 # CHECK-BE: lxsiwax 39, 5, 31 # encoding: [0x7c,0xe5,0xf8,0x99]
12 # CHECK-LE: lxsiwax 39, 5, 31 # encoding: [0x99,0xf8,0xe5,0x7c
    [all...]
  /external/llvm/test/MC/AArch64/
arm64-diags.s 2 ; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
10 ; CHECK: ldr x3, foo+4 ; encoding: [0bAAA00011,A,A,0x58]
11 ; CHECK: ; fixup A - offset: 0, value: foo+4, kind: fixup_aarch64_ldr_pcrel_imm19
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:
    [all...]
  /external/dtc/tests/
rw_tree1.c 34 #define CHECK(code) \
59 CHECK(fdt_create_empty_tree(fdt, SPACE));
61 CHECK(fdt_add_mem_rsv(fdt, TEST_ADDR_1, TEST_SIZE_1));
62 CHECK(fdt_add_mem_rsv(fdt, TEST_ADDR_2, TEST_SIZE_2));
64 CHECK(fdt_setprop_string(fdt, 0, "compatible", "test_tree1"));
65 CHECK(fdt_setprop_u32(fdt, 0, "prop-int", TEST_VALUE_1));
66 CHECK(fdt_setprop_u64(fdt, 0, "prop-int64", TEST_VALUE64_1));
67 CHECK(fdt_setprop_string(fdt, 0, "prop-str", TEST_STRING_1));
71 CHECK(fdt_setprop_string(fdt, s1, "compatible", "subnode1"));
72 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1))
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_mov.s 7 # CHECK-LABEL: mov1b:
9 # CHECK: leaq -128(%rsp), %rsp
10 # CHECK: callq __asan_report_load1@PLT
11 # CHECK: leaq 128(%rsp), %rsp
13 # CHECK: movb (%rsi), %al
15 # CHECK: leaq -128(%rsp), %rsp
16 # CHECK: callq __asan_report_store1@PLT
17 # CHECK: leaq 128(%rsp), %rsp
19 # CHECK: movb %al, (%rdi)
36 # CHECK-LABEL: mov16b
    [all...]
  /external/llvm/test/MC/Mips/dsp/
invalid.s 4 extp $2, $ac1, -1 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate
5 extp $2, $ac1, 32 # CHECK: :[[@LINE]]:18: error: expected 5-bit unsigned immediate
6 extpdp $2, $ac1, -1 # CHECK: :[[@LINE]]:20: error: expected 5-bit unsigned immediate
7 extpdp $2, $ac1, 32 # CHECK: :[[@LINE]]:20: error: expected 5-bit unsigned immediate
8 extr.w $2, $ac1, -1 # CHECK: :[[@LINE]]:20: error: expected 5-bit unsigned immediate
9 extr.w $2, $ac1, 32 # CHECK: :[[@LINE]]:20: error: expected 5-bit unsigned immediate
10 extr_r.w $2, $ac1, -1 # CHECK: :[[@LINE]]:22: error: expected 5-bit unsigned immediate
11 extr_r.w $2, $ac1, 32 # CHECK: :[[@LINE]]:22: error: expected 5-bit unsigned immediate
12 extr_rs.w $2, $ac1, -1 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediate
13 extr_rs.w $2, $ac1, 32 # CHECK: :[[@LINE]]:23: error: expected 5-bit unsigned immediat
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc 29 #define CHECK(expr) \
64 CHECK(base->Init());
70 CHECK(voice_socket_transport->SetSendDestination("127.0.0.1", 5566));
71 CHECK(voice_socket_transport->SetLocalReceiver(5566));
73 CHECK(codec->SetRecPayloadType(channel, isac));
74 CHECK(codec->SetSendCodec(channel, isac));
76 CHECK(base->StartReceive(channel));
77 CHECK(base->StartPlayout(channel));
78 CHECK(base->StartSend(channel));
79 CHECK(file->StartPlayingFileAsMicrophone(channel, _mgr.AudioFilename()
    [all...]
  /bionic/tests/libs/
cfi_test_helper.cpp 36 CHECK(g_count == 0);
38 CHECK(g_count == 1);
44 CHECK(g_count == 1);
46 CHECK(g_count == 2);
50 CHECK(g_count == 2);
52 CHECK(g_count == 3);
  /external/libvncserver/test/
cargstest.c 16 #define CHECK(a,b) if(screen->a!=b) { fprintf(stderr,#a " is %d (should be " #b ")\n",screen->a); ret=1; }
17 CHECK(width,1024);
18 CHECK(height,768);
19 CHECK(alwaysShared,TRUE);
20 CHECK(httpPort,3002);
21 CHECK(dontDisconnect,TRUE);

Completed in 3096 milliseconds

1 2 3 4 5 6 7 8 91011>>