Single-Precision Floating-Point Addition
ADDSP
4-25
TMS320C67x Floating-Point Instruction Set
Syntax
ADDSP (.unit)
src1, src2, dst
.unit = .L1 or .L2
Opcode map field used...
For operand type...
Unit
src1
src2
dst
sp
xsp
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 1 0 0 0 0
1
1
0
s
p
3
5
5
5
7
src2
src1
Description
src2 is added to src1. The result is placed in dst.
Execution
if (cond)
src1 + src2
→
dst
else
nop