Searched refs:li_location (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 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() [all …]
|
D | macro-assembler-mips64.h | 1623 void PatchRelocatedValue(Register li_location, 1627 void GetRelocatedValue(Register li_location,
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 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() [all …]
|
D | macro-assembler-mips.h | 1561 void PatchRelocatedValue(Register li_location, 1565 void GetRelocatedValue(Register li_location,
|