Searched refs:rs_rMIPS_SP (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | call_mips.cc | 330 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()
|
D | target_mips.cc | 93 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()
|
D | utility_mips.cc | 541 DCHECK(r_base == rs_rMIPS_SP); in LoadBaseDispBody() 643 DCHECK(r_base == rs_rMIPS_SP); in StoreBaseDispBody()
|
D | mips_lir.h | 327 #define rs_rMIPS_SP rs_rSP macro
|