OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
251 - 275
of
680
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/MC/ARM/
thumb2-strd.s
1
@
RUN
: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
thumb2be-b.w-encoding.s
1
@
RUN
: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@
RUN
: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
thumb2be-beq.w-encoding.s
1
@
RUN
: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@
RUN
: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
udf-arm-diagnostics.s
1
@
RUN
: not llvm-mc -triple arm-eabi %s 2>&1 | FileCheck %s
udf-thumb-2.s
1
@
RUN
: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
udf-thumb-diagnostics.s
1
@
RUN
: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s
directive-arch_extension-idiv.s
1
@
RUN
: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
2
@
RUN
: | FileCheck %s -check-prefix CHECK-ARMv6 -check-prefix CHECK-V6
3
@
RUN
: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
4
@
RUN
: | FileCheck %s -check-prefix CHECK-ARMv7 -check-prefix CHECK-V7
5
@
RUN
: not llvm-mc -triple armv7m-eabi -filetype asm -o /dev/null 2>&1 %s \
6
@
RUN
: | FileCheck %s -check-prefix CHECK-ARMv7M -check-prefix CHECK-V7M
7
@
RUN
: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
8
@
RUN
: | FileCheck %s -check-prefix CHECK-THUMBv6 -check-prefix CHECK-V6
9
@
RUN
: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
10
@
RUN
: | FileCheck %s -check-prefix CHECK-THUMBv7 -check-prefix CHECK-V
[
all
...]
/external/llvm/test/MC/AsmParser/
cfi-window-save.s
0
#
RUN
: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu <%s | FileCheck %s
ifdef.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
ifndef.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/llvm/test/MC/MachO/AArch64/
darwin-ARM64-local-label-diff.s
0
;
RUN
: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - < %s | macho-dump -dump-section-data | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
relax-thumb2-branches.s
1
@
RUN
: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
thumb2-movt-fixup.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
/external/llvm/test/MC/Mips/
elf_eflags_micromips.s
0
#
RUN
: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_mips16.s
0
#
RUN
: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
mips-pc16-fixup.s
0
#
RUN
: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
different-sections.s
0
#
RUN
: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
2
#
RUN
: | llvm-objdump -disassemble -no-show-raw-insn - | FileCheck %s
/external/llvm/test/Bindings/Ocaml/
bitreader.ml
0
(*
RUN
: rm -rf %t.builddir
2
*
RUN
: mkdir -p %t.builddir
3
*
RUN
: cp %s %t.builddir
4
*
RUN
: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_bitwriter.cmxa %t.builddir/bitreader.ml -o %t
5
*
RUN
: %t %t.bc
6
*
RUN
: llvm-dis < %t.bc
analysis.ml
0
(*
RUN
: rm -rf %t.builddir
2
*
RUN
: mkdir -p %t.builddir
3
*
RUN
: cp %s %t.builddir
4
*
RUN
: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa %t.builddir/analysis.ml -o %t
5
*
RUN
: %t
ipo_opts.ml
0
(*
RUN
: rm -rf %t.builddir
2
*
RUN
: mkdir -p %t.builddir
3
*
RUN
: cp %s %t.builddir
4
*
RUN
: %ocamlopt -warn-error A llvm.cmxa llvm_ipo.cmxa llvm_target.cmxa %t.builddir/ipo_opts.ml -o %t
5
*
RUN
: %t %t.bc
linker.ml
0
(*
RUN
: rm -rf %t.builddir
2
*
RUN
: mkdir -p %t.builddir
3
*
RUN
: cp %s %t.builddir
4
*
RUN
: %ocamlopt -warn-error A llvm.cmxa llvm_linker.cmxa %t.builddir/linker.ml -o %t
5
*
RUN
: %t
scalar_opts.ml
0
(*
RUN
: rm -rf %t.builddir
2
*
RUN
: mkdir -p %t.builddir
3
*
RUN
: cp %s %t.builddir
4
*
RUN
: %ocamlopt -warn-error A llvm.cmxa llvm_scalar_opts.cmxa llvm_target.cmxa %t.builddir/scalar_opts.ml -o %t
5
*
RUN
: %t %t.bc
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
MachO_x86-64_PIC_relocations.s
0
#
RUN
: llvm-mc -triple=x86_64-apple-macosx10.9 -relocation-model=pic -filetype=obj -o %t.o %s
2
#
RUN
: llvm-rtdyld -triple=x86_64-apple-macosx10.9 -verify -check=%s %t.o
3
#
RUN
: rm %t.o
/external/llvm/test/MC/X86/
x86_long_nop.s
0
#
RUN
: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
2
#
RUN
: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
3
#
RUN
: llvm-mc -filetype=obj -arch=x86 -triple=x86_64-apple-darwin10.0 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
4
#
RUN
: llvm-mc -filetype=obj -arch=x86 -triple=i686-apple-darwin8 %s | llvm-objdump -d -no-show-raw-insn - | FileCheck %s
5
#
RUN
: llvm-mc -filetype=obj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCheck --check-prefix=SLM %s
/external/llvm/test/MC/Mips/mips1/
invalid-mips3-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
Completed in 205 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>