/art/runtime/arch/mips64/ |
D | quick_method_frame_info_mips64.h | 28 namespace mips64 { 31 (1 << art::mips64::RA); 33 (1 << art::mips64::S2) | (1 << art::mips64::S3) | (1 << art::mips64::S4) | 34 (1 << art::mips64::S5) | (1 << art::mips64::S6) | (1 << art::mips64::S7) | 35 (1 << art::mips64::GP) | (1 << art::mips64::S8); 37 (1 << art::mips64::A1) | (1 << art::mips64::A2) | (1 << art::mips64::A3) | 38 (1 << art::mips64::A4) | (1 << art::mips64::A5) | (1 << art::mips64::A6) | 39 (1 << art::mips64::A7); 41 (1 << art::mips64::S0) | (1 << art::mips64::S1); 43 (1 << art::mips64::AT) | (1 << art::mips64::V0) | (1 << art::mips64::V1) | [all …]
|
D | fault_handler_mips64.cc | 45 *out_sp = static_cast<uintptr_t>(sc->sc_regs[mips64::SP]); in GetMethodAndReturnPcAndSp() 57 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips64::A0]); in GetMethodAndReturnPcAndSp() 86 sc->sc_regs[mips64::SP] -= mips64::Mips64CalleeSaveFrameSize(CalleeSaveType::kSaveEverything); in Action() 87 uintptr_t* padding = reinterpret_cast<uintptr_t*>(sc->sc_regs[mips64::SP]) + /* ArtMethod* */ 1; in Action() 90 sc->sc_regs[mips64::RA] = sc->sc_pc + 4; // RA needs to point to gc map location in Action() 121 uintptr_t sp = sc->sc_regs[mips64::SP]; in Action() 144 sc->sc_regs[mips64::T9] = sc->sc_pc; // make sure T9 points to the function in Action()
|
D | registers_mips64.cc | 22 namespace mips64 { namespace
|
D | context_mips64.h | 27 namespace mips64 {
|
D | registers_mips64.h | 28 namespace mips64 {
|
/art/compiler/utils/ |
D | label.h | 36 namespace mips64 { 120 friend class mips64::Mips64Assembler; 121 friend class mips64::Mips64Label;
|
D | managed_register.h | 36 namespace mips64 { 60 constexpr mips64::Mips64ManagedRegister AsMips64() const;
|
D | jni_macro_assembler.cc | 99 return MacroAsm64UniquePtr(new (allocator) mips64::Mips64Assembler( in Create()
|
/art/compiler/utils/mips64/ |
D | managed_register_mips64.h | 25 namespace mips64 { 156 constexpr inline mips64::Mips64ManagedRegister ManagedRegister::AsMips64() const { in AsMips64() 157 mips64::Mips64ManagedRegister reg(id_); in AsMips64()
|
D | managed_register_mips64.cc | 22 namespace mips64 { namespace
|
D | constants_mips64.h | 29 namespace mips64 {
|
/art/runtime/interpreter/mterp/ |
D | rebuild.sh | 23 for arch in arm x86 mips arm64 x86_64 mips64; do TARGET_ARCH_EXT=$arch make -f Makefile_mterp; done
|
D | config_mips64 | 23 asm-alt-stub mips64/alt_stub.S 26 import mips64/header.S 29 import mips64/entry.S 32 fallback-stub mips64/fallback.S 35 op-start mips64 298 import mips64/footer.S
|
D | Makefile_mterp | 26 # for arch in arm arm64 x86 x86_64 mips mips64
|
/art/compiler/ |
D | Android.bp | 146 mips64: { 148 "jni/quick/mips64/calling_convention_mips64.cc", 149 "linker/mips64/relative_patcher_mips64.cc", 153 "utils/mips64/assembler_mips64.cc", 154 "utils/mips64/managed_register_mips64.cc", 214 "utils/mips64/assembler_mips64.h", 389 mips64: { 391 "linker/mips64/relative_patcher_mips64_test.cc", 392 "utils/mips64/managed_register_mips64_test.cc", 466 mips64: { [all …]
|
/art/runtime/arch/ |
D | context-inl.h | 36 #define RUNTIME_CONTEXT_TYPE mips64::Mips64Context
|
D | arch_test.cc | 152 namespace mips64 { namespace 232 TEST_ARCH(Mips64, mips64)
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 273 #define __ down_cast<mips64::Mips64Assembler*>(GetCodeGenerator()->GetAssembler())-> in TEST_F() 274 mips64::Mips64Label target; in TEST_F() 275 __ Beqc(mips64::A1, mips64::A2, &target); in TEST_F()
|
D | intrinsics_mips64.h | 28 namespace mips64 {
|
/art/runtime/ |
D | Android.bp | 228 "arch/mips64/instruction_set_features_mips64.cc", 229 "arch/mips64/registers_mips64.cc", 324 mips64: { 328 "arch/mips64/context_mips64.cc", 329 "arch/mips64/entrypoints_init_mips64.cc", 330 "arch/mips64/jni_entrypoints_mips64.S", 331 "arch/mips64/memcmp16_mips64.S", 332 "arch/mips64/quick_entrypoints_mips64.S", 333 "arch/mips64/thread_mips64.cc", 335 "arch/mips64/fault_handler_mips64.cc", [all …]
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.h | 24 namespace mips64 {
|
/art/build/ |
D | Android.common.mk | 20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 80 return mips64::Mips64CalleeSaveFrameSize(type); in GetCalleeSaveFrameSize()
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 78 new (allocator) mips64::Mips64ManagedRuntimeCallingConvention( in Create() 180 new (allocator) mips64::Mips64JniCallingConvention( in Create()
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 170 namespace mips64 { namespace 255 return mips64::CreateTrampoline(&allocator, abi, offset); in CreateTrampoline64()
|