Lines Matching refs:esp
105 subl $8, %esp; \
106 movl REGOFF_EIP(%esp), %eax; \
107 movl %eax, REGOFF_SAVPC(%esp); \
108 movl %ebp, REGOFF_SAVFP(%esp);
114 subl $16, %esp; \
115 movw %ds, 12(%esp); \
116 movw %es, 8(%esp); \
117 movw %fs, 4(%esp); \
118 movw %gs, 0(%esp);
145 movw 0(%esp), %gs; \
146 movw 4(%esp), %fs; \
147 movw 8(%esp), %es; \
148 movw 12(%esp), %ds; \
149 addl $16, %esp;
160 cmpw $KGS_SEL, REGOFF_GS(%esp); \
162 movl $0, REGOFF_SAVFP(%esp); \
168 addl $8, %esp; /* get TRAPNO and ERR off the stack */
171 addl $8, %esp; /* get extra frame off the stack */ \
176 addl $24, %esp; /* skip extra frame and segment registers */ \
186 subl $8, %esp; \
190 movl %ecx, REGOFF_EFL(%esp); \
191 movl $0, REGOFF_SAVPC(%esp); \
192 movl $0, REGOFF_SAVFP(%esp); \
199 subl $8, %esp; \
200 movl $0, REGOFF_SAVPC(%esp); \
201 movl $0, REGOFF_SAVFP(%esp); \