OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
301 - 325
of
680
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/MC/Mips/
higher-highest-addressing.s
0
#
RUN
: llvm-mc -filetype=obj -triple=mips64el-unknown-linux -mcpu=mips64r2 %s \
2
#
RUN
: | llvm-objdump -disassemble -triple mips64el - | FileCheck %s
4
#
RUN
: llvm-mc -filetype=obj -triple=mips64el-unknown-linux -mcpu=mips64r2 %s \
5
#
RUN
: | llvm-readobj -r | FileCheck %s -check-prefix=CHECK-REL
micromips-diagnostic-fixup.s
0
#
RUN
: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
micromips-pc16-fixup.s
0
#
RUN
: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
mips-diagnostic-fixup.s
0
#
RUN
: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s
0
#
RUN
: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/ARM/AlignedBundling/
group-bundle-arm.s
0
#
RUN
: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
2
#
RUN
: | llvm-objdump -no-show-raw-insn -triple armv7 -disassemble - | FileCheck %s
/external/llvm/test/MC/ARM/Windows/
multiple-text-sections.s
1
@
RUN
: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2
@
RUN
: | llvm-readobj -s - | FileCheck %s
/external/llvm/test/MC/ARM/
arm-thumb-trustzone.s
1
@
RUN
: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
@
RUN
: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
arm-trustzone.s
1
@
RUN
: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2
@
RUN
: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
arm_fixups.s
1
@
RUN
: llvm-mc -triple armv7-unknown-unknown %s --show-encoding > %t
2
@
RUN
: FileCheck < %t %s
3
@
RUN
: llvm-mc -triple armebv7-unknown-unknown %s --show-encoding > %t
4
@
RUN
: FileCheck --check-prefix=CHECK-BE < %t %s
directive-arch-armv8a.s
6
@
RUN
: llvm-mc -triple arm-eabi -filetype asm %s \
7
@
RUN
: | FileCheck %s -check-prefix CHECK-ASM
8
@
RUN
: llvm-mc -triple arm-eabi -filetype obj %s \
9
@
RUN
: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
directive-even.s
1
@
RUN
: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
2
@
RUN
: | FileCheck %s
eh-directive-cantunwind-diagnostics.s
1
@
RUN
: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2> %t
2
@
RUN
: FileCheck < %t %s
eh-directive-cantunwind.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd -sr | FileCheck %s
eh-directive-fnstart-diagnostics.s
1
@
RUN
: not llvm-mc %s -triple=armv7-unknown-linux-gnueabi \
2
@
RUN
: -filetype=obj -o /dev/null 2>&1 | FileCheck %s
eh-directive-movsp.s
1
@
RUN
: llvm-mc -triple armv7-eabi -filetype obj -o - %s | llvm-readobj -s -sd \
2
@
RUN
: | FileCheck %s
eh-directive-save-diagnostics.s
1
@
RUN
: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2> %t
2
@
RUN
: FileCheck --check-prefix=CHECK < %t %s
eh-directive-unwind_raw-diagnostics.s
1
@
RUN
: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null 2>&1 %s \
2
@
RUN
: | FileCheck %s
eh-directive-vsave-diagnostics.s
1
@
RUN
: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2> %t
2
@
RUN
: FileCheck --check-prefix=CHECK < %t %s
elf-thumbfunc-reloc.s
2
@
RUN
: llvm-mc %s -triple=armv4t-freebsd-eabi -filetype=obj -o - | \
3
@
RUN
: llvm-readobj -r | FileCheck %s
elf-thumbfunc.s
2
@
RUN
: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
3
@
RUN
: llvm-readobj -t | FileCheck %s
macho-relocs-with-addend.s
1
@
RUN
: llvm-mc -triple thumbv7-apple-ios7.0 -filetype=obj -o - %s | \
2
@
RUN
: llvm-readobj -r - | FileCheck %s
relocated-mapping.s
1
@
RUN
: llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
/external/llvm/test/MC/AsmParser/
directive_rept-diagnostics.s
0
#
RUN
: not llvm-mc -triple i686-elf -filetype asm -o /dev/null %s 2>&1 \
2
#
RUN
: | FileCheck %s
dot-symbol-assignment.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
Completed in 117 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>