www.ti.com
Instructions
UI32TOF32 RaH, RbH
Convert Unsigned 32-bit Integer to 32-bit Floating-Point Value
Operands
RaH
floating-point destination register (R0H to R7H)
RbH
floating-point source register (R0H to R7H)
Opcode
LSW: 1110 0110
1000 1011
MSW: 0000 0000
00bb baaa
Description
RaH = UI32ToF32 RbH
Flags
This instruction does not affect any flags:
Flag
TF
ZI
NI
ZF
NF
LUF
LVF
Modified
No
No
No
No
No
No
No
Pipeline
This is a 2 pipeline cycle (2p) instruction. That is:
UI32TOF32
RaH, RbH
; 2 pipeline cycles (2p)
NOP
; 1 cycle delay or non-conflicting instruction
; <-- UI32TOF32 completes, RaH updated
NOP
Any instruction in the delay slot must not use RaH as a destination register or as a
source operand.
Example
MOVIZ
R3H, #0x8000
; R3H[31:16] = 0x8000
MOVXI
R3H, #0x1111
; R3H[15:0]
= 0x1111
; R3H = 2147488017
UI32TOF32
R4H, R3H
; R4H = UI32TOF32 (R3H)
NOP
; 1 cycle delay for UI32TOF32 to complete
; R4H = 2147488017.0 (0x4F000011)
See also
SPRUEO2A – June 2007 – Revised August 2008
Instruction Set
133
Summary of Contents for TMS320C28 series
Page 2: ...2 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 12: ...Introduction 12 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 20: ...CPU Register Set 20 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...
Page 136: ...Instruction Set 136 SPRUEO2A June 2007 Revised August 2008 Submit Documentation Feedback ...