* EXT005 (100% free)
* brownfield space in EXT019 (25% but NOT recommended)
+SVP64, SVP64-Single and SVP64-Reserved will require on their own each 25% of one Major
+Opcode for a total of 75% of one Major Opcode. The remaining **Scalar** opcodes,
+due to there being two separate sets of operations with 16-bit immediates, will require
+the other space totalling two 75% Majors.
+
+Note critically that:
+
+* SVP64 may **not** hold any Scalar operations. There is no free available space.
+ The entire 24-bits is **required** for the abstracted Hardware-Looping Concept
+ **even when these 24-bits are zero*
+* Any Scalar 64-bit instruction (regardless of how it is encoded) is unsafe to
+ then Vectorise because this creates the situation of Prefixed-Prefixed,
+ resulting in deep complexity in Hardware Decode at a critical juncture, as
+ well as bring 96-bit instructions.
+
+*Three 75% allocations are thus genuinely needed*, all other options are unsuitable
+for consideration.
+
+**Minor Opcodes to fit candidates above**
+
In order of size, for bitmanip and A/V DSP purposes:
* QTY 3of 2-bit XO: ternlogi, crternlogi, grevlogi
* QTY 8of 5/6-bit (A-Form): xpermi, bincrflut, bmask, fmvis, fishmv, bmrev, Galois Field
* QTY 30of 10-bit (X-Form): cldiv/mul, av-min/max/diff, absdac, xperm
+Note: Some of the Galois Field operations will require QTY 1of Polynomial SPR.
+
**EXT004**
For biginteger math, two instructions in the same space as "madd*" are to be proposed.