Home | History | Annotate | Download | only in ia32

Lines Matching refs:Pop

280   // Push and pop the registers that can hold pointers.
810 void Pop(Register dst) { pop(dst); }
811 void Pop(const Operand& dst) { pop(dst); }
813 void PopReturnAddressTo(Register dst) { pop(dst); }
1071 masm->pop(eax); \