RA contains a vector of indices to select parts of RB to be
copied to RT. The immediate-variant allows up to an 8 bit
-pattern (repeated) to be targetted at different parts of RT
+pattern (repeated) to be targetted at different parts of RT.
+
+xperm shares some similarity with one of the uses of bmator
+in that xperm indices are binary addressing where bitmator
+may be considered to be unary addressing.
```
uint_xlen_t xpermi(uint8_t imm8, uint_xlen_t RB, int sz_log2)