Other Parts Discussed in Thread: TMS320C6455
Hello,
Could someone please help in the following issue? We are working with TMS320C6455 and we are trying to optimize our code in order to reduce execution time. We don't know if this DSP has special instructions that allow us operate with single bit in a 32 word in an efficient way.
We are executing in our code the following operations:
- bit shifting
- xor bit operation
We have implemented these operations in our code with C operators:
- bit shifting: we use the operators >> or <<
- xor bit operation: ^
Do you know if TMS320C6455 has special instructions in order to access single bits in a word and perform these operations in a more efficient way. Any help/suggestion will be very appreciated.
Many Thanks in advance