SPRU514Z July 2001 – October 2023 SM320F28335-EP
The C28x compiler supports DMAC instructions, which perform multiply-accumulate operations on two adjacent signed integers at the same time, optionally shifting the products. A multiply–accumulate operation multiplies two numbers and adds that product to an accumulator. That is, it computes a = a + (b x c). There are three levels of DMAC support that require different levels of C-source modification: