Encoding:

POOL32A

000000

rt

rs

rd

0

AND

1001010000

6

5

5

5

1

10

Format:

AND rd, rs, rt

microMIPS

and

Purpose:

and

To do a bitwise logical AND.

Description:

GPR[rd] = GPR[rs] and GPR[rt]

The contents of GPR rs are combined with the contents of GPR rt in a bitwise logical AND operation. The result is placed into GPR rd.

Restrictions:

None

Operation:

GPR[rd] = GPR[rs] and GPR[rt]

Exceptions:

None