/src/lib/libm/arch/i387/ |
e_sqrt.S | 15 sqrtsd %xmm0,%xmm0
|
e_sqrtf.S | 15 sqrtss %xmm0,%xmm0
|
s_scalbn.S | 19 movsd %xmm0,-8(%rsp) 23 movsd -8(%rsp),%xmm0 34 movsd %xmm0,-8(%rsp) 38 movsd -8(%rsp),%xmm0
|
s_scalbnf.S | 20 movss %xmm0,-4(%rsp) 24 movss -4(%rsp),%xmm0 35 movss %xmm0,-4(%rsp) 39 movss -4(%rsp),%xmm0
|
abi.h | 29 movsd %xmm0, ARG_DOUBLE_ONE 32 movsd %xmm0, ARG_DOUBLE_ONE ; \ 36 movss %xmm0, ARG_FLOAT_ONE 39 movss %xmm0, ARG_FLOAT_ONE ; \ 44 movsd ARG_DOUBLE_ONE, %xmm0 48 movss ARG_FLOAT_ONE, %xmm0
|
s_copysign.S | 35 pand %xmm3,%xmm0 36 por %xmm1,%xmm0
|
s_copysignf.S | 34 pand %xmm3,%xmm0 35 por %xmm1,%xmm0
|
lrint.S | 21 cvtsd2siq %xmm0,%rax
|
s_ceil.S | 38 movsd %xmm0,-8(%rsp) 43 movsd -8(%rsp),%xmm0
|
s_ceilf.S | 36 movss %xmm0,-4(%rsp) 41 movss -4(%rsp),%xmm0
|
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
floatdisf.S | 21 movd 4(%esp), %xmm0 23 punpckldq %xmm1, %xmm0 24 movq %xmm0, 4(%esp)
|
floatdixf.S | 21 movd 4(%esp), %xmm0 23 punpckldq %xmm1, %xmm0 24 movq %xmm0, 4(%esp)
|
ashldi3.S | 23 movd 4(%esp), %xmm0 25 punpckldq %xmm1, %xmm0 // Load input 27 movq 4(%esp), %xmm0 // Load input 29 psllq %xmm2, %xmm0 // shift input by count 30 movd %xmm0, %eax 31 psrlq $32, %xmm0 32 movd %xmm0, %edx
|
lshrdi3.S | 23 movd 4(%esp), %xmm0 25 punpckldq %xmm1, %xmm0 // Load input 27 movq 4(%esp), %xmm0 // Load input 29 psrlq %xmm2, %xmm0 // shift input by count 30 movd %xmm0, %eax 31 psrlq $32, %xmm0 32 movd %xmm0, %edx
|
floatundisf.S | 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 [all...] |
ashrdi3.S | 17 movd 4(%esp), %xmm0 19 punpckldq %xmm1, %xmm0 // Load input 21 movq 4(%esp), %xmm0 // Load input 24 psrlq %xmm2, %xmm0 // unsigned shift input by count 37 por %xmm1, %xmm0 40 1: movd %xmm0, %eax 41 psrlq $32, %xmm0 42 movd %xmm0, %edx
|
floatdidf.S | 26 movss 4(%esp), %xmm0 // low 32 bits of a 32 orpd %xmm2, %xmm0 // 0x1p52 + a_lo (no rounding occurs) 33 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here) 34 movsd %xmm0, 4(%esp)
|
floatundidf.S | 40 movss 4(%esp), %xmm0 // low 32 bits of a 45 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs) 46 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here) 47 movsd %xmm0, 4(%esp)
|
floatundixf.S | 31 movss 8(%esp), %xmm0 // hi 32 bits of input 33 orpd REL_ADDR(twop84), %xmm0 // 2^84 + hi (as a double) 35 addsd REL_ADDR(twop84_plus_twop52_neg), %xmm0 // hi - 2^52 (no rounding occurs) 38 movsd %xmm0, 4(%esp)
|
/src/sys/crypto/aes/arch/x86/ |
aes_ni_64.S | 56 movdqu (%rsi),%xmm0 /* load master key into %xmm0 */ 57 movdqa %xmm0,(%rdi) /* store master key as the first round key */ 59 aeskeygenassist $0x1,%xmm0,%xmm2 61 aeskeygenassist $0x2,%xmm0,%xmm2 63 aeskeygenassist $0x4,%xmm0,%xmm2 65 aeskeygenassist $0x8,%xmm0,%xmm2 67 aeskeygenassist $0x10,%xmm0,%xmm2 69 aeskeygenassist $0x20,%xmm0,%xmm2 71 aeskeygenassist $0x40,%xmm0,%xmm [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/x86_64/ |
floatundidf.S | 39 movd %edi, %xmm0 // low 32 bits of a 42 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs) 45 addsd %xmm1, %xmm0 // a_hi + a_lo (round happens here)
|
floatundisf.S | 24 cvtsi2ssq %rdi, %xmm0 30 cvtsi2ssq %rdi, %xmm0 31 mulss REL_ADDR(two), %xmm0
|
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6/ |
salsa20_xmm6-asm.S | 114 movdqa 112(%rsp),%xmm0 115 pshufd $0x55,%xmm0,%xmm1 116 pshufd $0xaa,%xmm0,%xmm2 117 pshufd $0xff,%xmm0,%xmm3 118 pshufd $0x00,%xmm0,%xmm0 122 movdqa %xmm0,176(%rsp) 123 movdqa 64(%rsp),%xmm0 124 pshufd $0xaa,%xmm0,%xmm1 125 pshufd $0xff,%xmm0,%xmm [all...] |
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ |
ladder_base.S | 27 vmovdqa v0_0(%rip),%xmm0 31 vmovdqa %xmm0,16(%rsp) 32 vmovdqa %xmm0,32(%rsp) 33 vmovdqa %xmm0,48(%rsp) 34 vmovdqa %xmm0,64(%rsp) 36 vmovdqa %xmm0,96(%rsp) 37 vmovdqa %xmm0,112(%rsp) 38 vmovdqa %xmm0,128(%rsp) 39 vmovdqa %xmm0,144(%rsp) 40 vmovdqa %xmm1,%xmm0 [all...] |
/src/lib/libc/arch/x86_64/gen/ |
fabs.S | 16 andpd %xmm1,%xmm0
|