Texas Instruments TMS320C28x Reference Manual page 332

Dsp cpu and instruction set
Table of Contents

Advertisement

MOV loc16, T
SYNTAX OPTIONS
MOV, loc16,T
Operands
loc16
T
Description
Flags and
N
Modes
Z
Repeat
Example
; Calculate using 16-bit multiply:
; Y = (X0*C0) >> 2) + (X1*C1 >> 2) + (X2*C2 >> 2)
; X2 = X1
; X1 = X0
SPM
−2
MOV
T,@X2
MPY
P,T,@C2
MOVP
MPY
P,T,@C1
MOV
@X2,T
MOVA
MPY
P,T,@C0
MOV
@X1,T
ADDL
MOVL
Addressing mode (see Chapter 5)
Upper 16 bits of the multiplicand register (XT)
Store the 16-bit T register contents into the location pointed to by the "loc16"
addressing mode:
[loc16] = T;
If (loc16 = @AX) and bit 15 of the AX register is 1, then the N bit is set;
otherwise, N is cleared.
If (loc16 = @AX) and the value of AX after the load is zero, then the Z bit is
set; otherwise Z is cleared.
This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
; Set product shift to >> 2
; T = X2
; P = T*C2
T,@X1
; T = X1, ACC = X2*C2 >> 2
; P = T*C1
; X2 = X1
T,@X0
; T = X0, ACC = X1*C1 >> 2 + X2*C2 >> 2
; P = T*C0
; X1 = X0
ACC,P << PM
; ACC = X0*C0 >> 2 + X1*C1 >> 2 + X2*C2 >> 2
@Y,ACC
; Store result into Y
OPCODE
0010 0001 LLLL LLLL
MOV loc16, T
Store the T Register
OBJMODE
RPT
CYC
X
1
6-175

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the TMS320C28x and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents

Save PDF