Home
last modified time | relevance | path

Searched refs:size_words (Results 1 – 16 of 16) sorted by relevance

/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/
A Ds_shiftRightJamM.c48 uint_fast8_t size_words, in softfloat_shiftRightJamM() argument
60 if ( size_words < wordCount ) wordCount = size_words; in softfloat_shiftRightJamM()
70 if ( wordCount < size_words ) { in softfloat_shiftRightJamM()
71 aPtr += indexMultiwordHiBut( size_words, wordCount ); in softfloat_shiftRightJamM()
75 size_words - wordCount, in softfloat_shiftRightJamM()
78 zPtr + indexMultiwordLoBut( size_words, wordCount ) in softfloat_shiftRightJamM()
82 aPtr += indexWordLo( size_words - wordCount ); in softfloat_shiftRightJamM()
83 ptr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightJamM()
84 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftRightJamM()
90 ptr = zPtr + indexMultiwordHi( size_words, wordCount ); in softfloat_shiftRightJamM()
[all …]
A Ds_shiftLeftM.c48 uint_fast8_t size_words, in softfloat_shiftLeftM() argument
60 if ( wordCount < size_words ) { in softfloat_shiftLeftM()
61 aPtr += indexMultiwordLoBut( size_words, wordCount ); in softfloat_shiftLeftM()
65 size_words - wordCount, in softfloat_shiftLeftM()
68 zPtr + indexMultiwordHiBut( size_words, wordCount ) in softfloat_shiftLeftM()
72 aPtr += indexWordHi( size_words - wordCount ); in softfloat_shiftLeftM()
73 destPtr = zPtr + indexWordHi( size_words ); in softfloat_shiftLeftM()
74 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftLeftM()
80 zPtr += indexMultiwordLo( size_words, wordCount ); in softfloat_shiftLeftM()
82 wordCount = size_words; in softfloat_shiftLeftM()
A Ds_shiftRightM.c48 uint_fast8_t size_words, in softfloat_shiftRightM() argument
60 if ( wordCount < size_words ) { in softfloat_shiftRightM()
61 aPtr += indexMultiwordHiBut( size_words, wordCount ); in softfloat_shiftRightM()
65 size_words - wordCount, in softfloat_shiftRightM()
68 zPtr + indexMultiwordLoBut( size_words, wordCount ) in softfloat_shiftRightM()
72 aPtr += indexWordLo( size_words - wordCount ); in softfloat_shiftRightM()
73 destPtr = zPtr + indexWordLo( size_words ); in softfloat_shiftRightM()
74 for ( i = size_words - wordCount; i; --i ) { in softfloat_shiftRightM()
80 zPtr += indexMultiwordHi( size_words, wordCount ); in softfloat_shiftRightM()
82 wordCount = size_words; in softfloat_shiftRightM()
A Ds_shortShiftRightExtendM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightExtendM() argument
57 indexA = indexWordLo( size_words ); in softfloat_shortShiftRightExtendM()
58 lastIndexA = indexWordHi( size_words ); in softfloat_shortShiftRightExtendM()
59 zPtr += indexWordLo( size_words + 1 ); in softfloat_shortShiftRightExtendM()
A Ds_sub1XM.c44 void softfloat_sub1XM( uint_fast8_t size_words, uint32_t *zPtr ) in softfloat_sub1XM() argument
49 index = indexWordLo( size_words ); in softfloat_sub1XM()
50 lastIndex = indexWordHi( size_words ); in softfloat_sub1XM()
A Ds_negXM.c44 void softfloat_negXM( uint_fast8_t size_words, uint32_t *zPtr ) in softfloat_negXM() argument
50 index = indexWordLo( size_words ); in softfloat_negXM()
51 lastIndex = indexWordHi( size_words ); in softfloat_negXM()
A Ds_addM.c46 uint_fast8_t size_words, in softfloat_addM() argument
56 index = indexWordLo( size_words ); in softfloat_addM()
57 lastIndex = indexWordHi( size_words ); in softfloat_addM()
A Ds_subM.c46 uint_fast8_t size_words, in softfloat_subM() argument
56 index = indexWordLo( size_words ); in softfloat_subM()
57 lastIndex = indexWordHi( size_words ); in softfloat_subM()
A Ds_addCarryM.c46 uint_fast8_t size_words, in softfloat_addCarryM() argument
56 index = indexWordLo( size_words ); in softfloat_addCarryM()
57 lastIndex = indexWordHi( size_words ); in softfloat_addCarryM()
A Ds_addComplCarryM.c46 uint_fast8_t size_words, in softfloat_addComplCarryM() argument
56 index = indexWordLo( size_words ); in softfloat_addComplCarryM()
57 lastIndex = indexWordHi( size_words ); in softfloat_addComplCarryM()
A Ds_shortShiftLeftM.c46 uint_fast8_t size_words, in softfloat_shortShiftLeftM() argument
57 index = indexWordHi( size_words ); in softfloat_shortShiftLeftM()
58 lastIndex = indexWordLo( size_words ); in softfloat_shortShiftLeftM()
A Ds_shortShiftRightM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightM() argument
57 index = indexWordLo( size_words ); in softfloat_shortShiftRightM()
58 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightM()
A Ds_shortShiftRightJamM.c46 uint_fast8_t size_words, in softfloat_shortShiftRightJamM() argument
57 index = indexWordLo( size_words ); in softfloat_shortShiftRightJamM()
58 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightJamM()
A Ds_remStepMBy32.c46 uint_fast8_t size_words, in softfloat_remStepMBy32() argument
61 index = indexWordLo( size_words ); in softfloat_remStepMBy32()
62 lastIndex = indexWordHi( size_words ); in softfloat_remStepMBy32()
A Ds_shiftRightJam256M.c47 uint_fast8_t size_words, in softfloat_shortShiftRightJamM() argument
58 index = indexWordLo( size_words ); in softfloat_shortShiftRightJamM()
59 lastIndex = indexWordHi( size_words ); in softfloat_shortShiftRightJamM()
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/source/include/
A Dprimitives.h659 uint_fast8_t size_words,
703 uint_fast8_t size_words,
746 uint_fast8_t size_words,
806 uint_fast8_t size_words,
837 uint_fast8_t size_words,
879 uint_fast8_t size_words,
921 uint_fast8_t size_words,
937 uint_fast8_t size_words,
960 void softfloat_negXM( uint_fast8_t size_words, uint32_t *zPtr );
1033 uint_fast8_t size_words,
[all …]

Completed in 12 milliseconds