Lines Matching refs:esp
104 movl %esp,%ebp
107 subl $4,%esp
115 fstcw 0(%esp) /* store the control word */
120 andb %al,0(%esp) /* unmask the corresponding exceptions */
125 andb $0xfd,0(%esp) /* unmask denormal exception */
137 andw $0xf3ff,0(%esp) /* update rounding direction */
138 orw %dx,0(%esp)
146 andw $0xfcff,0(%esp) /* update rounding precision */
147 orw %cx,0(%esp)
150 fldcw 0(%esp) /* load the modified control word */
153 addl $4,%esp