Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shortShiftRight128.c42 #ifndef softfloat_shortShiftRight128
45 softfloat_shortShiftRight128( uint64_t a64, uint64_t a0, uint_fast8_t count ) in softfloat_shortShiftRight128() function
A Ds_mulAddF128.c175 softfloat_shortShiftRight128( in softfloat_mulAddF128()
181 sigZ = softfloat_shortShiftRight128( sigZ.v64, sigZ.v0, 1 ); in softfloat_mulAddF128()
310 sigZ = softfloat_shortShiftRight128( sigZ.v64, sigZ.v0, shiftCount ); in softfloat_mulAddF128()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/8086-SSE/
A Ds_commonNaNToF128UI.c51 uiZ = softfloat_shortShiftRight128( aPtr->v64, aPtr->v0, 16 ); in softfloat_commonNaNToF128UI()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/8086/
A Ds_commonNaNToF128UI.c51 uiZ = softfloat_shortShiftRight128( aPtr->v64, aPtr->v0, 16 ); in softfloat_commonNaNToF128UI()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h259 #ifndef softfloat_shortShiftRight128
267 softfloat_shortShiftRight128( uint64_t a64, uint64_t a0, uint_fast8_t count ) in softfloat_shortShiftRight128() function
276 softfloat_shortShiftRight128( uint64_t a64, uint64_t a0, uint_fast8_t count );

Completed in 5 milliseconds