HomeSort by relevance Sort by last modified time
    Searched refs:mc (Results 201 - 225 of 1286) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/MC/COFF/
invalid-scl-range.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s
invalid-scl.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
invalid-type.s 1 # RUN: not llvm-mc -triple i686-windows -filetype obj -o /dev/null %s 2>&1 | FileCheck %s
  /external/llvm/test/MC/ELF/
elf_directive_section.s 1 # RUN: llvm-mc -triple i386-pc-linux-gnu %s | FileCheck %s
  /external/llvm/test/MC/Hexagon/
two_ext.s 1 # RUN: llvm-mc -triple=hexagon -filetype=obj %s | llvm-objdump -d - | FileCheck %s
  /external/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 1 @ 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/
asciiz-directive-bad.s 1 # RUN: not llvm-mc -triple mips-unknown-linux %s 2>&1 | FileCheck %s
cprestore-warning-unused.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -relocation-model=pic 2>%t1
elf_eflags_abicalls.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_noreorder.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic0.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic2.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
mips64-instructions.s 1 # RUN: llvm-mc %s -triple=mips64el-unknown-linux -show-encoding -mcpu=mips64r2 | FileCheck %s
set-mips16-directive.s 1 # RUN: llvm-mc %s -arch=mips | FileCheck %s
set-oddspreg-nooddspreg.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -mattr=+nooddspreg | \
  /external/llvm/test/MC/Mips/mips32r5/
invalid-mips32.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32 \
invalid-mips32r2.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r2 \
invalid-mips32r3.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r3 \
  /external/llvm/test/MC/Mips/mips64r5/
invalid-mips64.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64 \
invalid-mips64r2.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r2 \
invalid-mips64r3.s 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips64r3 \
  /external/llvm/test/MC/PowerPC/
ppc32-ba.s 1 # RUN: llvm-mc -triple powerpc-unknown-unknown --show-encoding %s | FileCheck %s
  /external/llvm/test/MC/X86/
validate-inst-intel.s 1 # RUN: not llvm-mc -x86-asm-syntax intel -triple i686 -filetype asm -o /dev/null %s 2>&1 \
  /external/valgrind/memcheck/tests/amd64-linux/
int3-amd64.c 15 mcontext_t *mc = &(uc->uc_mcontext); local
16 void *pc = (void*)mc->gregs[REG_RIP];
  /external/valgrind/memcheck/tests/x86-linux/
int3-x86.c 15 mcontext_t *mc = &(uc->uc_mcontext); local
16 void *pc = (void*)mc->gregs[REG_EIP];

Completed in 898 milliseconds

1 2 3 4 5 6 7 891011>>