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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h451 bits32 aHigh, aLow, bHigh, bLow; local
457 bHigh = b>>32;
459 zMiddleA = ( (bits64) aLow ) * bHigh;
461 z0 = ( (bits64) aHigh ) * bHigh;

Completed in 35 milliseconds