__divwe

Purpose

Divide Word Extended

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

Prototype

int __divwe(int dividend, int divisor);

Usage

Valid only when -qarch is set to target POWER7 processors.

Note: If the divisor is 0, the return value of the function is undefined.