Searched refs:mips64 (Results 1 – 25 of 34) sorted by relevance
12
/art/runtime/arch/mips64/ |
D | callee_save_frame_mips64.h | 29 namespace mips64 { 32 (1 << art::mips64::RA); 34 (1 << art::mips64::S2) | (1 << art::mips64::S3) | (1 << art::mips64::S4) | 35 (1 << art::mips64::S5) | (1 << art::mips64::S6) | (1 << art::mips64::S7) | 36 (1 << art::mips64::GP) | (1 << art::mips64::S8); 38 (1 << art::mips64::A1) | (1 << art::mips64::A2) | (1 << art::mips64::A3) | 39 (1 << art::mips64::A4) | (1 << art::mips64::A5) | (1 << art::mips64::A6) | 40 (1 << art::mips64::A7); 42 (1 << art::mips64::S0) | (1 << art::mips64::S1); 44 (1 << art::mips64::AT) | (1 << art::mips64::V0) | (1 << art::mips64::V1) | [all …]
|
D | fault_handler_mips64.cc | 46 *out_sp = static_cast<uintptr_t>(sc->sc_regs[mips64::SP]); in GetMethodAndReturnPcAndSp() 58 *out_method = reinterpret_cast<ArtMethod*>(sc->sc_regs[mips64::A0]); in GetMethodAndReturnPcAndSp() 87 sc->sc_regs[mips64::SP] -= mips64::Mips64CalleeSaveFrameSize(CalleeSaveType::kSaveEverything); in Action() 88 uintptr_t* padding = reinterpret_cast<uintptr_t*>(sc->sc_regs[mips64::SP]) + /* ArtMethod* */ 1; in Action() 91 sc->sc_regs[mips64::RA] = sc->sc_pc + 4; // RA needs to point to gc map location in Action() 122 uintptr_t sp = sc->sc_regs[mips64::SP]; in Action() 145 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 | 25 namespace mips64 {
|
D | context_mips64.cc | 24 namespace mips64 { namespace
|
/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 | 24 namespace mips64 { 155 constexpr inline mips64::Mips64ManagedRegister ManagedRegister::AsMips64() const { in AsMips64() 156 mips64::Mips64ManagedRegister reg(id_); in AsMips64()
|
D | managed_register_mips64.cc | 22 namespace mips64 { namespace
|
D | constants_mips64.h | 29 namespace mips64 {
|
/art/compiler/ |
D | Android.bp | 136 mips64: { 138 "jni/quick/mips64/calling_convention_mips64.cc", 142 "utils/mips64/assembler_mips64.cc", 143 "utils/mips64/managed_register_mips64.cc", 206 "utils/mips64/assembler_mips64.h", 410 mips64: { 412 "utils/mips64/managed_register_mips64_test.cc", 486 mips64: { 488 "utils/mips64/assembler_mips64_test.cc",
|
/art/runtime/arch/ |
D | context-inl.h | 36 #define RUNTIME_CONTEXT_TYPE mips64::Mips64Context
|
D | arch_test.cc | 113 namespace mips64 { namespace 187 TEST_ARCH(Mips64, mips64)
|
/art/compiler/optimizing/ |
D | optimizing_cfi_test.cc | 264 #define __ down_cast<mips64::Mips64Assembler*>(GetCodeGenerator()->GetAssembler())-> in TEST_F() 265 mips64::Mips64Label target; in TEST_F() 266 __ Beqc(mips64::A1, mips64::A2, &target); in TEST_F()
|
D | intrinsics_mips64.h | 28 namespace mips64 {
|
/art/runtime/ |
D | Android.bp | 225 "arch/mips64/instruction_set_features_mips64.cc", 226 "arch/mips64/registers_mips64.cc", 320 mips64: { 323 ":libart_mterp.mips64", 324 "arch/mips64/context_mips64.cc", 325 "arch/mips64/entrypoints_init_mips64.cc", 326 "arch/mips64/jni_entrypoints_mips64.S", 327 "arch/mips64/memcmp16_mips64.S", 328 "arch/mips64/quick_entrypoints_mips64.S", 329 "arch/mips64/thread_mips64.cc", [all …]
|
/art/dex2oat/ |
D | Android.bp | 50 mips64: { 52 "linker/mips64/relative_patcher_mips64.cc", 444 mips64: { 446 "linker/mips64/relative_patcher_mips64_test.cc",
|
/art/runtime/entrypoints/quick/ |
D | callee_save_frame.h | 84 struct CSFSelector<InstructionSet::kMips64> { using type = mips64::Mips64CalleeSaveFrame; };
|
/art/build/ |
D | Android.common.mk | 20 ART_TARGET_SUPPORTED_ARCH := arm arm64 mips mips64 x86 x86_64
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.h | 24 namespace mips64 {
|
D | calling_convention_mips64.cc | 26 namespace mips64 { namespace
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 80 new (allocator) mips64::Mips64ManagedRuntimeCallingConvention( in Create() 182 new (allocator) mips64::Mips64JniCallingConvention( in Create()
|
/art/disassembler/ |
D | Android.bp | 40 // mips64: {
|
12