Searched refs:GP (Results 1 - 10 of 10) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h58 GP = 28, // Global pointer. enumerator in enum:art::mips::Register
H A Dquick_method_frame_info_mips.h32 (1 << art::mips::S6) | (1 << art::mips::S7) | (1 << art::mips::GP) | (1 << art::mips::FP);
/art/runtime/arch/mips64/
H A Dregisters_mips64.h58 GP = 28, // Global pointer. enumerator in enum:art::mips64::GpuRegister
H A Dquick_method_frame_info_mips64.h31 (1 << art::mips64::GP) | (1 << art::mips64::S8);
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc108 } else { // GP regs.
135 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(GP));
142 result = 1 << S2 | 1 << S3 | 1 << S4 | 1 << S5 | 1 << S6 | 1 << S7 | 1 << GP | 1 << S8 | 1 << RA;
/art/compiler/optimizing/
H A Dcode_generator_mips64.h55 { S0, S1, S2, S3, S4, S5, S6, S7, GP, S8, RA }; // TODO: review
H A Dcode_generator_mips64.cc531 // TODO: anything related to T9/GP/GOT/PIC/.so's?
583 // TODO: anything related to T9/GP/GOT/PIC/.so's?
895 // ZERO, K0, K1, GP, SP, RA are always reserved and can't be allocated.
899 blocked_core_registers_[GP] = true;
972 // TODO: anything related to T9/GP/GOT/PIC/.so's?
H A Dcode_generator_mips.cc996 // ZERO, K0, K1, GP, SP, RA are always reserved and can't be allocated.
1000 blocked_core_registers_[GP] = true;
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc85 registers_.push_back(new mips::Register(mips::GP));
118 secondary_register_names_.emplace(mips::Register(mips::GP), "gp");
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc109 registers_.push_back(new mips64::GpuRegister(mips64::GP));
142 secondary_register_names_.emplace(mips64::GpuRegister(mips64::GP), "gp");

Completed in 174 milliseconds