Home
last modified time | relevance | path

Searched refs:softfloat_shiftRightJam96M (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/
A DextF80M_to_ui64.c85 if ( shiftCount ) softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in extF80M_to_ui64()
A DextF80M_to_i64.c90 if ( shiftCount ) softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in extF80M_to_i64()
A Df32_to_i64.c86 if ( shiftCount ) softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in f32_to_i64()
A Df64_to_ui64.c92 softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in f64_to_ui64()
A Df64_to_i64.c102 softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in f64_to_i64()
A Df32_to_ui64.c106 if ( shiftCount ) softfloat_shiftRightJam96M( extSig, shiftCount, extSig ); in f32_to_ui64()
A Ds_addExtF80M.c118 softfloat_shiftRightJam96M( extSigX, expDiff, extSigX ); in softfloat_addExtF80M()
A Ds_roundPackMToExtF80M.c156 softfloat_shiftRightJam96M( extSigPtr, 1 - exp, extSigPtr ); in softfloat_roundPackMToExtF80M()
/optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h844 #ifndef softfloat_shiftRightJam96M
849 #define softfloat_shiftRightJam96M( aPtr, count, zPtr ) softfloat_shiftRightJamM( 3, aPtr, count, z… macro

Completed in 8 milliseconds