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

1 2 34 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/mips64r3/
abi-bad.s 1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r3 2>&1 | FileCheck %s
  /external/llvm/test/MC/Mips/mips64r5/
abi-bad.s 1 # RUN: not llvm-mc %s -triple mips-unknown-linux -mcpu=mips64r5 2>&1 | FileCheck %s
  /external/llvm/test/MC/Mips/msa/
test_2r_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
test_elm_insert_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
  /external/llvm/test/MC/PowerPC/
ppc64-localentry-error1.s 2 # RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t
4 # RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t
ppc64-localentry-error2.s 2 # RUN: not llvm-mc -triple powerpc64-unknown-unknown -filetype=obj < %s 2> %t
4 # RUN: not llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj < %s 2> %t
  /external/llvm/test/MC/Sparc/
sparc-nop-data.s 1 ! 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 1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
  /external/llvm/test/MC/X86/AlignedBundling/
align-mode-argument-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
bundle-lock-option-error.s 1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
  /external/llvm/test/MC/X86/
validate-inst-att.s 1 # RUN: not llvm-mc -triple i686 -filetype asm -o /dev/null %s 2>&1 | FileCheck %s
validate-inst-intel.s 1 # RUN: not llvm-mc -x86-asm-syntax intel -triple i686 -filetype asm -o /dev/null %s 2>&1 \
  /external/clang/tools/clang-format/
Makefile 18 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
  /external/clang/unittests/Lex/
Makefile 12 LINK_COMPONENTS := mcparser support mc bitreader
  /external/llvm/test/DebugInfo/X86/
asm-macro-line-number.s 1 # RUN: llvm-mc -g -triple i686-linux-gnu -filetype asm -o - %s | FileCheck %s
  /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

Completed in 809 milliseconds

1 2 34 5 6 7 8 91011>>