Searched refs:softfloat_shiftLeftM (Results 1 – 2 of 2) sorted by relevance
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/ |
| H A D | s_shiftLeftM.c | 41 #ifndef softfloat_shiftLeftM 43 #define softfloat_shiftLeftM softfloat_shiftLeftM macro 47 softfloat_shiftLeftM( in softfloat_shiftLeftM() function
|
| /optee_os/lib/libutils/isoc/arch/arm/softfloat/source/include/ |
| H A D | primitives.h | 690 #ifndef softfloat_shiftLeftM 702 softfloat_shiftLeftM( 715 #define softfloat_shiftLeft96M( aPtr, count, zPtr ) softfloat_shiftLeftM( 3, aPtr, count, zPtr ) 723 #define softfloat_shiftLeft128M( aPtr, count, zPtr ) softfloat_shiftLeftM( 4, aPtr, count, zPtr ) 731 #define softfloat_shiftLeft160M( aPtr, count, zPtr ) softfloat_shiftLeftM( 5, aPtr, count, zPtr )
|