Lines Matching full:xmm0
34 movd 4(%esp), %xmm0
35 punpckldq %xmm1, %xmm0
39 movq %xmm0, 4(%esp)
79 movd 4(%esp), %xmm0
80 punpckldq %xmm1, %xmm0
91 andpd %xmm0, %xmm1 // (big input) ? input & 0xfff : 0
93 psrlq %xmm3, %xmm0 // (big input) ? input >> 12 : input
95 orpd %xmm1, %xmm0 // 0x1.0p52 + ((big input) ? (input >> 12 | input & 0xfff) : input)
96 subsd %xmm2, %xmm0 // (double)((big input) ? (input >> 12 | input & 0xfff) : input)
97 cvtsd2ss %xmm0, %xmm0 // (float)((big input) ? (input >> 12 | input & 0xfff) : input)
99 paddd %xmm3, %xmm0 // (float)input
100 movd %xmm0, 4(%esp)