From the TMS320C66x DSP CPU and Instruction Set document, I see that the MPY32 instruction performs a 32 x 32 multiply to give a 64 bit fixed point result.
Are there any instructions that can perform computations with the 64 bit results, such as ADDs, SHIFTs, CONVERTs between different number formats? Or must these sorts of computations be synthesized from combinations of 32 bit operations?