Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: RE: Why a opcode can't using in CCS 3.3

$
0
0

C6000 does not have a 64-bit shifter, it has only a 40-bit shifter.  You have to construct a 64-bit shift from other, smaller shifts. For example, here is 64-bit right shift by 1:

           SHL     A5,0x1f,B4            SHRU    A4,0x1,A3             OR      B4,A3,A4  ||        SHRU    A5,0x1,A5

Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>