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

/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.cc5504 void MacroAssembler::PatchRelocatedValue(Register li_location, argument
5507 lwu(scratch, MemOperand(li_location));
5513 lwu(scratch, MemOperand(li_location));
5517 sw(scratch, MemOperand(li_location));
5519 lwu(scratch, MemOperand(li_location, kInstrSize));
5525 lwu(scratch, MemOperand(li_location, kInstrSize));
5529 sw(scratch, MemOperand(li_location, kInstrSize));
5531 lwu(scratch, MemOperand(li_location, kInstrSize * 3));
5537 lwu(scratch, MemOperand(li_location, kInstrSize * 3));
5541 sw(scratch, MemOperand(li_location, kInstrSiz
5547 GetRelocatedValue(Register li_location, Register value, Register scratch) argument
[all...]
H A Dmacro-assembler-mips64.h1623 void PatchRelocatedValue(Register li_location,
1627 void GetRelocatedValue(Register li_location,
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc5550 void MacroAssembler::PatchRelocatedValue(Register li_location, argument
5553 lw(scratch, MemOperand(li_location));
5559 lw(scratch, MemOperand(li_location));
5563 sw(scratch, MemOperand(li_location));
5565 lw(scratch, MemOperand(li_location, kInstrSize));
5571 lw(scratch, MemOperand(li_location, kInstrSize));
5574 sw(scratch, MemOperand(li_location, kInstrSize));
5577 FlushICache(li_location, 2);
5580 void MacroAssembler::GetRelocatedValue(Register li_location, argument
5583 lw(value, MemOperand(li_location));
[all...]
H A Dmacro-assembler-mips.h1561 void PatchRelocatedValue(Register li_location,
1565 void GetRelocatedValue(Register li_location,

Completed in 336 milliseconds