HomeSort by relevance Sort by last modified time
    Searched full:mips32 (Results 151 - 175 of 368) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/CodeGen/Mips/
analyzebranch.ll 1 ; RUN: llc -march=mips -mcpu=mips32 < %s | FileCheck %s -check-prefix=ALL -check-prefix=FCC
fcopysign.ll 1 ; RUN: llc < %s -march=mipsel -mcpu=mips32 | FileCheck %s -check-prefix=32
helloworld.ll 8 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=SR32
mips16_32_3.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
mips16_32_4.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
mips16_32_5.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
mips16_32_6.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
mips16_32_7.ll 2 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=32
no-odd-spreg-msa.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -mattr=+fp64,+msa,-nooddspreg < %s | FileCheck %s -check-prefix=ALL -check-prefix=ODDSPREG
2 ; RUN: llc -march=mipsel -mcpu=mips32 -mattr=+fp64,+msa,+nooddspreg < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOODDSPREG
  /external/llvm/test/CodeGen/Mips/llvm-ir/
indirectbr.ll 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefix=ALL -check-prefix=NOT-R6
  /external/llvm/test/MC/Mips/
mips_directives.s 1 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck %s
  /external/valgrind/
AUTHORS 71 Petar Jovanovic and Dejan Jevtic wrote and maintain the mips32-linux
README 43 - MIPS32/Linux
  /external/valgrind/include/
pub_tool_vkiscnums_asm.h 58 # include "vki/vki-scnums-mips32-linux.h"
  /external/valgrind/massif/tests/
Makefile.am 31 overloaded-new.post.exp overloaded-new.post.exp-mips32 \
  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 77 unsigned mips32 : 1; member in struct:__anon20913
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
ptrace.h 85 struct mips32_watch_regs mips32; member in union:pt_watch_regs::__anon61816
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
ptrace.h 85 struct mips32_watch_regs mips32; member in union:pt_watch_regs::__anon62594
  /external/llvm/lib/Target/Mips/
MipsSERegisterInfo.cpp 1 //===-- MipsSERegisterInfo.cpp - MIPS32/64 Register Information -== -------===//
10 // This file contains the MIPS32/64 implementation of the TargetRegisterInfo
MipsSubtarget.cpp 39 "and Mips32 code in a single output file"),
82 MipsArchVersion = Mips32;
  /external/valgrind/memcheck/tests/
Makefile.am 114 fprw.stderr.exp fprw.stderr.exp-mips32-be fprw.stderr.exp-mips32-le \
189 origin5-bz2.stderr.exp-glibc218-mips32 \
213 reach_thread_register.stderr.exp-mips32 \
227 sigkill.stderr.exp sigkill.stderr.exp-darwin sigkill.stderr.exp-mips32 \
  /external/valgrind/coregrind/
launcher-linux.c 221 platform = "mips32-linux";
234 platform = "mips32-linux";
358 (0==strcmp(VG_PLATFORM,"mips32-linux")) ||
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-mips32.c 358 VexGuestMIPS32State* mips32 = (VexGuestMIPS32State*)&tst->arch.vex; local
359 // mips32 dtv location similar to ppc64
360 return (CORE_ADDR**)((CORE_ADDR)mips32->guest_ULR
  /external/valgrind/include/vki/
vki-scnums-mips32-linux.h 3 /*--- System call numbers for mips32-linux. ---*/
4 /*--- vki-scnums-mips32-linux.h ---*/
407 /*--- end vki-scnums-mips32-linux.h ---*/
  /external/v8/src/mips/
constants-mips.h 36 // can run on any MIPS32 architecture revision. The dynamically generated code
116 // simulate MIPS32 instructions.
118 // See: MIPS32 Architecture For Programmers
119 // Volume II: The MIPS32 Instruction Set
312 // MIPS32 Architecture For Programmers, Volume II: The MIPS32 Instruction Set.

Completed in 309 milliseconds

1 2 3 4 5 67 8 91011>>