Home
last modified time | relevance | path

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

/external/v8/src/mips64/
Dmacro-assembler-mips64.cc5504 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 …]
Dmacro-assembler-mips64.h1623 void PatchRelocatedValue(Register li_location,
1627 void GetRelocatedValue(Register li_location,
/external/v8/src/mips/
Dmacro-assembler-mips.cc5550 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 …]
Dmacro-assembler-mips.h1561 void PatchRelocatedValue(Register li_location,
1565 void GetRelocatedValue(Register li_location,