summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/PowerPC/ppc64-encoding-4xx.s
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Enable printing instructions using aliasesHal Finkel2015-04-231-84/+84
| | | | | | | | | | | TableGen had been nicely generating code to print a number of instructions using shorter aliases (and PowerPC has plenty of short mnemonics), but we were not calling it. For some of the aliases we support in the parser, TableGen can't infer the "inverse" alias relationship, so there is still more to do. Thus, after some hours of updating test cases... llvm-svn: 235616
* Use the full form of dccci and iccci from the early PPC 405 documents,Joerg Sonnenberger2014-08-091-6/+12
| | | | | | | since the operands are actually used on those cores. Provide aliases for the only documented case in the newer Power ISA speec. llvm-svn: 215282
* Add accessors for the PPC 403 bank registers.Joerg Sonnenberger2014-08-051-0/+49
| | | | llvm-svn: 214875
* Accessors for SSR2 and SSR3 on PPC 403.Joerg Sonnenberger2014-08-051-0/+13
| | | | llvm-svn: 214867
* Add dci/ici instructions for PPC 476 and friends.Joerg Sonnenberger2014-08-051-0/+7
| | | | llvm-svn: 214864
* Add mftblo and mftbhi for PPC 4xx.Joerg Sonnenberger2014-08-051-0/+13
| | | | llvm-svn: 214863
* Add TCR register accessJoerg Sonnenberger2014-08-041-0/+7
| | | | llvm-svn: 214826
* Add simplified aliases for access to DCCR, ICCR, DEAR and ESRJoerg Sonnenberger2014-08-041-0/+28
| | | | llvm-svn: 214797
* tlbre / tlbwe / tlbsx / tlbsx. variants for the PPC 4xx CPUs.Joerg Sonnenberger2014-08-041-0/+33
| | | | llvm-svn: 214784
* Add features for PPC 4xx and e500/e500mc instructions.Joerg Sonnenberger2014-08-041-0/+11
Move the test cases for them into separate files. llvm-svn: 214724
OpenPOWER on IntegriCloud