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

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c841 | significand are stored at the location pointed to by `zSig0Ptr', and the
851 bits64 *zSig0Ptr,
860 *zSig0Ptr = aSig1>>( - shiftCount );
864 *zSig0Ptr = aSig1<<shiftCount;
871 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
847 normalizeFloat128Subnormal( bits64 aSig0, bits64 aSig1, int32 *zExpPtr, bits64 *zSig0Ptr, bits64 *zSig1Ptr ) argument

Completed in 69 milliseconds