__divdeu

Purpose

Divide Doubleword Extended Unsigned

Returns the result of a double word extended unsigned division. The result has a value equal to dividend/divisor.

Prototype

unsigned long long __divdeu (unsigned long long dividend, unsigned long long divisor);

Usage

Valid only when -qarch is set to target POWER7 processors in 64-bit mode.

Note: If the result of the division is larger than 32 bits or if the divisor is 0, the return value of the function is undefined.