Changes between Version 4 and Version 5 of GcnIsa


Ignore:
Timestamp:
11/15/15 11:00:24 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnIsa

    v4 v5  
    2727<li>ABS(v) - absolute value</li>
    2828<li>BITCOUNT(v) - count 1's bits in value</li>
     29<li>REVBIT(v) - reverse bits (n bit goes to BITS-n-1 bit,
     30where BITS is number bits in operand).</li>
    2931</ul>
    3032<p>By default, any register value is treated as unsigned integer.</p>
     
    3436<li><a href="GcnInstrsSop2">SOP2 instructions</a></li>
    3537<li><a href="GcnInstrsSopk">SOPK instructions</a></li>
     38<li><a href="GcnInstrsSop1">SOP1 instructions</a></li>
    3639</ul>
    3740<hr />