vec_sube_u128

Purpose

Subtracts unsigned quadword values with carry bit from previous operation.

The function operates on vectors as 128-bit unsigned integers.

Note: This built-in function is valid when the -mcpu option is set to target POWER8 processors, or higher.

Syntax

d=vec_sube_u128(a, b, c)

Result and argument types

The type of d, a, b, and c must be vector unsigned char.

Result value

Returns the low 128 bits of a - b - (c & 1).