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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/MC/PowerPC/
qpx.s 3 # CHECK: qvfabs 3, 5 # encoding: [0x10,0x60,0x2a,0x10]
6 # CHECK: qvfabs 3, 5 # encoding: [0x10,0x60,0x2a,0x10]
8 # CHECK: qvfadd 3, 4, 5 # encoding: [0x10,0x64,0x28,0x2a]
10 # CHECK: qvfadds 3, 4, 5 # encoding: [0x00,0x64,0x28,0x2a]
12 # CHECK: qvfandc 3, 4, 5 # encoding: [0x10,0x64,0x2a,0x08]
14 # CHECK: qvfand 3, 4, 5 # encoding: [0x10,0x64,0x28,0x88]
16 # CHECK: qvfcfid 3, 5 # encoding: [0x10,0x60,0x2e,0x9c]
18 # CHECK: qvfcfids 3, 5 # encoding: [0x00,0x60,0x2e,0x9c]
20 # CHECK: qvfcfidu 3, 5 # encoding: [0x10,0x60,0x2f,0x9c]
22 # CHECK: qvfcfidus 3, 5 # encoding: [0x00,0x60,0x2f,0x9c
    [all...]
  /external/llvm/test/MC/Mips/mips64r6/
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/ARM/
inst-directive.s 19 @ CHECK: Section {
20 @ CHECK: Name: .inst.arm_inst
21 @ CHECK: SectionData (
22 @ CHECK-NEXT: 0000: FEDE0000
23 @ CHECK-NEXT: )
38 @ CHECK: Section {
39 @ CHECK: Name: .inst.thumb_inst_n
40 @ CHECK: SectionData (
41 @ CHECK-NEXT: 0000: FEDE
42 @ CHECK-NEXT:
    [all...]
pool.s 13 @ CHECK-LABEL: pool
14 @ CHECK: ldr r0, .Ltmp0
15 @ CHECK: .p2align 2
16 @ CHECK-LABEL: .Ltmp0:
17 @ CHECK: .long 3126770193
thumb-branch-errors.s 13 @ CHECK: error: branch target out of range
14 @ CHECK: b #1
15 @ CHECK: error: invalid operand for instruction
16 @ CHECK: bl #1
17 @ CHECK: error: invalid operand for instruction
18 @ CHECK: cbnz r2, #1
19 @ CHECK: error: branch target out of range
20 @ CHECK: beq #1
21 @ CHECK: error: invalid operand for instruction
22 @ CHECK: blx #
    [all...]
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
10 @ Check for various assembly diagnostic messages on invalid input.
14 @ CHECK-ERRORS: error: invalid instructio
    [all...]
eh-directive-personalityindex.s 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t
21 @ CHECK: Section {
22 @ CHECK: Name: .ARM.exidx.pr0
23 @ CHECK: SectionData (
24 @ CHECK: 0000: 00000000 B0B0B080
25 @ CHECK: )
26 @ CHECK: }
50 @ CHECK: Section {
51 @ CHECK: Name: .ARM.exidx.pr0.nontrivial
52 @ CHECK: SectionData
    [all...]
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...]
ldr-pseudo.s 7 @RUN: llvm-mc -triple armv7-unknown-linux-gnueabi %s | FileCheck --check-prefix=CHECK-ARM --check-prefix=CHECK %s
8 @RUN: llvm-mc -triple armv5-unknown-linux-gnueabi %s | FileCheck --check-prefix=CHECK-ARMV5 --check-prefix=CHECK %s
9 @RUN: llvm-mc -triple thumbv5-unknown-linux-gnueabi %s | FileCheck --check-prefix=CHECK-THUMB --check-prefix=CHECK %
    [all...]
vorr-vbic-illegal-cases.s 11 @ CHECK: error: invalid operand for instruction
12 @ CHECK: vorr.i32 d2, #0xffffffff
13 @ CHECK: error: invalid operand for instruction
14 @ CHECK: vorr.i32 q2, #0xffffffff
15 @ CHECK: error: invalid operand for instruction
16 @ CHECK: vorr.i32 d2, #0xabababab
17 @ CHECK: error: invalid operand for instruction
18 @ CHECK: vorr.i32 q2, #0xabababab
19 @ CHECK: error: invalid operand for instruction
20 @ CHECK: vorr.i16 q2, #0xaba
    [all...]
eh-directive-handlerdata.s 4 @ RUN: FileCheck --check-prefix=RELOC %s < %t
6 @ Check the .handlerdata directive (without .personality directive)
24 @ CHECK:Section {
25 @ CHECK: Name: .TEST1
26 @ CHECK: SectionData (
27 @ CHECK: 0000: 1EFF2FE1 |../.|
28 @ CHECK: )
29 @ CHECK:}
31 @ CHECK:Section {
32 @ CHECK: Name: .ARM.extab.TEST
    [all...]
  /external/llvm/test/MC/COFF/
early-dce.s 11 # CHECK: Sections [
12 # CHECK: Section {
13 # CHECK: Name: .text
14 # CHECK: }
15 # CHECK: ]
  /external/llvm/test/MC/X86/AlignedBundling/
section-alignment.s 7 # CHECK: Sections
8 # Check that the empty .text section has the default alignment
9 # CHECK-LABEL: Name: .text
10 # CHECK-NOT: Name
11 # CHECK: AddressAlignment: 4
15 # CHECK-LABEL: Name: text1
16 # CHECK-NOT: Name
17 # CHECK: AddressAlignment: 32
21 # CHECK-LABEL: Name: text2
22 # CHECK-NOT: Nam
    [all...]
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/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_memory.s 9 # CHECK: lbu
11 # CHECK: encoding: [0xc0,0x22,0x18,0x00]
14 # CHECK: lbur
16 # CHECK: encoding: [0xc0,0x22,0x1a,0x00]
19 # CHECK: lbui
21 # CHECK: encoding: [0xe0,0x22,0x00,0x1c]
24 # CHECK: lhu
26 # CHECK: encoding: [0xc4,0x22,0x18,0x00]
29 # CHECK: lhur
31 # CHECK: encoding: [0xc4,0x22,0x1a,0x00
    [all...]
mblaze_branch.s 9 # CHECK: beq
11 # CHECK: encoding: [0x9c,0x02,0x18,0x00]
14 # CHECK: bge
16 # CHECK: encoding: [0x9c,0xa2,0x18,0x00]
19 # CHECK: bgt
21 # CHECK: encoding: [0x9c,0x82,0x18,0x00]
24 # CHECK: ble
26 # CHECK: encoding: [0x9c,0x62,0x18,0x00]
29 # CHECK: blt
31 # CHECK: encoding: [0x9c,0x42,0x18,0x00
    [all...]
  /external/llvm/test/MC/Mips/
mips_abi_flags_xx.s 2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
6 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-32R1,CHECK-OBJ-MIPS
10 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ,CHECK-OBJ-32R1,CHECK-OBJ-MIP
    [all...]
instr-analysis.s 4 # CHECK: foo:
5 # CHECK-NEXT: 0: 0c 00 00 02 jal 8 <loc1>
6 # CHECK-NEXT: 4: 00 00 00 00 nop
8 # CHECK: loc1:
9 # CHECK-NEXT: 8: 0c 00 00 06 jal 24 <loc3>
10 # CHECK-NEXT: c: 00 00 00 00 nop
12 # CHECK: loc2:
13 # CHECK-NEXT: 10: 10 00 ff fd b -8 <loc1>
14 # CHECK-NEXT: 14: 00 00 00 00 nop
16 # CHECK: loc3
    [all...]
octeon-instructions.s 3 # CHECK: baddu $9, $6, $7 # encoding: [0x70,0xc7,0x48,0x28]
4 # CHECK: baddu $17, $18, $19 # encoding: [0x72,0x53,0x88,0x28]
5 # CHECK: baddu $2, $2, $3 # encoding: [0x70,0x43,0x10,0x28]
6 # CHECK: bbit0 $19, 22, foo # encoding: [0xca,0x76,A,A]
7 # CHECK: bbit032 $fp, 11, foo # encoding: [0xdb,0xcb,A,A]
8 # CHECK: bbit032 $8, 10, foo # encoding: [0xd9,0x0a,A,A]
9 # CHECK: bbit1 $3, 31, foo # encoding: [0xe8,0x7f,A,A]
10 # CHECK: bbit132 $24, 10, foo # encoding: [0xfb,0x0a,A,A]
11 # CHECK: bbit132 $14, 14, foo # encoding: [0xf9,0xce,A,A]
12 # CHECK: cins $25, $10, 22, 2 # encoding: [0x71,0x59,0x15,0xb2
    [all...]
  /external/llvm/test/MC/AsmParser/
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...]
  /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...]
insn-bad-zEC12.s 5 #CHECK: error: {{(instruction requires: vector)?}}
6 #CHECK: lcbb %r0, 0, 0
10 #CHECK: error: invalid operand
11 #CHECK: ntstg %r0, -524289
12 #CHECK: error: invalid operand
13 #CHECK: ntstg %r0, 524288
18 #CHECK: error: invalid operand
19 #CHECK: ppa %r0, %r0, -1
20 #CHECK: error: invalid operand
21 #CHECK: ppa %r0, %r0, 1
    [all...]
  /external/Microsoft-GSL/tests/
byte_tests.cpp 38 CHECK(static_cast<unsigned char>(b) == 4);
43 CHECK(static_cast<unsigned char>(b) == 12);
48 CHECK(static_cast<unsigned char>(b) == 12);
53 CHECK(static_cast<unsigned char>(b) == 12);
59 // CHECK(static_cast<unsigned char>(b) == 14);
68 CHECK((b | a) == to_byte<0xFF>());
69 CHECK(a == to_byte<0x00>());
72 CHECK(a == to_byte<0xFF>());
75 CHECK((b & a) == to_byte<0x01>());
78 CHECK(a == to_byte<0x01>())
    [all...]
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_cfi.s 6 # CHECK-LABEL: load4b_cfa_rbp
7 # CHECK: pushl %ebx
8 # CHECK-NOT: .cfi_adjust_cfa_offset 8
9 # CHECK: movl %ebp, %ebx
10 # CHECK: .cfi_remember_state
11 # CHECK: .cfi_def_cfa_register %ebx
12 # CHECK: popl %ebx
13 # CHECK: .cfi_restore_state
14 # CHECK-NOT: .cfi_adjust_cfa_offset -8
15 # CHECK: ret
    [all...]
  /external/llvm/test/MC/Hexagon/
relocations.s 3 # CHECK: R_HEX_B22_PCREL
7 # CHECK: R_HEX_B15_PCREL
11 # CHECK: R_HEX_B7_PCREL
15 # CHECK: R_HEX_32
19 # CHECK: R_HEX_16
24 # CHECK: R_HEX_8
31 # CHECK: R_HEX_GPREL16_0
35 # CHECK: R_HEX_GPREL16_1
39 # CHECK: R_HEX_GPREL16_2
43 # CHECK: R_HEX_GPREL16_
    [all...]

Completed in 6203 milliseconds

1 2 3 4 5 6 7 891011>>