OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
51 - 75
of
680
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/MC/ARM/
inst-constant-required.s
1
@
RUN
: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2
@
RUN
: | FileCheck -check-prefix CHECK-ERROR %s
inst-overflow.s
1
@
RUN
: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2
@
RUN
: | FileCheck -check-prefix CHECK-ERROR %s
inst-thumb-overflow-2.s
1
@
RUN
: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
2
@
RUN
: | FileCheck -check-prefix CHECK-ERRORS %s
ldr-pseudo-parse-errors.s
1
@
RUN
: not llvm-mc -triple=armv7-unknown-linux-gnueabi < %s 2>&1 | FileCheck %s
2
@
RUN
: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
unwind-stack-diagnostics.s
1
@
RUN
: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
2
@
RUN
: | FileCheck %s
variant-diagnostics.s
1
@
RUN
: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null 2>&1 %s \
2
@
RUN
: | FileCheck %s
arm-thumb-cpus.s
1
@
RUN
: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \
2
@
RUN
: | FileCheck %s --check-prefix=CHECK-ARM-ONLY
4
@
RUN
: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \
5
@
RUN
: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
7
@
RUN
: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \
8
@
RUN
: | FileCheck %s --check-prefix=CHECK-ARM-THUMB
10
@
RUN
: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \
11
@
RUN
: | FileCheck %s --check-prefix=CHECK-THUMB-ONLY
13
@
RUN
: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \
14
@
RUN
: | FileCheck %s --check-prefix=CHECK-THUMB-ONL
[
all
...]
/external/llvm/test/MC/AsmParser/
directive_end-2.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s -I %p -filetype obj -o - \
2
#
RUN
: | llvm-readobj -t | FileCheck %s
directive_incbin.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_thread_init_func.s
0
#
RUN
: llvm-mc -triple x86_64-unknown-darwin %s | FileCheck %s
/external/llvm/test/MC/COFF/
early-dce.s
0
#
RUN
: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
2
#
RUN
: | llvm-readobj -s -t | FileCheck %s
invalid-def.s
0
#
RUN
: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-scl-range.s
0
#
RUN
: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-type-range.s
0
#
RUN
: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
/external/llvm/test/MC/ELF/ARM/
gnu-type-hash-diagnostics.s
1
@
RUN
: not llvm-mc -triple arm-elf -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
bad-darwin-ARM-reloc.s
1
@
RUN
: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o - 2> %t.err > %t
2
@
RUN
: FileCheck --check-prefix=CHECK-ERROR < %t.err %s
/external/llvm/test/MC/X86/AlignedBundling/
lock-without-bundle-mode-error.s
0
#
RUN
: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
unlock-without-lock-error.s
0
#
RUN
: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/llvm/test/MC/X86/
x86-target-directives.s
0
#
RUN
: not llvm-mc -triple i386 -filetype asm -o - %s 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/mips1/
invalid-mips32.s
3
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips3/
invalid-mips32.s
3
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips3 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips32/
invalid-mips64.s
3
#
RUN
: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips32r2/
invalid-mips64r2.s
3
#
RUN
: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding \
4
#
RUN
: -mcpu=mips32r2 2>%t1
5
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips32r6/
invalid-mips5-wrong-error.s
3
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
invalid-mips5.s
3
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
Completed in 838 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>