Home
last modified time | relevance | path

Searched refs:indexWordLo (Results 1 – 25 of 35) sorted by relevance

12

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shiftRightJam256M.c58 index = indexWordLo( size_words ); in softfloat_shortShiftRightJamM()
107 aPtr += indexWordLo( 4 - wordCount ); in softfloat_shiftRightJam256M()
108 ptr = zPtr + indexWordLo( 4 ); in softfloat_shiftRightJam256M()
122 if ( wordJam ) zPtr[indexWordLo( 4 )] |= 1; in softfloat_shiftRightJam256M()
A Ds_shiftRightJamM.c82 aPtr += indexWordLo( size_words - wordCount ); in softfloat_shiftRightJamM()
83 ptr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightJamM()
97 if ( wordJam ) zPtr[indexWordLo( size_words )] |= 1; in softfloat_shiftRightJamM()
A Ds_shortShiftRightExtendM.c57 indexA = indexWordLo( size_words ); in softfloat_shortShiftRightExtendM()
59 zPtr += indexWordLo( size_words + 1 ); in softfloat_shortShiftRightExtendM()
A Ds_shiftRightM.c72 aPtr += indexWordLo( size_words - wordCount ); in softfloat_shiftRightM()
73 destPtr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightM()
A Ds_mulAddF128M.c190 wordSig = extSigPtr[indexWordLo( 5 )]; in softfloat_mulAddF128M()
191 extSigPtr[indexWordLo( 5 )] = -wordSig; in softfloat_mulAddF128M()
221 sigX[indexWordLo( 5 )] = 0; in softfloat_mulAddF128M()
227 wordSig = sigX[indexWordLo( 5 )]; in softfloat_mulAddF128M()
284 ptr = extSigPtr + indexWordLo( 5 ); in softfloat_mulAddF128M()
288 extSigPtr[indexWordLo( 5 )] |= 1; in softfloat_mulAddF128M()
291 } while ( ptr != &sigProd[indexWordLo( 8 )] ); in softfloat_mulAddF128M()
A Ds_roundPackMToExtF80M.c79 if ( extSigPtr[indexWordLo( 3 )] ) sig |= 1; in softfloat_roundPackMToExtF80M()
136 sigExtra = extSigPtr[indexWordLo( 3 )]; in softfloat_roundPackMToExtF80M()
157 sigExtra = extSigPtr[indexWordLo( 3 )]; in softfloat_roundPackMToExtF80M()
A Ds_addF128M.c141 wordSigZ = extSigZ[indexWordLo( 5 )]; in softfloat_addF128M()
142 extSigZ[indexWordLo( 5 )] = -wordSigZ; in softfloat_addF128M()
157 extSigZ[indexWordLo( 5 )] = 0; in softfloat_addF128M()
A Ds_sub1XM.c49 index = indexWordLo( size_words ); in softfloat_sub1XM()
A Ds_compare128M.c50 lastIndex = indexWordLo( 4 ); in softfloat_compare128M()
A Ds_compare96M.c50 lastIndex = indexWordLo( 3 ); in softfloat_compare96M()
A Ds_negXM.c50 index = indexWordLo( size_words ); in softfloat_negXM()
A Ds_add256M.c52 index = indexWordLo( 4 ); in softfloat_add256M()
A Ds_sub256M.c52 index = indexWordLo( 4 ); in softfloat_sub256M()
A Ds_addM.c56 index = indexWordLo( size_words ); in softfloat_addM()
A Ds_subM.c56 index = indexWordLo( size_words ); in softfloat_subM()
A Ds_roundPackMToF128M.c58 sigExtra = extSigPtr[indexWordLo( 5 )]; in softfloat_roundPackMToF128M()
78 sigExtra = extSigPtr[indexWordLo( 5 )]; in softfloat_roundPackMToF128M()
A Ds_addCarryM.c56 index = indexWordLo( size_words ); in softfloat_addCarryM()
A Ds_addComplCarryM.c56 index = indexWordLo( size_words ); in softfloat_addComplCarryM()
A Ds_shortShiftLeftM.c58 lastIndex = indexWordLo( size_words ); in softfloat_shortShiftLeftM()
A Ds_shortShiftRightM.c57 index = indexWordLo( size_words ); in softfloat_shortShiftRightM()
A Ds_shortShiftRightJamM.c57 index = indexWordLo( size_words ); in softfloat_shortShiftRightJamM()
A Ds_roundPackMToUI64.c54 sigExtra = extSigPtr[indexWordLo( 3 )]; in softfloat_roundPackMToUI64()
A Ds_addExtF80M.c124 sigZExtra = extSigX[indexWordLo( 3 )]; in softfloat_addExtF80M()
141 sigZExtra = (uint32_t) sigZ<<31 | (extSigX[indexWordLo( 3 )] != 0); in softfloat_addExtF80M()
A DextF80M_sqrt.c143 extSigZ[indexWordLo( 3 )] = q<<7; in extF80M_sqrt()
156 extSigZ[indexWordLo( 3 )] |= 1; in extF80M_sqrt()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A DprimitiveTypes.h65 #define indexWordLo( total ) 0 macro
76 #define indexWordLo( total ) ((total) - 1) macro

Completed in 23 milliseconds

12