I found all the instructions for C64x/C64x+ are listed in "TMS320C64xC64x+ DSP CPU and Instruction Set Reference Guide (spru732g)", but in DSP code we need to use C intrinsic. e.g., instruction DOTP2 will be converted to _dotp2() in DSP code. I found some of the instruction has not corresponding C intrinsic, e.g., SWAP2, actually it is substituted by _packlh2(). It is not convenient to find out which has corresponding C intrinsic or not. That is why I would like to have the complete list for all the correspondence.