Lines Matching refs:esp
103 subl $8, %esp; \
104 movl REGOFF_EIP(%esp), %eax; \
105 movl %eax, REGOFF_SAVPC(%esp); \
106 movl %ebp, REGOFF_SAVFP(%esp);
112 subl $16, %esp; \
113 movw %ds, 12(%esp); \
114 movw %es, 8(%esp); \
115 movw %fs, 4(%esp); \
116 movw %gs, 0(%esp);
143 movw 0(%esp), %gs; \
144 movw 4(%esp), %fs; \
145 movw 8(%esp), %es; \
146 movw 12(%esp), %ds; \
147 addl $16, %esp;
158 cmpw $KGS_SEL, REGOFF_GS(%esp); \
160 movl $0, REGOFF_SAVFP(%esp); \
166 addl $8, %esp; /* get TRAPNO and ERR off the stack */
169 addl $8, %esp; /* get extra frame off the stack */ \
174 addl $24, %esp; /* skip extra frame and segment registers */ \
184 subl $8, %esp; \
188 movl %ecx, REGOFF_EFL(%esp); \
189 movl $0, REGOFF_SAVPC(%esp); \
190 movl $0, REGOFF_SAVFP(%esp); \
197 subl $8, %esp; \
198 movl $0, REGOFF_SAVPC(%esp); \
199 movl $0, REGOFF_SAVFP(%esp); \