HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 51 - 75 of 2613) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_seh.s 3 # CHECK: .seh_proc func
4 # CHECK: .seh_pushframe @code
5 # CHECK: .seh_stackalloc 24
6 # CHECK: .seh_savereg 6, 16
7 # CHECK: .seh_savexmm 8, 0
8 # CHECK: .seh_pushreg 3
9 # CHECK: .seh_setframe 3, 0
10 # CHECK: .seh_endprologue
11 # CHECK: .seh_handler __C_specific_handler, @except
12 # CHECK-NOT: .section{{.*}}.xdat
    [all...]
directive_set.s 3 # CHECK: TEST0:
4 # CHECK: a = 0
8 # CHECK: TEST1:
9 # CHECK: a = 0
directive_tlv.s 3 # CHECK: __DATA,__thread_vars,thread_local_variables
4 # CHECK: .globl _a
5 # CHECK: _a:
6 # CHECK: .quad 0
section_names.s 33 # CHECK: Name: .nobits
34 # CHECK-NEXT: Type: SHT_PROGBITS
35 # CHECK: Name: .nobits2
36 # CHECK-NEXT: Type: SHT_PROGBITS
37 # CHECK: Name: .nobitsfoo
38 # CHECK-NEXT: Type: SHT_PROGBITS
39 # CHECK: Name: .init_array
40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
41 # CHECK: Name: .init_array2
42 # CHECK-NEXT: Type: SHT_PROGBIT
    [all...]
directive_subsections_via_symbols.s 3 # CHECK: TEST0:
4 # CHECK: .subsections_via_symbols
directive_thread_init_func.s 3 # CHECK: __DATA,__thread_init,thread_local_init_function_pointers
4 # CHECK: .quad 0
directive_desc.s 3 # CHECK: TEST0:
4 # CHECK: .desc foo,16
5 # CHECK: .desc bar,4
directive_symbol_attrs.s 3 # CHECK: TEST0:
4 # CHECK: .globl a
5 # CHECK: .globl b
directive_tdata.s 3 # CHECK: __DATA,__thread_data,thread_local_regular
4 # CHECK: _a$tlv$init:
5 # CHECK: .quad 4
  /external/llvm/test/MC/PowerPC/
ppc64-fixup-apply.s 60 # CHECK: Section {
61 # CHECK: Name: .text
62 # CHECK-NEXT: Type: SHT_PROGBITS
63 # CHECK-NEXT: Flags [
64 # CHECK-NEXT: SHF_ALLOC
65 # CHECK-NEXT: SHF_EXECINSTR
66 # CHECK-NEXT: ]
67 # CHECK-NEXT: Address: 0x0
68 # CHECK-NEXT: Offset:
69 # CHECK-NEXT: Size: 6
    [all...]
ppc64-encoding-fp.s 8 # CHECK: lfs 2, 128(4) # encoding: [0xc0,0x44,0x00,0x80]
10 # CHECK: lfsx 2, 3, 4 # encoding: [0x7c,0x43,0x24,0x2e]
12 # CHECK: lfsu 2, 128(4) # encoding: [0xc4,0x44,0x00,0x80]
14 # CHECK: lfsux 2, 3, 4 # encoding: [0x7c,0x43,0x24,0x6e]
16 # CHECK: lfd 2, 128(4) # encoding: [0xc8,0x44,0x00,0x80]
18 # CHECK: lfdx 2, 3, 4 # encoding: [0x7c,0x43,0x24,0xae]
20 # CHECK: lfdu 2, 128(4) # encoding: [0xcc,0x44,0x00,0x80]
22 # CHECK: lfdux 2, 3, 4 # encoding: [0x7c,0x43,0x24,0xee]
24 # CHECK: lfiwax 2, 3, 4 # encoding: [0x7c,0x43,0x26,0xae]
26 # CHECK: lfiwzx 2, 3, 4 # encoding: [0x7c,0x43,0x26,0xee
    [all...]
ppc64-encoding-bookII.s 6 # CHECK: icbi 2, 3 # encoding: [0x7c,0x02,0x1f,0xac]
10 # CHECK: dcbt 2, 3 # encoding: [0x7c,0x02,0x1a,0x2c]
13 # CHECK: dcbtst 2, 3 # encoding: [0x7c,0x02,0x19,0xec]
15 # CHECK: dcbz 2, 3 # encoding: [0x7c,0x02,0x1f,0xec]
17 # CHECK: dcbst 2, 3 # encoding: [0x7c,0x02,0x18,0x6c]
23 # CHECK: isync # encoding: [0x4c,0x00,0x01,0x2c]
33 # CHECK: stwcx. 2, 3, 4 # encoding: [0x7c,0x43,0x21,0x2d]
35 # CHECK: stdcx. 2, 3, 4 # encoding: [0x7c,0x43,0x21,0xad]
38 # CHECK: sync 2 # encoding: [0x7c,0x40,0x04,0xac]
40 # CHECK: eieio # encoding: [0x7c,0x00,0x06,0xac
    [all...]
  /external/llvm/test/MC/Mips/
mips-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00]
8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
10 # CHECK: andi $9, $9, 17767 # encoding: [0x67,0x45,0x29,0x31]
11 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
12 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
13 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
14 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00]
15 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00
    [all...]
