Lines Matching defs:Ldr
464 __ Ldr(lr, MemOperand(fp, StandardFrameConstants::kCallerPCOffset)); in AssemblePrepareTailCall() local
465 __ Ldr(fp, MemOperand(fp, StandardFrameConstants::kCallerFPOffset)); in AssemblePrepareTailCall() local
478 __ Ldr(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset)); in AssemblePopArgumentsAdaptorFrame() local
486 __ Ldr(caller_args_count_reg, in AssemblePopArgumentsAdaptorFrame() local
556 __ Ldr(scratch, MemOperand(kJavaScriptCallCodeStartRegister, offset)); in BailoutIfDeoptimized() local
557 __ Ldr(scratch, in BailoutIfDeoptimized() local
682 __ Ldr(temp, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction() local
687 __ Ldr(x2, FieldMemOperand(func, JSFunction::kCodeOffset)); in AssembleArchInstruction() local
1248 __ Ldr(i.OutputDoubleRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local
1251 __ Ldr(i.OutputFloatRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local
1254 __ Ldr(i.OutputRegister(), MemOperand(fp, offset)); in AssembleArchInstruction() local
1535 __ Ldr(i.OutputRegister32(), i.MemoryOperand()); in AssembleArchInstruction() local
1542 __ Ldr(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1549 __ Ldr(i.OutputDoubleRegister().S(), i.MemoryOperand()); in AssembleArchInstruction() local
1555 __ Ldr(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1561 __ Ldr(i.OutputSimd128Register(), i.MemoryOperand()); in AssembleArchInstruction() local
2423 __ Ldr(scratch, FieldMemOperand( in AssembleConstructFrame() local
2426 __ Ldr(scratch, MemOperand(scratch)); in AssembleConstructFrame() local
2443 __ Ldr(x2, FieldMemOperand(kWasmInstanceRegister, in AssembleConstructFrame() local
2621 __ Ldr(g.ToRegister(destination), src); in AssembleMove() local
2625 __ Ldr(dst, src); in AssembleMove() local
2628 __ Ldr(dst.Q(), src); in AssembleMove() local
2639 __ Ldr(temp, src); in AssembleMove() local
2644 __ Ldr(temp, src); in AssembleMove() local
2724 __ Ldr(src, dst); in AssembleSwap() local
2732 __ Ldr(src, dst); in AssembleSwap() local
2738 __ Ldr(src.Q(), dst); in AssembleSwap() local
2751 __ Ldr(temp_0.Q(), src); in AssembleSwap() local
2752 __ Ldr(temp_1.Q(), dst); in AssembleSwap() local
2756 __ Ldr(temp_0, src); in AssembleSwap() local
2757 __ Ldr(temp_1, dst); in AssembleSwap() local