Hi everyone,
Can I use .D1x cross path in parallel with .D1?
I mean something like the code below:
STW .D1 A1 , *++A4[1]
|| STW .D1x B2 , *++A4
If not, what other strategy can I use to do the storing above in the order mentioned, and in PARALLEL?
(BTW I didn't find my answer in TI Instruction Set Manuals).
Thanks in advance.