Searched refs:mc (Results 51 - 75 of 740) sorted by relevance

1234567891011>>

/external/llvm/test/MC/Sparc/
H A Dsparc-vis.s1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s
/external/llvm/test/MC/X86/AlignedBundling/
H A Dalign-mode-argument-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Dbundle-lock-option-error.s1 # RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
/external/clang/unittests/Lex/
H A DMakefile12 LINK_COMPONENTS := mcparser support mc bitreader
/external/llvm/test/MC/ARM/
H A Dcmp-immediate-fixup-error.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
H A Dcmp-immediate-fixup-error2.s1 @ RUN: not llvm-mc -triple=arm-linux-gnueabi -filetype=obj < %s 2>&1 | FileCheck %s
H A Dcmp-immediate-fixup.s2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
H A Dcmp-immediate-fixup2.s2 @ RUN: llvm-mc < %s -triple=arm-linux-gnueabi -filetype=obj -o - \
H A Delf-jump24-fixup.s1 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
H A Dinvalid-vector-index.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin < %s 2>&1 | FileCheck %s
H A Dnot-armv4.s1 @ RUN: not llvm-mc < %s -triple armv4-unknown-unknown -show-encoding 2>&1 | FileCheck %s
H A Dobsolete-v8.s1 @ RUN: not llvm-mc -triple=armv8 < %s 2>&1 | FileCheck %s
H A Dudf-arm.s1 @ RUN: llvm-mc -triple arm-eabi -show-encoding %s | FileCheck %s
H A Dudf-thumb.s1 @ RUN: llvm-mc -triple thumbv6m-eabi -show-encoding %s | FileCheck %s
/external/llvm/test/MC/AsmParser/
H A Dalign_invalid.s1 # 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
H A Dassignment.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_abort.s1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2> %t
H A Ddirective_align.s1 # RUN: not llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
H A Ddirective_comm.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_desc.s1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
H A Ddirective_elf_size.s1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
H A Ddirective_end.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype obj -o - \
H A Ddirective_include.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s -I %p | FileCheck %s
H A Ddirective_org.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_set.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s

Completed in 127 milliseconds

1234567891011>>