5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
0110nnnnmmmm0111
|
|
op1 ← ZeroExtend32(Rm);
|
|
op2 ← ~ op1;
|
|
Rn ← Register(op2);
|