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

/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_div64.s938 * __divrem64
941 * quotient in %edx:%eax, and the remainder in %ecx:%esi. __divrem64
944 ENTRY(__divrem64) function
957 SET_SIZE(__divrem64)
/illumos-gate/usr/src/common/util/i386/
H A Dmuldiv.s889 int64_t __divrem64(int64_t a, int64_t b)
1275 * __divrem64
1278 * quotient in %edx:%eax, and the remainder in %ecx:%esi. __divrem64
1281 ENTRY(__divrem64) function
1294 SET_SIZE(__divrem64)

Completed in 675 milliseconds