Home | History | Annotate | Download | only in arm64

Lines Matching refs:Ldr

438     __ Ldr(result, MemOperand(buffer, offset, UXTW));              \
558 __ Ldr(lr, MemOperand(fp, StandardFrameConstants::kCallerPCOffset));
559 __ Ldr(fp, MemOperand(fp, StandardFrameConstants::kCallerFPOffset));
572 __ Ldr(scratch1, MemOperand(fp, StandardFrameConstants::kContextOffset));
580 __ Ldr(caller_args_count_reg,
645 __ Ldr(jssp, MemOperand(csp));
690 __ Ldr(temp, FieldMemOperand(func, JSFunction::kContextOffset));
694 __ Ldr(x10, FieldMemOperand(func, JSFunction::kCodeEntryOffset));
702 __ Ldr(jssp, MemOperand(csp));
718 __ Ldr(temp, FieldMemOperand(func, JSFunction::kContextOffset));
725 __ Ldr(x10, FieldMemOperand(func, JSFunction::kCodeEntryOffset));
794 __ ldr(i.OutputRegister(), MemOperand(fp, 0));
1540 __ Ldr(i.OutputRegister32(), i.MemoryOperand());
1546 __ Ldr(i.OutputRegister(), i.MemoryOperand());
1552 __ Ldr(i.OutputDoubleRegister().S(), i.MemoryOperand());
1558 __ Ldr(i.OutputDoubleRegister(), i.MemoryOperand());
1576 ASSEMBLE_CHECKED_LOAD_INTEGER(Ldr);
1579 ASSEMBLE_CHECKED_LOAD_INTEGER_64(Ldr);
1618 __ Ldr(i.OutputRegister32(),
2013 __ Ldr(g.ToRegister(destination), src);
2017 __ Ldr(temp, src);
2085 __ Ldr(g.ToDoubleRegister(destination), src);
2089 __ Ldr(temp, src);
2117 __ Ldr(src, dst);
2126 __ Ldr(temp_0, src);
2127 __ Ldr(temp_1, dst);
2143 __ Ldr(src, dst);