Tool/software: Code Composer Studio
FPU instruction MOV32 operand "mem32" explicitly use direct or indirect addressing mode in the document SPRUHS1A. Can't I use stack addressing mode(SP)?
In the routine shown in document SPRUHS1A, the direct addressing mode does not use the instruction MOVW DP, #_x. Does the FPU need not set the value of DP at any time and can access the variable x directly through "MOV32 R0H, @_x"?