Searched refs:mc (Results 201 - 225 of 740) sorted by relevance

1234567891011>>

/external/llvm/test/MC/AsmParser/
H A Ddirective_lsym.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
H A Ddirective_rept.s1 # RUN: llvm-mc -triple i686-elf -filetype asm -o - %s | FileCheck %s
H A Ddirective_zerofill.s1 # RUN: llvm-mc -triple i386-apple-darwin9 %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Dbad-darwin-directives.s1 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype asm -o /dev/null 2>&1 \
4 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype obj -o /dev/null 2>&1 \
H A Ddata-in-code.s1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
H A Dnop-thumb-padding.s1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
H A Dnop-thumb2-padding.s1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
/external/llvm/test/MC/Mips/
H A Dcpsetup-bad.s1 # RUN: not llvm-mc %s -triple mips64-unknown-unknown 2>%t1
H A Delf_reginfo.s4 # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -mattr=-n64,+n64 %s -o - \
6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -mattr=-o32,+n32 -o - \
H A Dmicromips-16-bit-instructions.s1 # RUN: llvm-mc %s -triple=mipsel -show-encoding -mattr=micromips | \
3 # RUN: llvm-mc %s -triple=mips -show-encoding -mattr=micromips | \
H A Dmicromips-alias.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - \
H A Dmicromips-diagnostic-fixup.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
H A Dmicromips-pc16-fixup.s1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -arch=mips -mattr=+micromips 2>&1 -filetype=obj | FileCheck %s
H A Dmips-diagnostic-fixup.s1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 -filetype=obj | FileCheck %s
H A Dsym-expr.s3 # RUN: llvm-mc -triple=mipsel -show-inst-operands %s 2> %t0
/external/llvm/test/MC/X86/AlignedBundling/
H A Dasm-printing-bundle-directives.s1 # RUN: llvm-mc -filetype=asm -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
H A Drelax-at-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_mc.h68 typedef void (*vl_mc_ycbcr_vert_shader)(void *priv, struct vl_mc *mc,
73 typedef void (*vl_mc_ycbcr_frag_shader)(void *priv, struct vl_mc *mc,
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Dptr_flg.pass.cpp21 test(const CharT* p, std::regex_constants::syntax_option_type f, unsigned mc) argument
25 assert(r.mark_count() == mc);
H A Dptr_size_flg.pass.cpp22 unsigned mc)
26 assert(r.mark_count() == mc);
21 test(const CharT* p, std::size_t len, std::regex_constants::syntax_option_type f, unsigned mc) argument
/external/llvm/test/MC/ARM/Windows/
H A Dmov32t-range.s1 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
4 @ RUN: llvm-mc -triple thumbv7-windows-itanium -filetype obj -o - %s \
/external/llvm/test/MC/ARM/
H A Darm-thumb-trustzone.s1 @ 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
H A Darm-trustzone.s1 @ 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
H A Ddirective-cpu.s1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Ddirective-eabi_attribute-overwrite.s1 @ RUN: llvm-mc -triple armv7-eabi -filetype obj -o - %s \

Completed in 167 milliseconds

1234567891011>>