c.xor
Exclusive Or
Exclusive or xd with xs2, 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.XOR expands into xor xd, xd, xs2.
| This instruction must have data-independent timing when extension Zkt is enabled. |