Searched refs:V0 (Results 1 - 14 of 14) sorted by relevance

/art/runtime/arch/mips/
H A Dregisters_mips.h32 V0 = 2, // Values. enumerator in enum:art::mips::Register
H A Dcontext_mips.cc73 gprs_[V0] = const_cast<uint32_t*>(&gZero);
/art/runtime/arch/mips64/
H A Dregisters_mips64.h32 V0 = 2, // Values. enumerator in enum:art::mips64::GpuRegister
H A Dcontext_mips64.cc73 gprs_[V0] = const_cast<uintptr_t*>(&gZero);
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc49 return Mips64ManagedRegister::FromGpuRegister(V0);
62 return Mips64ManagedRegister::FromGpuRegister(V0);
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc49 return MipsManagedRegister::FromCoreRegister(V0);
62 return MipsManagedRegister::FromCoreRegister(V0);
/art/compiler/optimizing/
H A Dcode_generator_mips.h117 ? Location::RegisterPairLocation(V0, V1)
118 : Location::RegisterLocation(V0);
H A Dcode_generator_mips64.h116 return Location::RegisterLocation(V0);
H A Dintrinsics_mips64.cc60 if (trg_reg != V0) {
61 __ Move(V0, trg_reg);
H A Dcode_generator_mips.cc50 return Location::RegisterLocation(V0);
53 return Location::RegisterPairLocation(V0, V1);
644 // Else, spill V0 (arbitrary choice) and use it as a scratch register (it will be
646 ScratchRegisterScope ensure_scratch(this, TMP, V0, codegen_->GetNumberOfCoreRegisters());
647 // If V0 spills onto the stack, SP-relative offsets need to be adjusted.
3973 Location::RegisterLocation(V0));
H A Dintrinsics_mips.cc72 if (trg_reg != V0) {
73 __ Move(V0, trg_reg);
H A Dcode_generator_mips64.cc49 return Location::RegisterLocation(V0);
490 // Else, spill V0 (arbitrary choice) and use it as a scratch register (it will be
492 ScratchRegisterScope ensure_scratch(this, TMP, V0, codegen_->GetNumberOfCoreRegisters());
493 // If V0 spills onto the stack, SP-relative offsets need to be adjusted.
/art/compiler/utils/mips/
H A Dassembler_mips_test.cc59 registers_.push_back(new mips::Register(mips::V0));
92 secondary_register_names_.emplace(mips::Register(mips::V0), "v0");
/art/compiler/utils/mips64/
H A Dassembler_mips64_test.cc83 registers_.push_back(new mips64::GpuRegister(mips64::V0));
116 secondary_register_names_.emplace(mips64::GpuRegister(mips64::V0), "v0");

Completed in 169 milliseconds