Searched refs:RUN (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddollars-in-identifiers.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s > %t
2 # RUN: FileCheck < %t %s
H A Ddirective_abort.s0 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
2 # RUN: FileCheck -input-file %t %s
H A Ddirective_incbin.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_line.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s
H A Dextern.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Dline_with_hash.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_lcomm.s0 # RUN: llvm-mc -triple i386-apple-darwin10 %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-pc-mingw32 %s | FileCheck %s
3 # RUN: not llvm-mc -triple i386-linux-gnu %s 2>&1 | FileCheck %s -check-prefix=ERROR
H A Ddirective_subsections_via_symbols.s0 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
H A Dconditional_asm.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_file.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_loc.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s
H A Ddirective_thread_init_func.s0 # RUN: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Dnop-armv4-padding.s1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
H A Dnop-armv6t2-padding.s1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
H A Drelax-thumb-ldr-literal.s1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
H A Dthumb2-function-relative-load.s1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck < %t.dump %s
H A Dnop-thumb-padding.s1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
2 @ RUN: macho-dump --dump-section-data < %t.obj > %t.dump
3 @ RUN: FileCheck %s < %t.dump
/external/llvm/test/MC/ARM/
H A D2013-03-18-Br-to-label-named-like-reg.s1 @ RUN: llvm-mc -arch arm %s
H A Darm_word_directive.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
H A Ddeprecated-v8.s1 @ RUN: llvm-mc -triple armv8 -show-encoding < %s 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dbundle-group-too-large-error.s0 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dlock-without-bundle-mode-error.s0 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/
H A Dx86_directives.s0 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/llvm/test/MC/PowerPC/
H A Dppc-nop.s0 # RUN: llvm-mc -filetype=obj -triple=powerpc-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck %s
2 # RUN: llvm-mc -filetype=obj -triple=powerpc64-unknown-linux-gnu %s | llvm-readobj -s -sd - | FileCheck %s

Completed in 180 milliseconds

1234567891011>>