Home
last modified time | relevance | path

Searched refs:GP (Results 1 – 7 of 7) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc135 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(GP)); in Mips64JniCallingConvention()
142 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << GP | 1 << S8 | 1 << RA; in CoreSpillMask()
/art/runtime/arch/mips/
Dregisters_mips.h58 GP = 28, // Global pointer. enumerator
Dquick_method_frame_info_mips.h30 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
/art/runtime/arch/mips64/
Dregisters_mips64.h58 GP = 28, // Global pointer. enumerator
Dquick_method_frame_info_mips64.h31 (1 << art::mips64::GP) | (1 << art::mips64::S8);
/art/compiler/optimizing/
Dcode_generator_mips64.h59 { S0, S1, S2, S3, S4, S5, S6, S7, GP, S8, RA }; // TODO: review
Dcode_generator_mips64.cc878 blocked_core_registers_[GP] = true; in SetupBlockedRegisters()