HomeSort by: relevance | last modified time | path
    Searched refs:negCount (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libkern/
softfloat-macros.h 101 int8 negCount = ( - count ) & 63;
108 z1 = ( a0<<negCount ) | ( a1 != 0 );
138 int8 negCount = ( - count ) & 63;
145 z1 = ( a0<<negCount ) | ( a1>>count );
173 int8 negCount = ( - count ) & 63;
180 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
188 z1 = ( a0>>( count & 63 ) ) | ( ( ( a0<<negCount ) | a1 ) != 0 );
231 int8 negCount = ( - count ) & 63;
240 z2 = a1<<negCount;
    [all...]
  /src/lib/libc/softfloat/bits64/
softfloat-macros 110 int8 negCount = ( - count ) & 63;
117 z1 = ( a0<<negCount ) | ( a1 != 0 );
148 int8 negCount = ( - count ) & 63;
155 z1 = ( a0<<negCount ) | ( a1>>count );
184 int8 negCount = ( - count ) & 63;
191 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
199 z1 = ( a0>>( count & 63 ) ) | ( ( ( a0<<negCount ) | a1 ) != 0 );
243 int8 negCount = ( - count ) & 63;
252 z2 = a1<<negCount;
    [all...]

Completed in 15 milliseconds