Lines Matching refs:li_location
5504 void MacroAssembler::PatchRelocatedValue(Register li_location, in PatchRelocatedValue() argument
5507 lwu(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5513 lwu(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5517 sw(scratch, MemOperand(li_location)); in PatchRelocatedValue()
5519 lwu(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5525 lwu(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5529 sw(scratch, MemOperand(li_location, kInstrSize)); in PatchRelocatedValue()
5531 lwu(scratch, MemOperand(li_location, kInstrSize * 3)); in PatchRelocatedValue()
5537 lwu(scratch, MemOperand(li_location, kInstrSize * 3)); in PatchRelocatedValue()
5541 sw(scratch, MemOperand(li_location, kInstrSize * 3)); in PatchRelocatedValue()
5544 FlushICache(li_location, 4); in PatchRelocatedValue()
5547 void MacroAssembler::GetRelocatedValue(Register li_location, in GetRelocatedValue() argument
5550 lwu(value, MemOperand(li_location)); in GetRelocatedValue()
5555 lwu(value, MemOperand(li_location)); in GetRelocatedValue()
5562 lwu(scratch, MemOperand(li_location, kInstrSize)); in GetRelocatedValue()
5567 lwu(scratch, MemOperand(li_location, kInstrSize)); in GetRelocatedValue()
5575 lwu(scratch, MemOperand(li_location, kInstrSize * 3)); in GetRelocatedValue()
5580 lwu(scratch, MemOperand(li_location, kInstrSize * 3)); in GetRelocatedValue()