Lines Matching defs:Ldr
480 __ Ldr(lr, MemOperand(fp, StandardFrameConstants::kCallerPCOffset)); in AssemblePrepareTailCall() local
481 __ Ldr(fp, MemOperand(fp, StandardFrameConstants::kCallerFPOffset)); in AssemblePrepareTailCall() local
527 __ Ldr(temp, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction() local
531 __ Ldr(x10, FieldMemOperand(func, JSFunction::kCodeEntryOffset)); in AssembleArchInstruction() local
543 __ Ldr(temp, FieldMemOperand(func, JSFunction::kContextOffset)); in AssembleArchInstruction() local
549 __ Ldr(x10, FieldMemOperand(func, JSFunction::kCodeEntryOffset)); in AssembleArchInstruction() local
1165 __ Ldr(i.OutputRegister32(), i.MemoryOperand()); in AssembleArchInstruction() local
1171 __ Ldr(i.OutputRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1177 __ Ldr(i.OutputDoubleRegister().S(), i.MemoryOperand()); in AssembleArchInstruction() local
1183 __ Ldr(i.OutputDoubleRegister(), i.MemoryOperand()); in AssembleArchInstruction() local
1478 __ Ldr(g.ToRegister(destination), src); in AssembleMove() local
1482 __ Ldr(temp, src); in AssembleMove() local
1496 __ Ldr(dst, MemOperand(fp, offset)); in AssembleMove() local
1545 __ Ldr(g.ToDoubleRegister(destination), src); in AssembleMove() local
1549 __ Ldr(temp, src); in AssembleMove() local
1577 __ Ldr(src, dst); in AssembleSwap() local
1586 __ Ldr(temp_0, src); in AssembleSwap() local
1587 __ Ldr(temp_1, dst); in AssembleSwap() local
1603 __ Ldr(src, dst); in AssembleSwap() local