HomeSort by relevance Sort by last modified time
    Searched refs:mul64To128 (Results 1 - 2 of 2) sorted by null

  /external/qemu/fpu/
softfloat-macros.h 449 INLINE void mul64To128( bits64 a, bits64 b, bits64 *z0Ptr, bits64 *z1Ptr )
491 mul64To128( a1, b, &z1, &z2 );
492 mul64To128( a0, b, &z0, &more1 );
522 mul64To128( a1, b1, &z2, &z3 );
523 mul64To128( a1, b0, &z1, &more2 );
525 mul64To128( a0, b0, &z0, &more1 );
527 mul64To128( a0, b1, &more1, &more2 );
555 mul64To128( b, z, &term0, &term1 );
softfloat.c     [all...]

Completed in 50 milliseconds