Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c165 static const int8 countLeadingZerosHigh[] = { in countLeadingZeros32() local
194 shiftCount += countLeadingZerosHigh[a >> 24]; in countLeadingZeros32()
/linux-5.19.10/arch/arm/nwfpe/
Dsoftfloat-macros643 static const int8 countLeadingZerosHigh[] = {
672 shiftCount += countLeadingZerosHigh[ a>>24 ];