HomeSort by relevance Sort by last modified time
    Searched full:negcount (Results 1 - 1 of 1) sorted by null

  /external/qemu/fpu/
softfloat-macros.h 107 int8 negCount = ( - count ) & 63;
114 z1 = ( a0<<negCount ) | ( a1 != 0 );
144 int8 negCount = ( - count ) & 63;
151 z1 = ( a0<<negCount ) | ( a1>>count );
179 int8 negCount = ( - count ) & 63;
186 z1 = ( a0<<negCount ) | ( a1>>count ) | ( ( a1<<negCount ) != 0 );
194 z1 = ( a0>>( count & 63 ) ) | ( ( ( a0<<negCount ) | a1 ) != 0 );
237 int8 negCount = ( - count ) & 63;
246 z2 = a1<<negCount;
    [all...]

Completed in 25 milliseconds