OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUN
(Results
501 - 525
of
680
) sorted by null
<<
21
22
23
24
25
26
27
28
/external/llvm/test/MC/ARM/
directive-arch_extension-simd.s
1
@
RUN
: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
2
@
RUN
: | FileCheck %s -check-prefix CHECK-V7
3
@
RUN
: not llvm-mc -triple armv8-eabi -filetype asm -o /dev/null 2>&1 %s \
4
@
RUN
: | FileCheck %s -check-prefix CHECK-V8
5
@
RUN
: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
6
@
RUN
: | FileCheck %s -check-prefix CHECK-V7
7
@
RUN
: not llvm-mc -triple thumbv8-eabi -filetype asm -o /dev/null 2>&1 %s \
8
@
RUN
: | FileCheck %s -check-prefix CHECK-V8
directive-eabi_attribute-2.s
1
@
RUN
: llvm-mc -triple armv7-elf -filetype asm -o - %s | FileCheck %s
eh-directive-multiple-offsets.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd | FileCheck %s
eh-directive-pad.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd | FileCheck %s
eh-directive-personalityindex.s
1
@
RUN
: llvm-mc -triple armv7-linux-eabi -filetype obj -o - %s \
2
@
RUN
: | llvm-readobj -s -sd -sr | FileCheck %s
eh-directive-section-comdat.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd -sr -t | FileCheck %s
eh-directive-section-multiple-func.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd -sr -t | FileCheck %s
eh-directive-section.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd -sr -t | FileCheck %s
eh-directive-vsave.s
1
@
RUN
: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
2
@
RUN
: | llvm-readobj -s -sd -sr | FileCheck %s
neon-abs-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-bitcount-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-neg-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-reciprocal-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-abs-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitcount-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-bitwise-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-dup-encoding.s
1
@
RUN
: llvm-mc -triple thumbv7-unknown-unknown -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
neont2-neg-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-reciprocal-encoding.s
1
@
RUN
: llvm-mc -mcpu=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
thumb-neon-crypto.s
1
@
RUN
: llvm-mc -triple thumbv8 -mattr=+neon,+crypto -show-encoding < %s | FileCheck %s
thumb-only-conditionals.s
1
@
RUN
: llvm-mc -triple=thumbv7-apple-ios -o - %s | FileCheck %s
thumb.s
1
@
RUN
: llvm-mc -triple thumbv6-apple-darwin -show-encoding < %s | FileCheck %s
thumb2-diagnostics.s
1
@
RUN
: not llvm-mc -triple=thumbv7-apple-darwin < %s 2> %t
2
@
RUN
: FileCheck --check-prefix=CHECK-ERRORS < %t %s
vfp-aliases-diagnostics.s
1
@
RUN
: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
2
@
RUN
: | FileCheck %s
vmov-vmvn-byte-replicate.s
2
@
RUN
: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
Completed in 121 milliseconds
<<
21
22
23
24
25
26
27
28