c.sub
Subtract
Subtract the value in xs2 from xd, and store the result in xd.
The xd and xs2 register indexes should be used as xd+8 and xs2+8 (registers x8-x15).
C.SUB expands into sub xd, xd, xs2.
| This instruction must have data-independent timing when extension Zkt is enabled. |