Home
last modified time | relevance | path

Searched refs:conv_d16_to_i32 (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c91 conv_d16_to_i32(uint32_t *i32, double *d16, int64_t *tmp, int ilen) in conv_d16_to_i32() function
331 conv_d16_to_i32(result, dt + 2 * nlen, (int64_t *)dt, nlen + 1); in mont_mulf_noconv()
H A Dbignum.h121 void conv_d16_to_i32(uint32_t *i32, double *d16, int64_t *tmp, int ilen);
/illumos-gate/usr/src/common/bignum/sun4u/
H A Dmont_mulf_v8plus.s92 ! SUBROUTINE conv_d16_to_i32
96 .global conv_d16_to_i32
97 conv_d16_to_i32: label
153 ! 66 !void conv_d16_to_i32(unsigned int *i32, double *d16, long long *tmp, int ilen)
317 /* 0x01f8 0 */ .type conv_d16_to_i32,2
318 /* 0x01f8 */ .size conv_d16_to_i32,(.-conv_d16_to_i32)
1086 ! 279 ! conv_d16_to_i32(result,dt+2*nlen,(long long *)dt,nlen+1);
H A Dmont_mulf_v9.s211 ! 76 !conv_d16_to_i32(uint32_t *i32, double *d16, int64_t *tmp, int ilen)
215 ! SUBROUTINE conv_d16_to_i32
219 .global conv_d16_to_i32
220 conv_d16_to_i32: label
517 /* 0x0400 0 */ .type conv_d16_to_i32,2
518 /* 0x0400 0 */ .size conv_d16_to_i32,(.-conv_d16_to_i32)
2090 ! 324 ! conv_d16_to_i32(result, dt + 2 * nlen, (int64_t *)dt, nlen + 1);
H A Dmont_mulf_kernel_v9.S308 ! 109 !conv_d16_to_i32(uint32_t *i32, double *d16, int64_t *tmp, int ilen)
312 ! SUBROUTINE conv_d16_to_i32
316 .global conv_d16_to_i32
317 conv_d16_to_i32: label
490 /* 0x01cc 0 */ .type conv_d16_to_i32,2
491 /* 0x01cc 0 */ .size conv_d16_to_i32,(.-conv_d16_to_i32)
2418 ! 409 ! conv_d16_to_i32(result, dt + 2 * nlen, (int64_t *)dt, nlen + 1);