| 65 | | | Constant | Description | |
| 66 | | | `_NO_OP` | no operation | |
| 67 | | | `_MAX` | maximum | |
| 68 | | | `_MIN` | minimun | |
| 69 | | | _SUM | sum | |
| 70 | | | _PROD | product | |
| 71 | | | _LAND | logical and | |
| 72 | | | _BAND | bit-wise and | |
| 73 | | | _LOR | logical or | |
| 74 | | | _BOR | bit-wise or | |
| 75 | | | _LXOR | logical exclusive or | |
| 76 | | | _BXOR | bit-wise exclusive or | |
| 77 | | | _MINLOC | min value and location | |
| 78 | | | _MAXLOC | max value and location | |
| 79 | | | _EQ | equal to | |
| 80 | | | _NEQ | not Equal to | |
| | 69 | ||= Constant =||= Description =|| |
| | 70 | ||`_NO_OP` ||no operation || |
| | 71 | ||`_MAX` ||maximum || |
| | 72 | ||`_MIN` ||minimun || |
| | 73 | ||`_SUM` ||sum || |
| | 74 | ||`_PROD` ||product || |
| | 75 | ||`_LAND` ||logical and || |
| | 76 | ||`_BAND` ||bit-wise and || |
| | 77 | ||`_LOR` ||logical or || |
| | 78 | ||`_BOR` ||bit-wise or || |
| | 79 | ||`_LXOR` ||logical exclusive or || |
| | 80 | ||`_BXOR` ||bit-wise exclusive or || |
| | 81 | ||`_MINLOC` ||min value and location || |
| | 82 | ||`_MAXLOC` ||max value and location || |
| | 83 | ||`_EQ` ||equal to || |
| | 84 | ||`_NEQ` ||not Equal to || |