Home
last modified time | relevance | path

Searched refs:rRAd (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
Dassemble_mips.cc682 LIR *new_addiu = RawLIR(lir->dalvik_offset, kMips64Daddiu, lir->operands[0], rRAd, in AssembleInstructions()
699 rRAd); in AssembleInstructions()
Dmips_lir.h215 rRAd = RegStorage::k64BitSolo | RegStorage::kCoreRegister | 31, enumerator
418 constexpr RegStorage rs_rRAd(RegStorage::kValid | rRAd);
Dutility_mips.cc292 return NewLIR2(opcode, cu_->target64 ? rRAd : rRA, r_dest_src.GetReg()); in OpReg()