mips64-alu-instructions.s 2 # Check that the assembler can handle the documented syntax
7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00]
8 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
9 # CHECK: andi $9, $6, 17767 # encoding: [0x67,0x45,0xc9,0x30]
10 # CHECK: clo $6, $7 # encoding: [0x21,0x30,0xe6,0x70]
11 # CHECK: clz $6, $7 # encoding: [0x20,0x30,0xe6,0x70]
12 # CHECK: ins $19, $9, 6, 7 # encoding: [0x84,0x61,0x33,0x7d]
13 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00]
14 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00]
15 # CHECK: ori $4, $5, 17767 # encoding: [0x67,0x45,0xa4,0x34
    [all...]
mips64-register-names.s 3 # Check that the register names are mapped to their correct numbers for n64
7 # CHECK: encoding: [0x64,0x00,0x00,0x00]
8 # CHECK: encoding: [0x64,0x01,0x00,0x00]
9 # CHECK: encoding: [0x64,0x02,0x00,0x00]
10 # CHECK: encoding: [0x64,0x03,0x00,0x00]
11 # CHECK: encoding: [0x64,0x04,0x00,0x00]
12 # CHECK: encoding: [0x64,0x05,0x00,0x00]
13 # CHECK: encoding: [0x64,0x06,0x00,0x00]
14 # CHECK: encoding: [0x64,0x07,0x00,0x00]
15 # CHECK: encoding: [0x64,0x08,0x00,0x00
    [all...]
  /external/llvm/test/MC/SystemZ/
regs-good.s 3 #CHECK: lr %r0, %r1 # encoding: [0x18,0x01]
4 #CHECK: lr %r2, %r3 # encoding: [0x18,0x23]
5 #CHECK: lr %r4, %r5 # encoding: [0x18,0x45]
6 #CHECK: lr %r6, %r7 # encoding: [0x18,0x67]
7 #CHECK: lr %r8, %r9 # encoding: [0x18,0x89]
8 #CHECK: lr %r10, %r11 # encoding: [0x18,0xab]
9 #CHECK: lr %r12, %r13 # encoding: [0x18,0xcd]
10 #CHECK: lr %r14, %r15 # encoding: [0x18,0xef]
21 #CHECK: lgr %r0, %r1 # encoding: [0xb9,0x04,0x00,0x01]
22 #CHECK: lgr %r2, %r3 # encoding: [0xb9,0x04,0x00,0x23
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
autogen-inst-offset-align-to-end.s 18 # CHECK: 0: nop
19 # CHECK: f: incl
29 # CHECK: 21: nop
30 # CHECK: 2f: incl
40 # CHECK: 42: nop
41 # CHECK: 4f: incl
51 # CHECK: 63: nop
52 # CHECK: 6f: incl
62 # CHECK: 84: nop
63 # CHECK: 8f: inc
    [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...]
eh-directive-section-multiple-func.s 4 @ Check whether the section is switched back properly.
41 @ Check the .text section. This should be empty.
43 @ CHECK: Sections [
44 @ CHECK: Section {
45 @ CHECK: Name: .text
46 @ CHECK: SectionData (
47 @ CHECK: )
48 @ CHECK: }
52 @ Check the .TEST1 section. There should be two "bx lr" instructions.
54 @ CHECK: Section
    [all...]
thumb2-diagnostics.s 2 @ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
14 @ CHECK-ERRORS: addle r0, r1, r2
15 @ CHECK-ERRORS: ^
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
17 @ CHECK-ERRORS: nop
18 @ CHECK-ERRORS: ^
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
20 @ CHECK-ERRORS: it l
    [all...]
eh-compact-pr0.s 4 @ Check the compact pr0 model
36 @ Check .TEST1 section
38 @ CHECK: Sections [
39 @ CHECK: Section {
40 @ CHECK: Name: .TEST1
41 @ CHECK: SectionData (
42 @ CHECK: 0000: 00482DE9 0DB0A0E1 0048BDE8 0EF0A0E1 |.H-......H......|
43 @ CHECK: )
44 @ CHECK: }
48 @ Check .ARM.exidx.TEST1 sectio
    [all...]
arm_word_directive.s 3 @ CHECK: TEST0:
4 @ CHECK: .long 3
eh-directive-section-comdat.s 4 @ Check the .group section for the function in comdat section.
12 @ This test case will check the content of .group section. The section index
41 @ Check the .group section
43 @ CHECK: Sections [
44 @ CHECK: Section {
45 @ CHECK: Index: 1
46 @ CHECK: Name: .group
47 @ CHECK: Type: SHT_GROUP (0x11)
48 @ CHECK: Flags [ (0x0)
49 @ CHECK:
    [all...]
eh-directive-cantunwind-diagnostics.s 4 @ Check the diagnostics for .cantunwind, .handlerdata, and .personality
7 @ .personality directive. This test case check for the diagnostics for
24 @ CHECK: error: .personality can't be used with .cantunwind directive
25 @ CHECK: .personality __gxx_personality_v0
26 @ CHECK: ^
27 @ CHECK: error: .cantunwind was specified here
28 @ CHECK: .cantunwind
29 @ CHECK: ^
44 @ CHECK: error: .handlerdata can't be used with .cantunwind directive
45 @ CHECK: .handlerdat
    [all...]
  /external/llvm/test/MC/X86/
x86_directives.s 3 # CHECK: TEST0:
4 # CHECK: .short 3

Completed in 560 milliseconds

1 23 4 5 6 7 8 91011>>