| Operation | Semantics |
|---|---|
| min | Find the minimum value |
| max | Find the maximum value |
| sum | Add the values up |
| prod | Find the product of the value |
| land | Compute the logical and |
| band | Compute the bitwise and |
| lor | Compute the logical or |
| bor | Compute the bitwise or |
| lxor | Compute the logical xor |
| bxor | Compute the bitwise xor |
| minloc | Find the minimum value and location |
| replace | Current value in the target memory is replaced by the value supplied by the origin |