Encoding:

POOL32A

000000

rt

rs

rd

0

OR

1010010000

6

5

5

5

1

10

Format:

OR rd, rs, rt

microMIPS

Or

Purpose:

Or

To do a bitwise logical OR.

Description:

 GPR[rd] = 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 rd.

Restrictions:

None

Operations:

GPR[rd] = GPR[rs] or GPR[rt]

Exceptions:

None