Freescale Semiconductor MCF5329 Reference Manual page 125

Devices supported: mcf5327; mcf5328; mcf53281; mcf5329
Table of Contents

Advertisement

}
/* transfer the result to the accumulator */
ACCx[47:0] = result[47:0]
}
MACSR.V = MACSR.PAVn
MACSR.N = ACCx[47]
if (ACCx[47:0] == 0x0000_0000_0000)
then MACSR.Z = 1
else MACSR.Z = 0
if (ACCx[47:32] == 0x0000)
then MACSR.EV = 0
else MACSR.EV = 1
break;
}
Freescale Semiconductor
result[47:0] = 0xffff_ffff_ffff
MCF5329 Reference Manual, Rev 3
Enhanced Multiply-Accumulate Unit (EMAC)
4-19

Advertisement

Table of Contents
loading

Table of Contents