This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

tms320c28346 FPU instruction question

Other Parts Discussed in Thread: TMS320C28346

I'm using the tms320c28346 MCU.  Is the following code a valid use of the subtract with a parallel move?  I'm wondering if the move into R0H will corrupt the subtration since the subtract takes 2 cycles.

SUBF32 R2H, R0H, R1H
|| MOV32 R0H, *XAR2++ ; parallel move to get next operand

Thanks.