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

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_subM.c41 #ifndef softfloat_subM
44 softfloat_subM( function
H A Dprimitives.h1046 #ifndef softfloat_subM
1056 softfloat_subM(
1066 | This function or macro is the same as 'softfloat_subM' with 'size_words'
1069 #define softfloat_sub96M( aPtr, bPtr, zPtr ) softfloat_subM( 3, aPtr, bPtr, zPtr )
1074 | This function or macro is the same as 'softfloat_subM' with 'size_words'
1077 #define softfloat_sub128M( aPtr, bPtr, zPtr ) softfloat_subM( 4, aPtr, bPtr, zPtr )
1082 | This function or macro is the same as 'softfloat_subM' with 'size_words'
1085 #define softfloat_sub160M( aPtr, bPtr, zPtr ) softfloat_subM( 5, aPtr, bPtr, zPtr )

Completed in 25 milliseconds