Searched refs:mc (Results 101 - 125 of 743) sorted by relevance

1234567891011>>

/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
/external/llvm/test/MC/Mips/
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
H A Dmips-expansions-bad.s1 # RUN: not llvm-mc %s -arch=mips -mcpu=mips32r2 2>%t1
H A Dmips64-instructions.s1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
H A Dmips_directives_bad.s2 # RUN: not llvm-mc -triple mips-unknown-unknown %s 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/mips64r2/
H A Dabi-bad.s1 # RUN: not llvm-mc %s -triple mips-unknown-unknown -mcpu=mips64r2 2>&1 | FileCheck %s
/external/llvm/test/MC/Mips/msa/
H A Dtest_elm_msa64.s1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
/external/valgrind/main/memcheck/tests/amd64-linux/
H A Dint3-amd64.c15 mcontext_t *mc = &(uc->uc_mcontext); local
16 void *pc = (void*)mc->gregs[REG_RIP];
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dint3-x86.c15 mcontext_t *mc = &(uc->uc_mcontext); local
16 void *pc = (void*)mc->gregs[REG_EIP];
/external/clang/tools/diagtool/
H A DMakefile20 LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option
/external/llvm/test/MC/AArch64/
H A Darm64-tls-modifiers-darwin.s1 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 %s -o - | FileCheck %s
2 ; RUN: llvm-mc -triple=arm64-apple-ios7.0 -filetype=obj %s -o - | llvm-objdump -r - | FileCheck %s --check-prefix=CHECK-OBJ
/external/llvm/test/MC/ARM/
H A Darm-it-block.s1 @ RUN: llvm-mc -triple=armv7-apple-darwin -show-encoding < %s | FileCheck %s
H A Ddirective-arch_extension-sec.s1 @ RUN: not llvm-mc -triple armv6-eabi -filetype asm -o /dev/null 2>&1 %s \
3 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
5 @ RUN: not llvm-mc -triple thumbv6-eabi -filetype asm -o /dev/null 2>&1 %s \
7 @ RUN: not llvm-mc -triple thumbv7-eabi -filetype asm -o /dev/null 2>&1 %s \
H A Ddirective-literals.s1 @ RUN: llvm-mc -triple arm %s | FileCheck %s
H A Ddirective-word-diagnostics.s1 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null 2>&1 %s \
H A Dgas-compl-copr-reg.s1 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
8 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -show-encoding < %s | FileCheck %s
H A Didiv.s1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM %s
2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB %s
4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-ARM-NOTHUMBHWDIV %s
5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix A15-THUMB-NOARMHWDIV %s
7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s
8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s
10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8-NOTHUMBHWDIV %s
11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8-NOTHUMBHWDIV %s
H A Dinst-constant-required.s1 @ RUN: not llvm-mc %s -triple=armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dinst-overflow.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dinst-thumb-overflow-2.s1 @ RUN: not llvm-mc %s -triple armv7-linux-gnueabi -filetype asm -o - 2>&1 \
H A Dinvalid-barrier.s1 @ RUN: not llvm-mc -triple=armv7 -show-encoding < %s 2>&1 | FileCheck %s
2 @ RUN: not llvm-mc -triple=thumbv7 -show-encoding < %s 2>&1 | FileCheck %s

Completed in 207 milliseconds

1234567891011>>