Renesas M32R-FPU User Manual

Page 157

Advertising
background image

3

3-119

M32R-FPU Software Manual (Rev.1.01)

XOR

XOR

logic operation instruction

Exclusive OR

[Mnemonic]

XOR Rdest,Rsrc

[Function]

Exclusive OR

Rdest = ( unsigned ) Rdest ^ ( unsigned ) Rsrc;

[Description]

XOR computes the logical XOR of the corresponding bits of Rdest and Rsrc, and puts the

result in Rdest.

The condition bit (C) is unchanged.

[EIT occurrence]

None

[Encoding]

dest

0000

XOR Rdest,Rsrc

src

1101

INSTRUCTIONS

3.2 Instruction description

Advertising