that the prefixed instruction is executed then it is executed in
hardware as per specification, with no illegal exception trap raised.
-Example, assuming that hardware implements predication but not
-elwidth overrides:
+Example, assuming that hardware implements scalar operations only,
+and implements predication but not elwidth overrides:
setvli r0, 4 # sets VL equal to 4
sv.addi r5, r0, 1 # raises an 0x700 trap
sv.addi/ew=8 r5, r0, 1 # raises an 0x700 trap
sv.ori/sm=EQ r5, r0, 1 # executed by hardware
-The first
+The first `sv.addi` raises an illegal instruction trap because
+VL has been set to 4, and this is not supported. Likewise
+elwidth overrides if requested always raise illegal instruction
+traps.
# XER, SO and other global flags