HomeSort by relevance Sort by last modified time
    Searched refs:triple (Results 76 - 100 of 805) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
elf_osabi_flags.s 1 # RUN: llvm-mc -filetype=obj -triple aarch64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-OSABI %s
4 # RUN: llvm-mc -filetype=obj -triple aarch64-linux-gnu %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-LINUX-OSABI %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
cmp-immediate-fixup.s 2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
cmp-immediate-fixup2.s 2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
directive-unsupported.s 1 @ RUN: not llvm-mc -triple thumbv7-windows -filetype asm -o /dev/null %s 2>&1 \
4 @ RUN: not llvm-mc -triple armv7-darwin -filetype asm -o /dev/null %s 2>&1 \
elf-jump24-fixup.s 1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
invalid-vector-index.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | 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
thumb1-relax-bcc.s 1 @ RUN: not llvm-mc -triple thumbv6m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
2 @ RUN: not llvm-mc -triple thumbv7m-none-macho -filetype=obj -o /dev/null %s 2>&1 | FileCheck --check-prefix=CHECK-ERROR %s
3 @ RUN: llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o %t %s
4 @ RUN: llvm-objdump -d -r -triple thumbv7m-none-eabi %t | FileCheck --check-prefix=CHECK-ELF %s
thumb2-ldrb-ldrh.s 1 @ RUN: not llvm-mc -triple thumbv7a-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
2 @ RUN: not llvm-mc -triple thumbv7m-none-eabi -show-encoding < %s 2>&1 | FileCheck %s --check-prefix=CHECK
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 1 # 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
assignment.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_abort.s 1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
directive_align.s 1 # RUN: not llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_comm.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_desc.s 1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
directive_elf_size.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
directive_end.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
directive_include.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
directive_org.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
directive_set.s 1 # RUN: llvm-mc -triple i386-unknown-elf %s | FileCheck %s

Completed in 289 milliseconds

1 2 34 5 6 7 8 91011>>