__divweu

Purpose

Divide Word Extended Unsigned

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

Prototype

unsigned int __divweu(unsigned int dividend, unsigned 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.