Skip to content
  • Jakob Stoklund Olesen's avatar
    Add 64-bit shift instructions. · c1d1a481
    Jakob Stoklund Olesen authored
    SPARC v9 defines new 64-bit shift instructions. The 32-bit shift right
    instructions are still usable as zero and sign extensions.
    
    This adds new F3_Sr and F3_Si instruction formats that probably should
    be used for the 32-bit shifts as well. They don't really encode an
    simm13 field.
    
    llvm-svn: 178525
    c1d1a481
Loading