DPSP
Convert Double-Precision Floating-Point Value to Single-Precision Floating-Point Value
4-42
Syntax
DPSP (.unit)
src2, dst
.unit = .L1 or .L2
Opcode map field used...
For operand type...
Unit
src2
dst
dp
sp
.L1, .L2
Opcode
31
29 28 27
23 22
18 17
creg
z
dst
13 12 11
5
4
3
2
1
0
x
0 0 0 1 0 0 1
1
1
0
s
p
3
5
5
5
7
src2
0 0 0 0 0
Description
The double-precision 64-bit value in
src2 is converted to a single-precision val-
ue and placed in
dst. The operand is read in one cycle by using the src2 port
for the 32 MSBs and the
src1 port for the 32 LSBs.
Execution
if (cond)
sp(
src2)
→
dst
else
nop