Freescale Semiconductor SC140 AND.W #u16,Rn, AND.W #u16,SP-u5, AND.W #u16,a16, AND.W #u16,SP+s16

Models: SC140

1 760
Download 760 pages 48.94 Kb
Page 359
Image 359

AND.W

AND.W Bitwise AND with 16-Bit Immediate (BMU) AND.W

Operation

Assembler Syntax

 

 

#u16 • (R) → (R)

AND.W #u16,(Rn){0 u16

< 216}

#u16 • (SP – u5) → (SP – u5)

AND.W #u16,(SP–u5){0 u16

< 216}{0 u5 < 64,W}

#u16 • (a16) → (a16)

AND.W

#u16,(a16){0 u16 <

216}{0 a16 < 216,W}

#u16 • (SP + s16) → (SP + s16)

AND.W

#u16,(SP+s16){0

u16 < 216}{–215s16 < 215,W}

Description

These operations read from memory, modify the retrieved value, and write the new value back to that memory address, resulting in two memory accesses. The absolute addresses, offsets, and address register values must be word-aligned.

AND.W #u16,(Rn)

Performs a bitwise AND on a 16-bit unsigned immediate value and the contents of a memory address, pointed to by the contents of an address register (Rn). Stores the result in the same memory address.

Note: This instruction is assembler-mapped to BMCLR.W #~u16,(Rn) where #~u16 is the one’s complement of #u16.

AND.W #u16,(SP–u5)

Performs a bitwise AND on a 16-bit unsigned immediate value and the contents of a memory address, pointed to by a 5-bit unsigned offset subtracted from SP. Stores the result in the same memory address. The address offset must be even.

Note: This instruction is assembler-mapped to BMCLR.W #~u16,(SP-u5).

AND.W #u16,(a16)

Performs a bitwise AND on a 16-bit unsigned immediate value and the contents of a 16-bit absolute memory address. Stores the result in the same memory address.

Note: This instruction is assembler-mapped to BMCLR.W #~u16, (a16).

AND.W #u16,(SP+s16)

Performs a bitwise AND on a 16-bit unsigned immediate value and the contents of a memory address, pointed to by a 15-bit signed offset added to SP. Stores the result in the same memory address.

Note: This instruction is assembler-mapped to BMCLR.W #~u16,(SP+s16).

SC140 DSP Core Reference Manual

A-45

Page 359
Image 359
Freescale Semiconductor SC140 specifications AND.W #u16,Rn, AND.W #u16,SP-u5, AND.W #u16,a16, AND.W #u16,SP+s16