Encoding:

POOL32A

000000

rt

rs

rd

0

XOR

1100010000

6

5

5

5

1

10

Format:

XOR rd, rs, rt

microMIPS

Exclusive OR

Purpose:

Exclusive OR

To do a bitwise logical Exclusive OR.

Description:

 GPR[rd] = GPR[rs] XOR GPR[rt]

Combine the contents of GPR rs and GPR rt in a bitwise logical Exclusive OR operation and place the result into

GPR rd.

Restrictions:

None

Operation:

GPR[rd] = GPR[rs] xor GPR[rt]

Exceptions:

None