Home | History | Annotate | Download | only in i386

Lines Matching refs:xmm0

34 	movd		4(%esp),		%xmm0
35 punpckldq %xmm1, %xmm0
39 movq %xmm0, 4(%esp)
74 movd 4(%esp), %xmm0
75 punpckldq %xmm1, %xmm0
86 andpd %xmm0, %xmm1 // (big input) ? input & 0xfff : 0
88 psrlq %xmm3, %xmm0 // (big input) ? input >> 12 : input
90 orpd %xmm1, %xmm0 // 0x1.0p52 + ((big input) ? (input >> 12 | input & 0xfff) : input)
91 subsd %xmm2, %xmm0 // (double)((big input) ? (input >> 12 | input & 0xfff) : input)
92 cvtsd2ss %xmm0, %xmm0 // (float)((big input) ? (input >> 12 | input & 0xfff) : input)
94 paddd %xmm3, %xmm0 // (float)input
95 movd %xmm0, 4(%esp)