SPRUI30H November 2015 – May 2024 DRA745 , DRA746 , DRA750 , DRA756
Bitwise Exclusive-OR Unsigned 16-Bit Constant with Register
XOR ucst16, src2, dst
Functional unit = L
32 bit
31 | 16 | 15 | 13 | 12 | 10 | 9 | 0 |
ucst16 | dst | src2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 |
16 | 3 | 3 | opcode |
Bitwise exclusive-OR (XOR) of a zero-extended 16-bit unsigned constant (ucst16) with src2 and store result to dst.
CSR[2]EQ = (dst == 0)
dst = src2 XOR {zero extend}ucst16