summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Sparc/sparc-atomic-instructions.s
Commit message (Collapse)AuthorAgeFilesLines
* [Sparc]: asm-only support for the ldstub instruction.Douglas Katzman2015-08-191-0/+9
| | | | llvm-svn: 245485
* Sparc: Add the "alternate address space" load/store instructions.James Y Knight2015-05-181-8/+3
| | | | | | | | | | | | | | | | | | - Adds support for the asm syntax, which has an immediate integer "ASI" (address space identifier) appearing after an address, before a comma. - Adds the various-width load, store, and swap in alternate address space instructions. (ldsba, ldsha, lduba, lduha, lda, stba, stha, sta, swapa) This does not attempt to hook these instructions up to pointer address spaces in LLVM, although that would probably be a reasonable thing to do in the future. Differential Revision: http://reviews.llvm.org/D8904 llvm-svn: 237581
* [Sparc] Emit correct encoding for atomic instructions. Also, add support for ↵Venkatraman Govindaraju2014-02-071-0/+19
parsing CAS instructions to test the CAS encoding. llvm-svn: 200963
OpenPOWER on IntegriCloud