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 465 INLINE void mul64To128( uint64_t a, uint64_t b, uint64_t *z0Ptr, uint64_t *z1Ptr )
507 mul64To128( a1, b, &z1, &z2 );
508 mul64To128( a0, b, &z0, &more1 );
538 mul64To128( a1, b1, &z2, &z3 );
539 mul64To128( a1, b0, &z1, &more2 );
541 mul64To128( a0, b0, &z0, &more1 );
543 mul64To128( a0, b1, &more1, &more2 );
571 mul64To128( b, z, &term0, &term1 );
softfloat.c     [all...]

Completed in 98 milliseconds