Searched refs:softfloat_addM (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_addM.c41 #ifndef softfloat_addM
44 softfloat_addM( function
H A Dprimitives.h892 #ifndef softfloat_addM
902 softfloat_addM(
912 | This function or macro is the same as 'softfloat_addM' with 'size_words'
915 #define softfloat_add96M( aPtr, bPtr, zPtr ) softfloat_addM( 3, aPtr, bPtr, zPtr )
920 | This function or macro is the same as 'softfloat_addM' with 'size_words'
923 #define softfloat_add128M( aPtr, bPtr, zPtr ) softfloat_addM( 4, aPtr, bPtr, zPtr )
928 | This function or macro is the same as 'softfloat_addM' with 'size_words'
931 #define softfloat_add160M( aPtr, bPtr, zPtr ) softfloat_addM( 5, aPtr, bPtr, zPtr )

Completed in 25 milliseconds