Home
last modified time | relevance | path

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

/art/compiler/dex/quick/mips/
Dcall_mips.cc330 m2l_->Load32Disp(rs_rMIPS_SP, 0, rs_rRA); in GenEntrySequence()
331 m2l_->OpRegImm(kOpAdd, rs_rMIPS_SP, sp_displace_); in GenEntrySequence()
341 OpRegRegImm(kOpSub, new_sp, rs_rMIPS_SP, frame_sub); in GenEntrySequence()
345 OpRegCopy(rs_rMIPS_SP, new_sp); // Establish stack in GenEntrySequence()
347 OpRegImm(kOpSub, rs_rMIPS_SP, frame_sub); in GenEntrySequence()
Dtarget_mips.cc93 case kSp: res_reg = rs_rMIPS_SP; break; in TargetReg()
538 Store32Disp(rs_rMIPS_SP, offset, RegStorage::Solo32(reg)); in SpillCoreRegs()
552 Load32Disp(rs_rMIPS_SP, offset, RegStorage::Solo32(reg)); in UnSpillCoreRegs()
Dutility_mips.cc541 DCHECK(r_base == rs_rMIPS_SP); in LoadBaseDispBody()
643 DCHECK(r_base == rs_rMIPS_SP); in StoreBaseDispBody()
Dmips_lir.h327 #define rs_rMIPS_SP rs_rSP macro