HomeSort by relevance Sort by last modified time
    Searched refs:triple (Results 201 - 225 of 1258) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/MC/AArch64/
arm64-fp-encoding-error.s 1 ; RUN: not llvm-mc -triple arm64-apple-ios8.0 %s -o /dev/null 2>&1 | FileCheck %s
  /external/llvm/test/MC/ARM/
diagnostics-noneon.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
directive-arch-semantic-action.s 1 @ RUN: not llvm-mc -triple arm-gnueabi-linux -filetype asm %s 2>&1 | FileCheck %s
directive-fpu-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
directive-fpu-softvfp.s 1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o /dev/null
hilo-16bit-relocations.s 1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
ldrd-strd-gnu-arm-bad-imm.s 1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
ldrd-strd-gnu-thumb-bad-regs.s 1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
thumb1-relax-8m-baseline.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK-V6M
2 @ RUN: llvm-mc -triple thumbv8m.base-none-eabi -filetype=obj -o /dev/null %s 2>&1 | FileCheck %s --check-prefix=CHECK-V8MBASE --allow-empty
thumb2-pldw.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -mattr=+mp -show-encoding < %s | FileCheck %s
thumb2be-movt-encoding.s 1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
thumb2be-movw-encoding.s 1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
  /external/llvm/test/MC/AsmParser/
defsym.s 1 # RUN: llvm-mc -filetype=obj -triple=i386-unknown-elf -defsym a=7 -defsym b=11 %s | llvm-objdump -t - | FileCheck %s
dot-symbol-assignment-backwards.s 1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
ifnes.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/llvm/test/MC/COFF/
invalid-endef.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
invalid-scl-range.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-scl.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
invalid-type.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/ELF/
elf_directive_section.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
  /external/llvm/test/MC/Hexagon/
two_ext.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
  /external/llvm/test/MC/Mips/
asciiz-directive-bad.s 1 # RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
invalid-mips32r2.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r2 \

Completed in 179 milliseconds

1 2 3 4 5 6 7 891011>>