sextl32 - 2024.2 English

MicroBlaze Processor Reference Guide (UG984)

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

Description

This instruction sign-extends a word (32 bits) into a long (64 bits). Bit 32 in rAL will be copied into bits 0-31 of rDL. Bits 32-63 in rAL will be copied into bits 32-63 of rDL.

Pseudocode

(rDL)[0:31] ← (rAL)[32]
(rDL)[32:63] ← (rAL)[32:63]

Registers Altered

  • rDL

Latency

  • 1 cycle