Changes between Version 5 and Version 6 of GcnIsa


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

--

Legend:

Unmodified
Added
Removed
Modified
  • GcnIsa

    v5 v6  
    2525<ul>
    2626<li>SEXT64(v) - sign extend to 64-bit from any signed value</li>
    27 <li>ABS(v) - absolute value</li>
     27<li>ABS(v) - absolute value, if value is maximum negative then returns this value.</li>
    2828<li>BITCOUNT(v) - count 1's bits in value</li>
    2929<li>REVBIT(v) - reverse bits (n bit goes to BITS-n-1 bit,