POOL16C 010001 |
rt |
rs |
OR16 1001 |
6 |
3 |
3 |
4 |
OR16 rt, rs |
microMIPS32 |
Or (16-bit instr size) |
Or (16-bit instr size)
To do a bitwise logical OR
GPR[rt] = GPR[rs] or GPR[rt]
The contents of GPR rs are combined with the contents of GPR rt in a bitwise logical OR operation. The result is placed into GPR rt.
The 3-bit register fields can only specify GPRs $2-$7, $16, $17.
This instruction has been recoded for Release 6.
GPR[rt] = GPR[rs] or GPR[rt]
None