summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/X86/x86-32-ms-inline-asm.s
Commit message (Collapse)AuthorAgeFilesLines
* [x86 asm] allow fwait alias in both At&t and Intel modes (PR21208)Hans Wennborg2014-10-141-0/+4
| | | | | | Differential Revision: http://reviews.llvm.org/D5741 llvm-svn: 219725
* Revert r212375 because of test failuresEhsan Akhgari2014-07-051-4/+0
| | | | llvm-svn: 212376
* Add a test case for the tilde operator in Microsoft inline assemblyEhsan Akhgari2014-07-051-0/+4
| | | | llvm-svn: 212375
* [ms-inline asm] Add support of imm displacement before bracketed memoryChad Rosier2013-03-271-0/+20
| | | | | | | | | | | | | | expression. Specifically, this syntax: ImmDisp [ BaseReg + Scale*IndexReg + Disp ] We don't currently support: ImmDisp [ Symbol ] rdar://13518671 llvm-svn: 178186
* [ms-inline asm] Add support for the pushad/popad mnemonics.Chad Rosier2013-02-251-0/+13
| | | | | | rdar://13254235 llvm-svn: 176036
* [ms-inline asm] Add support for the [] operator. Essentially, [expr1][expr2] isChad Rosier2012-10-291-0/+50
| | | | | | | equivalent to [expr1 + expr2]. See test cases for more examples. rdar://12470392 llvm-svn: 166949
* Tell llvm-mc we're using intel syntax, so we don't have to use directives.Chad Rosier2012-10-241-8/+6
| | | | llvm-svn: 166640
* [ms-inline asm] Add back-end test case for r166632. Make sure we emit theChad Rosier2012-10-241-0/+12
correct .s output as well as get the correct encoding by the integrated assembler. llvm-svn: 166638
OpenPOWER on IntegriCloud