SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Bitwise Exclusive-OR Two Registers
XOR src1, src2, dst
Functional unit = L
16 bit
15 | 13 | 12 | 10 | 9 | 7 | 6 | 0 |
dst | src2 | src1 | 0 | 1 | 1 | 1 | 1 | 0 | 0 |
3 | 3 | 3 | opcode |
Bitwise exclusive-OR (XOR) of src1 with src2 and store result to dst.
CSR[2]EQ = (dst == 0)
dst = src2 XOR src1