Texas Instruments TMS320C67X/C67X+ DSP manual Src2 − src1 → dst

Models: TMS320C67X/C67X+ DSP

1 465
Download 465 pages 63.87 Kb
Page 311
Image 311

 

 

 

 

 

 

 

Subtract Two Signed Integers Without Saturation

 

SUB

Opcode

 

 

.D unit

 

 

 

 

 

 

 

 

 

 

 

 

 

31

29

28

27

23

22

18

17

13

12

7

6

5

4

3

2

1

0

creg

z

dst

src2

src1

op

1 0 0 0

0s

p

3

1

5

5

5

6

 

1

1

 

 

 

 

 

 

 

 

 

 

 

Opcode map field used...

For operand type...

Unit

Opfield

 

 

 

 

 

 

 

 

 

 

 

 

 

src2

sint

 

.D1, .D2

01 0001

 

 

 

 

src1

sint

 

 

 

 

 

 

 

dst

sint

 

 

 

 

 

 

 

src2

sint

 

.D1, .D2

01 0011

 

 

 

 

src1

ucst5

 

 

 

 

 

 

 

dst

sint

 

 

 

 

 

 

 

 

 

 

 

 

 

Description for .D1, .D2 Opcodes

src1 is subtracted from src2. The result is placed in dst.

Execution for .D1, .D2 Opcodes

if (cond)

src2 src1 dst

else nop

Note:

Subtraction with a signed constant on the .L and .S units allows either the first or the second operand to be the signed 5-bit constant.

SUB (.unit) src1, scst5, dst is encoded as ADD (.unit) −scst5, src2, dst where the src1 register is now src2 and scst5 is now −scst5.

However, the .D unit provides only the second operand as a constant since it is an unsigned 5-bit constant. ucst5 allows a greater offset for addressing with the .D unit.

Pipeline

 

 

Pipeline

E1

 

 

Stage

 

 

 

 

Read

src1, src2

 

Written

dst

 

Unit in use

.L, .S, or .D

 

 

 

SPRU733

Instruction Set

3-251

Page 311
Image 311
Texas Instruments TMS320C67X/C67X+ DSP manual Src2 − src1 → dst