andnli - 2024.2 English

MicroBlaze Processor Reference Guide (UG984)

Document ID
UG984
Release Date
2024-11-27
Version
2024.2 English
Figure 1. andnli

Description

The IMM field is sign-extended with the immediate value from the preceding imml instructions. The contents of register rAL or rDL are ANDed with the logical complement of the extended IMM field; the result is placed into register rDL.

Pseudocode

(rDL) ← (rAL|rDL) ˄ (sext(IMM))

Registers Altered

  • rDL

Latency

  • 1 cycle

Note

  • Type B logical long instructions with three operands must be preceded by an imml instruction. See the instruction imml for details on using long immediate values.