HomeSort by relevance Sort by last modified time
    Searched defs:kScratchRegister (Results 1 - 5 of 5) sorted by null

  /external/v8/src/x64/
macro-assembler-x64.h 39 static const Register kScratchRegister = { 10 }; // r10.
461 // They may be the same register, and may be kScratchRegister.
520 // is left untouched, but the scratch register and kScratchRegister,
    [all...]
builtins-x64.cc 57 __ pop(kScratchRegister); // Save return address.
59 __ push(kScratchRegister); // Restore return address.
159 __ LoadRoot(kScratchRegister, Heap::kUndefinedValueRootIndex);
162 __ push(kScratchRegister);
345 __ LoadRoot(kScratchRegister, Heap::kRealStackLimitRootIndex);
349 __ subq(rcx, kScratchRegister);
789 __ movq(kScratchRegister, Operand(r9, rcx, times_pointer_size, 0));
790 __ movq(Operand(rdx, 0), kScratchRegister);
    [all...]
full-codegen-x64.cc 680 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
681 __ movq(Operand(rbp, SlotOffset(slot)), kScratchRegister);
702 __ LoadRoot(kScratchRegister, Heap::kTheHoleValueRootIndex);
704 kScratchRegister);
    [all...]
macro-assembler-x64.cc 64 LoadRoot(kScratchRegister, index);
65 cmpq(with, kScratchRegister);
225 movq(kScratchRegister, ExternalReference::new_space_start());
226 cmpq(scratch, kScratchRegister);
326 movq(kScratchRegister, p0, RelocInfo::NONE);
327 push(kScratchRegister);
328 movq(kScratchRegister,
331 push(kScratchRegister);
469 xor_(kScratchRegister, kScratchRegister);
    [all...]
codegen-x64.cc 271 __ movq(kScratchRegister, pairs, RelocInfo::EMBEDDED_OBJECT);
273 frame_->EmitPush(kScratchRegister);
    [all...]

Completed in 180 milliseconds