HomeSort by relevance Sort by last modified time
    Searched refs:mc (Results 251 - 275 of 1286) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/ARM/
udf-thumb-2.s 1 @ RUN: llvm-mc -triple thumbv7-eabi -mattr +thumb2 -show-encoding %s | FileCheck %s
udf-thumb-diagnostics.s 1 @ RUN: not llvm-mc -triple thumbv6m-eabi %s 2>&1 | FileCheck %s
unwind-stack-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
variant-diagnostics.s 1 @ RUN: not llvm-mc -triple armv7-linux-eabi -filetype asm -o /dev/null 2>&1 %s \
arm-thumb-trustzone.s 1 @ RUN: not llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
3 @ RUN: not llvm-mc -triple=thumbv6kz -mcpu=arm1176jzf-s -show-encoding < %s | FileCheck %s -check-prefix=NOTZ
arm-trustzone.s 1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=-trustzone < %s | FileCheck %s -check-prefix=NOTZ
2 @ RUN: llvm-mc -triple=armv7-apple-darwin -mcpu=cortex-a8 -show-encoding -mattr=trustzone < %s | FileCheck %s -check-prefix=TZ
3 @ RUN: llvm-mc -triple=armv6kz -mcpu=arm1176jz-s -show-encoding < %s | FileCheck %s -check-prefix=TZ
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
thumb1-relax-br.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: llvm-mc -triple thumbv7m-none-macho -filetype=obj -o %t %s
4 @ RUN: llvm-mc -triple thumbv7m-none-eabi -filetype=obj -o %t %s
  /external/llvm/test/MC/AsmParser/
cfi-window-save.s 1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu <%s | FileCheck %s
directive_end-2.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p -filetype obj -o - \
ifdef.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
ifndef.s 1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
  /external/llvm/test/MC/COFF/
early-dce.s 1 # RUN: llvm-mc -triple i686-windows -g -filetype obj -o - %s \
  /external/llvm/test/MC/Hexagon/
got.s 1 # RUN: llvm-mc -arch=hexagon -filetype=obj %s | llvm-objdump -r - | FileCheck %s
out_of_range.s 1 # RUN: not llvm-mc -triple=hexagon -filetype=asm %s 2> %t; FileCheck %s < %t
  /external/llvm/test/MC/MachO/AArch64/
reloc-crash.s 1 ; RUN: llvm-mc -triple arm64-apple-darwin10 %s -filetype=obj -o - | llvm-readobj -r --expand-relocs | FileCheck %s
  /external/llvm/test/MC/Mips/
elf_eflags_micromips.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_mips16.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_nanlegacy.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
mips-pc16-fixup.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-e500.s 1 # RUN: llvm-mc -triple powerpc64-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-BE %s
2 # RUN: llvm-mc -triple powerpc64le-unknown-unknown --show-encoding %s | FileCheck -check-prefix=CHECK-LE %s
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_STT_FILE.s 1 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_FILE_x86-64.o %p/Inputs/ELF_STT_FILE_FILE.s
2 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_GLOBAL_x86-64.o %p/Inputs/ELF_STT_FILE_GLOBAL.s
3 # RUN: llvm-mc -triple=x86_64-pc-linux -relocation-model=pic -filetype=obj -o %T/test_ELF_STT_FILE_x86-64.o %s
  /external/llvm/test/MC/X86/AlignedBundling/
misaligned-bundle-group.s 1 # RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu %s -o - \
4 # RUN: llvm-mc -filetype=obj -triple i686-pc-linux-gnu -mc-relax-all %s -o - \
pad-bundle-groups.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \
relax-in-bundle-group.s 1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
3 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu -mc-relax-all %s -o - \

Completed in 162 milliseconds

<<11121314151617181920>>