Home
last modified time | relevance | path

Searched refs:destPtr (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shiftLeftM.c56 uint32_t *destPtr; in softfloat_shiftLeftM() local
73 destPtr = zPtr + indexWordHi( size_words ); in softfloat_shiftLeftM()
75 *destPtr = *aPtr; in softfloat_shiftLeftM()
77 destPtr -= wordIncr; in softfloat_shiftLeftM()
A Ds_shiftRightM.c56 uint32_t *destPtr; in softfloat_shiftRightM() local
73 destPtr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightM()
75 *destPtr = *aPtr; in softfloat_shiftRightM()
77 destPtr += wordIncr; in softfloat_shiftRightM()

Completed in 2 milliseconds