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

/vbox/src/recompiler/fpu/
H A Dsoftfloat-macros.h451 bits32 aHigh, aLow, bHigh, bLow; local
455 aHigh = a>>32;
460 zMiddleB = ( (bits64) aHigh ) * bLow;
461 z0 = ( (bits64) aHigh ) * bHigh;

Completed in 53 milliseconds