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