Lines Matching refs:li_location
5550 void MacroAssembler::PatchRelocatedValue(Register li_location, in PatchRelocatedValue() argument
5553 lw(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5559 lw(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5563 sw(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5565 lw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5571 lw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5574 sw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5577 FlushICache(li_location, 2); in PatchRelocatedValue()
5580 void MacroAssembler::GetRelocatedValue(Register li_location, in GetRelocatedValue() argument
5583 lw(value, MemOperand(li_location)); in GetRelocatedValue()
5588 lw(value, MemOperand(li_location)); in GetRelocatedValue()
5594 lw(scratch, MemOperand(li_location, kInstrSize)); in GetRelocatedValue()
5599 lw(scratch, MemOperand(li_location, kInstrSize)); in GetRelocatedValue()