Home | History | Annotate | Download | only in x64

Lines Matching refs:Push

333     __ push(rsi);
334 __ push(rdi);
336 __ push(backtrack_stackpointer());
640 __ push(rbp);
652 __ push(rsi);
653 __ push(rdi);
654 __ push(rbx);
657 // Push register parameters on stack for reference.
664 __ push(rdi);
665 __ push(rsi);
666 __ push(rdx);
667 __ push(rcx);
668 __ push(r8);
669 __ push(r9);
671 __ push(rbx); // Callee-save
674 __ push(Immediate(0)); // Make room for "input start - 1" constant.
675 __ push(Immediate(0)); // Make room for "at start" constant.
731 // Fill in stack push order, to avoid accessing across an unwritten
820 __ push(backtrack_stackpointer());
821 __ push(rdi);
847 __ push(rsi);
848 __ push(rdi);
960 Push(label);
966 Push(rdi);
973 Push(rax);
1193 void RegExpMacroAssemblerX64::Push(Register source) {
1195 // Notice: This updates flags, unlike normal Push.
1201 void RegExpMacroAssemblerX64::Push(Immediate value) {
1202 // Notice: This updates flags, unlike normal Push.
1226 void RegExpMacroAssemblerX64::Push(Label* backtrack_target) {