Texas Instruments TMS320C28x Reference Manual page 535

Dsp cpu and instruction set
Table of Contents

Advertisement

XMAC P,loc16,*(pma)
XMAC P,loc16,*(pma)
SYNTAX OPTIONS
XMAC P,loc16,*(pma)
Operands
P
loc16
*(pma)
Description
Flags and
Z
Modes
N
C
V
OVC
OVM
6-378
C2xLP Source-compatible Multiply and Accumulate
1000 0100 LLLL LLLL
CCCC CCCC CCCC CCCC
Product register
Addressing mode (see Chapter 5)
Immediate program memory address, access high 64K range of program
space only (0x3F0000 to 0x3FFFFF)
Add the previous product (stored in the P register), shifted as specified by the
product shift mode (PM), to the ACC register. Next, load the T register with
the content of the location pointed to by the "loc16" addressing mode. Last,
multiply the signed 16-bit content of the T register by the signed 16-bit
content of the addressed program memory location and store the 32-bit
result in the P register:
ACC = ACC + P << PM;
T = [loc16];
P = signed T * signed Prog[0x3F:pma];
The C28x forces the upper 6 bits of the program memory address, specified
by the "*(pma)" addressing mode, to 0x3F when using this form of the MAC
instruction. This limits the program memory address to the high 64K of
program address space (0x3F0000 to 0x3FFFFF). On the C28x devices,
memory blocks are mapped to both program and data space (unified
memory), hence the "*(pma)" addressing mode can be used to access data
space variables that fall within its address range.
After the addition, the Z flag is set if the ACC value is zero, else Z is cleared.
After the addition, the N flag is set if bit 31 of the ACC is 1, else N is cleared.
If the addition generates a carry, C is set; otherwise C is cleared.
If an overflow occurs, V is set; otherwise V is not affected.
If overflow mode is disabled; and if the operation generates a positive
overflow, then the counter is incremented. If overflow mode is disabled; and if
the operation generates a negative overflow, then the counter is
decremented.
If overflow mode bit is set; then the ACC value will saturate maximum
positive (0x7FFFFFFF) or maximum negative (0x80000000) if the operation
overflowed.
OPCODE
OBJMODE
RPT
CYC
1
Y
N+2

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?

Table of Contents

Save PDF