__divde

Purpose

Divide Doubleword Extended

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

Prototype

long long __divde (long long dividend, 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.