Searched defs:li_location (Results 1 - 2 of 2) 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...]
/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...]

Completed in 666 milliseconds