purely out of curiosity or part of a Research effort not intended for
production then it's probably best left in the EXT022 Sandbox.
+**Common, Frequent, Rare**
+
+Even to the point of asking the same question about a register file,
+not just about an instruction, is the instruction (or other feature)
+intended to be:
+
+* Common (used all of the time, typically built-in to toolchain)
+* Frequent (specialised tasks but time or resource critical)
+* Rare (when you need them you need them)
+
+A good example would be the addition of 128-bit operations, or even
+(for Elliptic Curve Cryptography - ec25519) 512-bit ALUs.
+
**How many registers does it need?**
The basic RISC Paradigm is not only to make instruction encoding simple