Searched refs:mc (Results 126 - 150 of 862) sorted by relevance

1234567891011>>

/external/llvm/test/MC/PowerPC/
H A Dppc-llong.s2 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
4 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
6 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj %s | \
H A Dppc-word.s2 # RUN: llvm-mc -triple powerpc-unknown-unknown -filetype=obj %s | \
4 # RUN: llvm-mc -triple powerpc64-unknown-unknown -filetype=obj %s | \
6 # RUN: llvm-mc -triple powerpc64le-unknown-unknown -filetype=obj %s | \
/external/llvm/test/MC/X86/AlignedBundling/
H A Ddifferent-sections.s1 # 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 - \
/external/llvm/test/MC/Mips/
H A Delf_eflags.s4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6 %s
7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6-NAN2008 %s
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64 %s
23 # RUN: llvm-mc
[all...]
H A Delf_eflags_abicalls.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
H A Delf_eflags_noreorder.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
H A Delf_eflags_pic0.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
H A Delf_eflags_pic2.s1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Diter_iter.pass.cpp24 test(Iter first, Iter last, unsigned mc) argument
28 assert(r.mark_count() == mc);
/external/llvm/test/MC/AArch64/
H A Darm64-fp-encoding-error.s1 ; RUN: not llvm-mc -triple arm64-apple-ios8.0 %s -o /dev/null 2>&1 | FileCheck %s
/external/llvm/test/MC/ARM/
H A Dalign_arm_2_thumb.s1 @ RUN: llvm-mc -triple armv7-none-linux -filetype=obj -o %t.o %s
4 @ RUN: llvm-mc -triple armv7-apple-darwin -filetype=obj -o %t_darwin.o %s
H A Dalign_thumb_2_arm.s1 @ RUN: llvm-mc -triple thumbv7-none-linux -filetype=obj -o %t.o %s
4 @ RUN: llvm-mc -triple thumbv7-apple-darwin -filetype=obj -o %t_darwin.o %s
H A Ddiagnostics-noneon.s1 @ RUN: not llvm-mc -triple=armv7-apple-darwin -mattr=-neon < %s 2> %t
H A Ddirective-fpu-diagnostics.s1 @ RUN: not llvm-mc -triple armv7 -filetype asm -o /dev/null %s 2>&1 \
H A Ddirective-fpu-softvfp.s1 @ RUN: llvm-mc < %s -triple armv7-unknown-linux-gnueabi -filetype=obj -o /dev/null
H A Dhilo-16bit-relocations.s1 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
2 @ RUN: llvm-mc %s -triple armv7-apple-darwin | FileCheck %s
H A Dldrd-strd-gnu-arm-bad-imm.s1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
H A Dldrd-strd-gnu-thumb-bad-regs.s1 @ RUN: not llvm-mc -triple=armv7-linux-gnueabi %s 2>&1 | FileCheck %s
H A Dthumb2-pldw.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -mattr=+mp -show-encoding < %s | FileCheck %s
H A Dthumb2be-movt-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
H A Dthumb2be-movw-encoding.s1 @ RUN: llvm-mc -triple=thumbv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2 @ RUN: llvm-mc -triple=thumbebv7-none-linux-gnueabi -show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol-assignment-backwards.s1 # RUN: not llvm-mc -filetype=obj -triple i386-unknown-unknown %s 2> %t
H A Difnes.s1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
/external/llvm/test/MC/ELF/
H A Delf_directive_section.s1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
/external/llvm/test/MC/MachO/ARM/
H A Dllvm-objdump-macho-stripped.s1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s

Completed in 233 milliseconds

1234567891011>>