OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
276 - 300
of
680
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/test/MC/Mips/mips1/
invalid-mips4-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
/external/llvm/test/MC/Mips/mips2/
invalid-mips3-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips2 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips32r6/
invalid-mips32-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
invalid-mips32r2.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-mips4-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/Mips/mips64r6/
invalid-mips3-wrong-error.s
3
#
RUN
: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
invalid-mips32-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
invalid-mips4-wrong-error.s
4
#
RUN
: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 \
5
#
RUN
: 2>%t1
6
#
RUN
: FileCheck %s < %t1
invalid-mips4.s
3
#
RUN
: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 \
4
#
RUN
: 2>%t1
5
#
RUN
: FileCheck %s < %t1
/external/llvm/test/MC/ELF/
discriminator.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s -filetype=obj -o %t.o
2
#
RUN
: llvm-readobj -r %t.o | FileCheck %s
3
#
RUN
: llvm-dwarfdump -debug-dump=line %t.o | FileCheck %s -check-prefix=DWARF-DUMP
/external/llvm/test/MC/Mips/
set-at-directive-explicit-at.s
0
#
RUN
: llvm-mc %s -triple=mipsel-unknown-linux -show-encoding -mcpu=mips32r2 \
2
#
RUN
: 2>%t1 | FileCheck %s
3
#
RUN
: FileCheck -check-prefix=WARNINGS %s < %t1
/external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s
0
;
RUN
: llvm-mc -triple arm64-apple-darwin -filetype=obj -o - %s | macho-dump | FileCheck %s
/external/llvm/test/MC/ARM/
arm-qualifier-diagnostics.s
1
@
RUN
: not llvm-mc -triple armv7-eabi -filetype asm -o - %s 2>&1 | FileCheck %s
bkpt.s
1
@
RUN
: llvm-mc -triple armv7-unknown-unknown -filetype asm -o - %s | FileCheck %s
directive-align.s
1
@
RUN
: llvm-mc -triple armv7-eabi %s | FileCheck %s
dot-req-case-insensitive.s
1
@
RUN
: llvm-mc -triple=arm < %s | FileCheck %s
dot-req.s
1
@
RUN
: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
inst-directive-emit.s
1
@
RUN
: llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - | FileCheck %s
invalid-crc32.s
1
@
RUN
: not llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck %s
2
@
RUN
: not llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck %s
thumb2-b.w-encodingT4.s
1
@
RUN
: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
udf-thumb-2-diagnostics.s
1
@
RUN
: not llvm-mc -triple thumbv7-eabi -mattr +thumb2 %s 2>&1 | FileCheck %s
/external/llvm/test/MC/AsmParser/
directive_lsym.s
0
#
RUN
: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_rept.s
0
#
RUN
: llvm-mc -triple i686-elf -filetype asm -o - %s | FileCheck %s
directive_zerofill.s
0
#
RUN
: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
data-in-code.s
1
@
RUN
: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
Completed in 242 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>