And3 – Renesas M32R-FPU User Manual

Page 51

Advertising
background image

3

3-13

M32R-FPU Software Manual (Rev.1.01)

AND3

[Mnemonic]

AND3 Rdest,Rsrc,#imm16

[Function]

Logical AND

Rdest = Rsrc & ( unsigned short ) imm16;

[Description]

AND3 computes the logical AND of the corresponding bits of Rsrc and the 16-bit immediate

value, which is zero-extended to 32 bits, and puts the result in Rdest.

The condition bit (C) is unchanged.

[EIT occurrence]

None

[Encoding]

AND3

dest

1000

AND3 Rdest,Rsrc,#imm16

logic operation instruction

AND 3-operand

src

1100

imm16

INSTRUCTIONS

3.2 Instruction description

Advertising