Specification:
MOR: | xij = y0j& zi0 | y1j& zi1 | ... | y7j& zi7 |
MXOR: | xij = y0j & zi0 ˆ y1j & zi1 ˆ ... ˆ y7j & zi7 |
Timing:
1υ
Description:
These instructions regard the 8 Byte of a register as a 8×8-Matrix and compute the result as a matrix multiplication, where in MOR, Addition is replaced by OR (logical or (|)) and in MXOR, Addition is replaced by XOR (exclusive or (ˆ)). In both cases the AND operation (&) is used instead of multiplication.