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

  /external/qemu/
host-utils.c 34 static void add128 (uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
47 add128(plow, phigh, 1, 0);
66 add128(plow, phigh, v << 32, v >> 32);
69 add128(plow, phigh, v << 32, v >> 32);
  /external/qemu/fpu/
softfloat-macros.h 354 add128( function
509 add128( z0, more1, 0, z1, &z0, &z1 );
540 add128( z1, more2, 0, z2, &z1, &z2 );
542 add128( z0, more1, 0, z1, &z0, &z1 );
544 add128( more1, more2, 0, z2, &more1, &z2 );
545 add128( z0, z1, 0, more1, &z0, &z1 );
576 add128( rem0, rem1, b0, b1, &rem0, &rem1 );
  /external/qemu/target-i386/
op_helper.c 4539 static void add128(uint64_t *plow, uint64_t *phigh, uint64_t a, uint64_t b) function
    [all...]

Completed in 872 milliseconds