MOVDL XT,loc16
6-201
MOVDL XT,loc16
Store XT and Load New XT
SYNTAX OPTIONS
OPCODE
OBJMODE
RPT
CYC
MOVDL XT,loc16
1010 0110 LLLL LLLL
1
Y
N+1
Operands
XT
Multiplicand register
loc32
Addressing mode (see Chapter 5)
Note:
For this operation, register-addressing modes cannot be used. The modes are:
@XARn, @ACC, @P, @XT. An illegal instruction trap will be generated.
Description
Load the XT register with the 32-bit content of the location pointed to by the
“loc32” addressing mode and then load the next highest 32-bit location
pointed to by “loc32” with the content of XT:
XT = [loc32];
[loc32 + 2] = XT;
Flags and
Modes
None
Repeat
This instruction is not repeatable. If this instruction follows the RPT
instruction, it resets the repeat counter (RPTC) and executes only once.
Example
; Calculate using 32-bit multiply, retaining high result:
; Y = (X0*C0) >> 2) + (X1*C1 >> 2) + (X2*C2 >> 2)
; X2 = X1
; X1 = X0
SPM −2
; Set product shift to >> 2
ZAPA
; Zero ACC, P, OVC
MOVL XT,@X2
; XT = X2
QMPYL P,XT,@C2
; P = XT*C2
MOVDL XT,@X1
; XT = X1, ACC = X2*C2>>2, X2 = X1
QMPYAL P,XT,@C1
; P = XT*C1
MOVDL XT,@X0
; XT = X0, ACC = X1*C1>>2 + X2*C2>>2, X1 = X0
QMPYAL P,XT,@C0
; P = XT*C0
ADDL ACC,P << PM
; ACC = X0*C0>>2 + X1*C1>>2 + X2*C2>>2
MOVL @Y,ACC
; Store result into Y
Содержание TMS320C28x
Страница 30: ...1 12...
Страница 80: ...This page intentionally left blank 2 50 This page intentionally left blank...
Страница 269: ...IN loc16 PA 6 112 MOV AL 0 AL 0 UOUT IORegC AL IOspace IORegC AL 10...
Страница 308: ...MAXCUL P loc32 6 151 Saturate MOVL Var64 2 ACC Store result into Var64 MOVL Var64 P...
Страница 509: ...SUBL ACC P PM 6 352 SUBL ACC P PM ACC S B 11 M X 4 MOVH Y ACC 5 Store Q15 result into Y...
Страница 585: ...This page intentionally left blank 7 32 This page intentionally left blank...