Searched defs:aSig64 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c1299 bits64 aSig64; local
1307 aSig64 = aSig;
1308 aSig64 <<= 32;
1309 if ( 0 < shiftCount ) shift64RightJamming( aSig64, shiftCount, &aSig64 );
1310 return roundAndPackInt32( aSign, aSig64 STATUS_VAR );
1371 bits64 aSig64, aSigExtra; local
1385 aSig64 = aSig;
1386 aSig64 <<= 40;
1387 shift64ExtraRightJamming( aSig64,
1407 bits64 aSig64; local
1917 bits64 aSig64, bSig64, q64; local
[all...]

Completed in 56 milliseconds