Skip to content
  • Johnny Chen's avatar
    Added the follwoing 32-bit Thumb instructions for disassembly only: · 38e7bb6f
    Johnny Chen authored
    o Parallel addition and subtraction, signed/unsigned
    o Miscellaneous operations: QADD, QDADD, QSUB, QDSUB
    o Unsigned sum of absolute differences [and accumulate]: USAD8, USADA8
    o Signed/Unsigned saturate: SSAT, SSAT16, USAT, USAT16
    o Signed multiply accumulate long (halfwords): SMLAL<x><y>
    o Signed multiply accumulate/subtract [long] (dual): SMLAD[x], SMLALD[X], SMLSD[X], SMLSLD[X]
    o Signed dual multiply add/subtract [long]: SMUAD[X], SMUSD[X]
    
    llvm-svn: 97276
    38e7bb6f
Loading