* saturation
* predicate-result (mostly for cache-inhibited LD/ST)
-* normal
+* simple (no augmentation)
+
+
+
* fail-first (where Vector Indexed is banned)
* Signed Effective Address computation (Vector Indexed only)
* Pack/Unpack (on LD/ST immediate operations only)
| 0-1 | 2 | 3 4 | description |
| --- | --- |---------|--------------------------- |
-| 00 | 0 | zz els | normal mode |
+| 00 | 0 | zz els | simple mode |
| 00 | 1 | zz els | Structured Pack/Unpack |
| 01 | inv | CR-bit | Rc=1: ffirst CR sel |
| 01 | inv | els RC1 | Rc=0: ffirst z/nonz |
| 0-1 | 2 | 3 4 | description |
| --- | --- |---------|-------------------------- |
-| 00 | SEA | dz sz | normal mode |
+| 00 | SEA | dz sz | simple mode |
| 01 | SEA | dz sz | Strided (scalar only source) |
| 10 | N | dz sz | sat mode: N=0/1 u/s |
| 11 | inv | CR-bit | Rc=1: pred-result CR sel |