vec_test_mask: Vector Test under Mask

d = vec_test_mask(a, b)

Returns the condition code set by the Vector Test Under Mask (VTM) instruction. a is the first operand, and b is the second operand on the instruction.

Table 1. Vector Test under Mask
d a b
int vector signed char vector unsigned char
vector unsigned char
vector signed short vector unsigned short
vector unsigned short
vector signed int vector unsigned int
vector unsigned int
vector signed long long vector unsigned long long
vector unsigned long long
vector double vector unsigned long long