/external/v8/src/ |
SConscript | 135 'arch:mips': Split(""" 137 mips/assembler-mips.cc 138 mips/builtins-mips.cc 139 mips/codegen-mips.cc 140 mips/constants-mips.cc 141 mips/cpu-mips.c [all...] |
macro-assembler.h | 92 #include "mips/constants-mips.h" 94 #include "mips/assembler-mips.h" 95 #include "mips/assembler-mips-inl.h" 97 #include "mips/macro-assembler-mips.h"
|
codegen-inl.h | 43 #include "mips/codegen-mips-inl.h"
|
simulator.h | 38 #include "mips/simulator-mips.h"
|
virtual-frame.h | 41 #include "mips/virtual-frame-mips.h"
|
/external/oprofile/libop/ |
op_cpu_type.c | 51 { "MIPS 20K", "mips/20K", CPU_MIPS_20K, 1}, 52 { "MIPS 24K", "mips/24K", CPU_MIPS_24K, 2}, 53 { "MIPS 25K", "mips/25K", CPU_MIPS_25K, 2}, 54 { "MIPS 34K", "mips/34K", CPU_MIPS_34K, 4}, 55 { "MIPS 5K", "mips/5K", CPU_MIPS_5K, 2} [all...] |
op_cpu_type.h | 48 CPU_MIPS_20K, /**< MIPS 20K */ 49 CPU_MIPS_24K, /**< MIPS 24K */ 50 CPU_MIPS_25K, /**< MIPS 25K */ 51 CPU_MIPS_34K, /**< MIPS 34K */ 52 CPU_MIPS_5K, /**< MIPS 5K */ 53 CPU_MIPS_R10000, /**< MIPS R10000 */ 54 CPU_MIPS_R12000, /**< MIPS R12000 */ 59 CPU_MIPS_VR5500, /**< MIPS VR5500, VR5532 and VR7701 */
|
/external/v8/src/mips/ |
register-allocator-mips.h | 31 #include "mips/constants-mips.h" 38 static const int kNumRegisters = assembler::mips::kNumRegisters; 39 static const int kInvalidRegister = assembler::mips::kInvalidRegister;
|
simulator-mips.h | 29 // Declares a Simulator for MIPS instructions if we are not generating a native 30 // MIPS binary. This Simulator allows us to run and debug MIPS code generation 34 // on a MIPS HW platform. 48 // generated code. Because generated code on mips uses the C stack, we 88 assembler::mips::Simulator::current()->Call(FUNCTION_ADDR(entry), 5, \ 92 assembler::mips::Simulator::current()->Call(\ 101 namespace mips { namespace in namespace:assembler 148 // Accessors for register state. Reading the pc value adheres to the MIPS 166 // Executes MIPS instructions until the PC reaches end_sim_pc [all...] |
constants-mips.h | 33 // UNIMPLEMENTED_ macro for MIPS. 48 namespace mips { namespace in namespace:assembler 114 // On MIPS all instructions are 32 bits. 119 // Special Software Interrupt codes when used in the presence of the MIPS 167 // ----- MIPS Opcodes and Function Fields. 292 // On MIPS we use this enum to abstract from conditionnal branch instructions. 353 // On MIPS PC cannot actually be directly accessed. We behave as if PC was 390 // Accessors for the different named fields used in the MIPS encoding. 511 // MIPS assembly various constants. 522 } } // namespace assembler::mips [all...] |
constants-mips.cc | 29 #include "constants-mips.h" 32 namespace mips { namespace in namespace:assembler 60 // List of alias names which can be used when referring to MIPS registers. 108 // List of alias names which can be used when referring to MIPS registers. 323 } } // namespace assembler::mips
|
/external/elfutils/libebl/ |
mips_init.c | 1 /* Initialization of MIPS specific backend library. 35 eh->name = "MIPS R3000 big-endian"; 37 eh->name = "MIPS R3000 little-endian";
|
mips_destr.c | 1 /* Destructor for MIPS specific backend library.
|
/external/kernel-headers/original/linux/ |
elf-em.h | 13 #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ 17 #define EM_MIPS_RS3_LE 10 /* MIPS R3000 little-endian */ 18 #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
|
ncp_mount.h | 49 /* MIPS uses long __kernel_uid_t, but... */ 52 /* MIPS uses long __kernel_pid_t */ 60 /* MIPS uses long __kernel_uid_t... */ 64 /* MIPS uses unsigned long __kernel_mode_t */
|
/external/libffi/ |
Makefile.am | 13 src/mips/ffi.c src/mips/n32.S src/mips/o32.S \ 14 src/mips/ffitarget.h \ 93 if MIPS 94 nodist_libffi_la_SOURCES += src/mips/ffi.c src/mips/o32.S src/mips/n32.S
|
configure.ac | 102 mips-sgi-irix5.* | mips-sgi-irix6.*) 103 TARGET=MIPS; TARGETDIR=mips 105 mips*-*-linux*) 106 TARGET=MIPS; TARGETDIR=mips 159 AM_CONDITIONAL(MIPS, test x$TARGET = xMIPS)
|
/external/v8/test/message/ |
message.status | 33 [ $arch == mips ] 35 # Skip all tests on MIPS.
|
/external/qemu/elff/ |
dwarf.h | 325 #define DW_AT_MIPS_fde 0x2001 /* MIPS/SGI */ 326 #define DW_AT_MIPS_loop_begin 0x2002 /* MIPS/SGI */ 327 #define DW_AT_MIPS_tail_loop_begin 0x2003 /* MIPS/SGI */ 328 #define DW_AT_MIPS_epilog_begin 0x2004 /* MIPS/SGI */ 329 #define DW_AT_MIPS_loop_unroll_factor 0x2005 /* MIPS/SGI */ 330 #define DW_AT_MIPS_software_pipeline_depth 0x2006 /* MIPS/SGI */ 331 #define DW_AT_MIPS_linkage_name 0x2007 /* MIPS/SGI, GNU, and others.*/ 332 #define DW_AT_MIPS_stride 0x2008 /* MIPS/SGI */ 333 #define DW_AT_MIPS_abstract_name 0x2009 /* MIPS/SGI */ 334 #define DW_AT_MIPS_clone_origin 0x200a /* MIPS/SGI * [all...] |
/external/strace/ |
Makefile.am | 35 linux/mips/ioctlent.sh linux/mips/errnoent.h \ 36 linux/mips/ioctlent.h linux/mips/signalent.h \ 37 linux/mips/syscallent.h \
|
configure.ac | 66 mips*) 67 arch=mips 68 AC_DEFINE([MIPS], 1, [Define for the MIPS architecture.])
|
/external/jpeg/ |
config.guess | 122 echo mips-unknown-openbsd${UNAME_RELEASE} 128 echo mips-unknown-openbsd${UNAME_RELEASE} 220 echo mips-dec-mach_bsd4.3 223 echo mips-dec-ultrix${UNAME_RELEASE} 231 mips:*:*:UMIPS | mips:*:*:RISCos) 236 printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0); 239 printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0) [all...] |
/external/strace/linux/ |
syscall.h | 158 #if !defined(ALPHA) && !defined(MIPS) && !defined(HPPA) 205 #endif /* !(ALPHA || MIPS || HPPA) */ 213 #if !defined(ALPHA) && !defined(MIPS) && !defined(SPARC) && !defined(HPPA) 252 #endif /* !(ALPHA || MIPS || SPARC || HPPA) */ 287 #ifdef MIPS
|
/external/strace/strace/linux/ |
syscall.h | 158 #if !defined(ALPHA) && !defined(MIPS) && !defined(HPPA) 205 #endif /* !(ALPHA || MIPS || HPPA) */ 213 #if !defined(ALPHA) && !defined(MIPS) && !defined(SPARC) && !defined(HPPA) 252 #endif /* !(ALPHA || MIPS || SPARC || HPPA) */ 287 #ifdef MIPS
|
/prebuilt/linux-x86/oprofile/bin/ |
oparchive | |