Home
last modified time | relevance | path

Searched refs:rRA (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dcall_mips.cc400 cfi_.RelOffset(DwarfCoreReg(rRA), frame_size_ - (cu_->target64 ? 8 : 4)); in GenSpecialEntryForSuspend()
409 cfi_.Restore(DwarfCoreReg(rRA)); in GenSpecialExitForSuspend()
Dassemble_mips.cc633 LIR* addu = RawLIR(dalvik_offset, kMipsAddu, rAT, rAT, rRA); in ConvertShortToLongBranch()
702 rRA); in AssembleInstructions()
Dmips_lir.h214 rRA = RegStorage::k32BitSolo | RegStorage::kCoreRegister | 31, enumerator
385 constexpr RegStorage rs_rRA(RegStorage::kValid | rRA);
Dutility_mips.cc292 return NewLIR2(opcode, cu_->target64 ? rRAd : rRA, r_dest_src.GetReg()); in OpReg()