Searched refs:destPtr (Results 1 – 2 of 2) sorted by relevance
56 uint32_t *destPtr; in softfloat_shiftLeftM() local73 destPtr = zPtr + indexWordHi( size_words ); in softfloat_shiftLeftM()75 *destPtr = *aPtr; in softfloat_shiftLeftM()77 destPtr -= wordIncr; in softfloat_shiftLeftM()
56 uint32_t *destPtr; in softfloat_shiftRightM() local73 destPtr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightM()75 *destPtr = *aPtr; in softfloat_shiftRightM()77 destPtr += wordIncr; in softfloat_shiftRightM()
Completed in 2 milliseconds