HomeSort by relevance Sort by last modified time
    Searched refs:RUN (Results 126 - 150 of 680) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/MC/Sparc/
sparc-nop-data.s 0 ! RUN: llvm-mc %s -arch=sparc -filetype=obj | llvm-readobj -s -sd | FileCheck %s
2 ! RUN: llvm-mc %s -arch=sparcv9 -filetype=obj | llvm-readobj -s -sd | FileCheck %s
sparc-vis.s 0 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
align-mode-argument-error.s 0 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
bundle-lock-option-error.s 0 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
relax-at-bundle-end.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/MC/ARM/Windows/
mov32t-range.s 1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-RELOCATIONS %s
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
5 @ RUN: | llvm-objdump -d - | FileCheck -check-prefix CHECK-ENCODING %s
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup-error.s 1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
cmp-immediate-fixup-error2.s 1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
directive-cpu.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
directive-eabi_attribute-overwrite.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s -check-prefix CHECK-ATTR
directive-fpu-multiple.s 6 @ RUN: llvm-mc -triple arm-eabi -filetype obj %s | llvm-readobj -arm-attributes \
7 @ RUN: | FileCheck %s -check-prefix CHECK-ATTR
directive-fpu.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
2 @ RUN: | llvm-readobj -s -sd | FileCheck %s
directive-object_arch-2.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s
directive-object_arch-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null %s 2>&1 \
2 @ RUN: | FileCheck %s
directive-object_arch.s 1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \
2 @ RUN: | llvm-readobj -arm-attributes | FileCheck %s
directive-tlsdescseq.s 1 @ RUN: llvm-mc -triple armv7-linux-gnu -filetype obj -o - %s | llvm-readobj -r \
2 @ RUN: | FileCheck %s
3 @ RUN: llvm-mc -triple armv7-linux-gnu -filetype asm -o - %s \
4 @ RUN: | FileCheck -check-prefix CHECK-ASM %s
elf-jump24-fixup.s 1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
invalid-idiv.s 1 @ RUN: not llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm < %s 2> %t
2 @ RUN: FileCheck --check-prefix=ARM-A15 < %t %s
3 @ RUN: not llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv < %s 2> %t
4 @ RUN: FileCheck --check-prefix=THUMB-A15 < %t %s
5 @ RUN: not llvm-mc -triple=armv7 < %s 2> %t
6 @ RUN: FileCheck --check-prefix=ARM < %t %s
7 @ RUN: not llvm-mc -triple=thumbv7 < %s 2> %t
8 @ RUN: FileCheck --check-prefix=THUMB < %t %s
invalid-vector-index.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
ldr-pseudo-obj-errors.s 1 @RUN: not llvm-mc -triple=armv7-unknown-linux-gnueabi -filetype=obj %s -o %t1 2> %t2
2 @RUN: cat %t2 | FileCheck %s
3 @RUN: not llvm-mc -triple=armv7-darwin-apple -filetype=obj %s -o %t1_darwin 2> %t2_darwin
4 @RUN: cat %t2_darwin | FileCheck %s
not-armv4.s 1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
obsolete-v8.s 1 @ RUN: not llvm-mc -triple=armv8 < %s 2>&1 | FileCheck %s
udf-arm.s 1 @ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
udf-thumb.s 1 @ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
  /external/llvm/test/MC/AsmParser/
align_invalid.s 0 # RUN: not llvm-mc -triple i386-linux-gnu < %s 2>&1 | FileCheck %s -check-prefix=ELF
2 # RUN: not llvm-mc -triple i386-apple-darwin < %s 2>&1 | FileCheck %s -check-prefix=DARWIN

Completed in 349 milliseconds

1 2 3 4 56 7 8 91011>>