Searched refs:softfloat_mul64To128 (Results 1 - 7 of 7) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_mul128To256M.c52 p0 = softfloat_mul64To128( a0, b0 );
54 p64 = softfloat_mul64To128( a64, b0 );
57 p128 = softfloat_mul64To128( a64, b64 );
60 p64 = softfloat_mul64To128( a0, b64 );
H A Ds_mul64To128.c41 #ifndef softfloat_mul64To128
43 struct uint128 softfloat_mul64To128( uint64_t a, uint64_t b ) function
H A Dopts-GCC.h71 INLINE struct uint128 softfloat_mul64To128( uint64_t a, uint64_t b ) function
77 #define softfloat_mul64To128 softfloat_mul64To128 macro
H A Df64_mul.c113 sig128Z = softfloat_mul64To128( sigA, sigB );
H A DextF80_mul.c118 sig128Z = softfloat_mul64To128( sigA, sigB );
H A Dprimitives.h569 #ifndef softfloat_mul64To128
573 struct uint128 softfloat_mul64To128( uint64_t a, uint64_t b );
H A Ds_mulAddF64.c121 sig128Z = softfloat_mul64To128( sigA, sigB );

Completed in 88 milliseconds