Lines Matching refs:lw
479 __ lw(ra, MemOperand(fp, StandardFrameConstants::kCallerPCOffset));
480 __ lw(fp, MemOperand(fp, StandardFrameConstants::kCallerFPOffset));
493 __ lw(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset));
500 __ lw(caller_args_count_reg,
558 __ lw(kScratchReg, MemOperand(kJavaScriptCallCodeStartRegister, offset));
559 __ lw(kScratchReg,
678 __ lw(kScratchReg, FieldMemOperand(func, JSFunction::kContextOffset));
683 __ lw(a2, FieldMemOperand(func, JSFunction::kCodeOffset));
809 __ lw(i.OutputRegister(), MemOperand(fp, 0));
1497 __ lw(i.OutputRegister(), i.MemoryOperand());
1598 __ lw(i.OutputRegister(0), MemOperand(fp, offset));
1641 ASSEMBLE_ATOMIC_LOAD_INTEGER(lw);
3343 __ lw(g.ToRegister(destination), src);
3346 __ lw(temp, src);
3497 __ lw(src, dst);
3506 __ lw(temp_0, src);
3507 __ lw(temp_1, dst);
3568 __ lw(temp_0, src0); // Then use temp_0 to copy source to destination.
3570 __ lw(temp_0, src1);
3575 __ lw(temp_0, src0); // Then use temp_0 to copy source to destination.
3589 __ lw(temp_0, src0); // Then use temp_0 to copy source to destination.
3591 __ lw(temp_0, src1);
3593 __ lw(temp_0, src2);
3595 __ lw(temp_0, src3);