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

  /external/qemu/
host-utils.c 33 static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
46 add128(plow, phigh, 1, 0);
65 add128(plow, phigh, v << 32, v >> 32);
68 add128(plow, phigh, v << 32, v >> 32);
  /external/qemu/fpu/
softfloat-macros.h 338 add128( function
493 add128( z0, more1, 0, z1, &z0, &z1 );
524 add128( z1, more2, 0, z2, &z1, &z2 );
526 add128( z0, more1, 0, z1, &z0, &z1 );
528 add128( more1, more2, 0, z2, &more1, &z2 );
529 add128( z0, z1, 0, more1, &z0, &z1 );
560 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
softfloat.c     [all...]

Completed in 305 milliseconds