Logical

Compare Equal

Represents CMP_EQ instruction.

Compare Greater Equal

Represents CMP_GEQ instruction.

Performs elementwise comparision between the first source operand and the second source operand.

Compare Greater

Represents CMP_GRT instruction.

Compare Less Equal

Represents CMP_LEQ instruction.

Compare Less

Represents CMP_LESS instruction.

Compare Not Equal

Represents CMP_NEQ instruction.