HomeSort by relevance Sort by last modified time
    Searched defs:mips (Results 1 - 24 of 24) sorted by null

  /art/runtime/arch/mips/
registers_mips.cc 22 namespace mips { namespace in namespace:art
48 } // namespace mips
quick_method_frame_info_mips.h 25 namespace mips { namespace in namespace:art
28 (1 << art::mips::S2) | (1 << art::mips::S3) | (1 << art::mips::S4) | (1 << art::mips::S5) |
29 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
31 (1 << art::mips::A1) | (1 << art::mips::A2) | (1 << art::mips::A3)
    [all...]
context_mips.cc 25 namespace mips { namespace in namespace:art
116 } // namespace mips
context_mips.h 25 namespace mips { namespace in namespace:art
89 } // namespace mips
registers_mips.h 27 namespace mips { namespace in namespace:art
106 } // namespace mips
  /art/disassembler/
disassembler_mips.h 25 namespace mips { namespace in namespace:art
38 } // namespace mips
disassembler_mips.cc 26 namespace mips { namespace in namespace:art
167 // We only support little-endian MIPS.
270 } // namespace mips
  /art/compiler/jni/quick/mips/
calling_convention_mips.h 23 namespace mips { namespace in namespace:art
74 // Mips does not need to extend small return types.
92 } // namespace mips
calling_convention_mips.cc 20 #include "utils/mips/managed_register_mips.h"
23 namespace mips { namespace in namespace:art
89 // We spill the argument registers on MIPS to free them up for scratch use, we then assume
214 } // namespace mips
  /build/core/clang/
mips.mk 1 # Clang flags for mips arch, target or host.
17 # We don't have any mips flags to substitute yet.
18 define subst-clang-incompatible-mips-flags
  /art/compiler/trampolines/
trampoline_compiler.cc 22 #include "utils/mips/assembler_mips.h"
95 namespace mips { namespace in namespace:art
123 } // namespace mips
180 return mips::CreateTrampoline(abi, offset);
  /art/compiler/utils/mips/
managed_register_mips.cc 22 namespace mips { namespace in namespace:art
102 } // namespace mips
assembler_mips.h 31 namespace mips { namespace in namespace:art
294 } // namespace mips
constants_mips.h 22 #include "arch/mips/registers_mips.h"
28 namespace mips { namespace in namespace:art
107 } // namespace mips
managed_register_mips.h 24 namespace mips { namespace in namespace:art
218 } // namespace mips
220 inline mips::MipsManagedRegister ManagedRegister::AsMips() const {
221 mips::MipsManagedRegister reg(id_);
assembler_mips.cc 25 namespace mips { namespace in namespace:art
710 UNIMPLEMENTED(FATAL) << "no sign extension necessary for mips";
714 UNIMPLEMENTED(FATAL) << "no zero extension necessary for mips";
809 UNIMPLEMENTED(FATAL) << "no mips implementation";
823 UNIMPLEMENTED(FATAL) << "no mips implementation";
827 UNIMPLEMENTED(FATAL) << "no mips implementation";
929 UNIMPLEMENTED(FATAL) << "no mips implementation";
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
rtcd.pl 306 sub mips() { subroutine
381 mips;
  /external/libvpx/libvpx/build/make/
rtcd.pl 301 sub mips() { subroutine
376 mips;
  /art/compiler/utils/
managed_register.h 30 namespace mips { namespace in namespace:art
56 mips::MipsManagedRegister AsMips() const;
assembler.h 25 #include "mips/constants_mips.h"
47 namespace mips { namespace in namespace:art
121 friend class mips::MipsAssembler;
  /external/clang/lib/Driver/
Tools.h 219 namespace mips { namespace in namespace:clang::driver::tools
  /external/libunwind/include/
libunwind-mips.h 35 #ifdef mips
36 # undef mips macro
39 #define UNW_TARGET mips
50 /* FIXME for MIPS. Too big? What do other things use for similar tasks? */
53 /* The size of a "word" varies on MIPS. This type is used for memory
60 /* FIXME: MIPS ABIs. */
102 /* For MIPS, the CFA is the value of SP (r29) at the call site in the
122 #define UNW_TDEP_NUM_EH_REGS 2 /* FIXME for MIPS. */
131 MIPS. */
138 /* no mips-specific auxiliary proc-info *
    [all...]
  /external/compiler-rt/
Android.mk 185 # MIPS-specific runtimes
224 $(if $(findstring $(1),mips),$(call get-libcompiler-rt-mips-source-files),
277 define get-libcompiler-rt-mips-source-files
280 $(libcompiler_rt_mips_SRC_FILES),mips)
331 LOCAL_SRC_FILES_mips := $(call get-libcompiler-rt-source-files,mips)
335 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
375 LOCAL_MODULE_TARGET_ARCH := arm arm64 mips mips64 x86 x86_64
  /external/llvm/include/llvm/ADT/
Triple.h 18 #undef mips macro
56 mips, // MIPS: mips, mipsallegrex enumerator in enum:llvm::Triple::ArchType

Completed in 357 milliseconds