Architecture
170
ORI Or Immediate ORI
31 26 25 21 20 16 15 0
ORI
001101 rs rt immediate
6 5 5 16
Format :
ORI rt, rs, immediate
Description :
Zero-extends the 16-bit immediate value, bitwise ORs the result with the contents of general-purpose
register rs, and loads the result in general-purpose register rt.
Operation :
T: GPR[rt] GPR[rs]31..16 || (immediate or GPR[rs]15..0)
Exceptions :
None