Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Enable printing instructions using aliases | Hal Finkel | 2015-04-23 | 1 | -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 Sonnenberger | 2014-08-09 | 1 | -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 Sonnenberger | 2014-08-05 | 1 | -0/+49 |
| | | | | llvm-svn: 214875 | ||||
* | Accessors for SSR2 and SSR3 on PPC 403. | Joerg Sonnenberger | 2014-08-05 | 1 | -0/+13 |
| | | | | llvm-svn: 214867 | ||||
* | Add dci/ici instructions for PPC 476 and friends. | Joerg Sonnenberger | 2014-08-05 | 1 | -0/+7 |
| | | | | llvm-svn: 214864 | ||||
* | Add mftblo and mftbhi for PPC 4xx. | Joerg Sonnenberger | 2014-08-05 | 1 | -0/+13 |
| | | | | llvm-svn: 214863 | ||||
* | Add TCR register access | Joerg Sonnenberger | 2014-08-04 | 1 | -0/+7 |
| | | | | llvm-svn: 214826 | ||||
* | Add simplified aliases for access to DCCR, ICCR, DEAR and ESR | Joerg Sonnenberger | 2014-08-04 | 1 | -0/+28 |
| | | | | llvm-svn: 214797 | ||||
* | tlbre / tlbwe / tlbsx / tlbsx. variants for the PPC 4xx CPUs. | Joerg Sonnenberger | 2014-08-04 | 1 | -0/+33 |
| | | | | llvm-svn: 214784 | ||||
* | Add features for PPC 4xx and e500/e500mc instructions. | Joerg Sonnenberger | 2014-08-04 | 1 | -0/+11 |
Move the test cases for them into separate files. llvm-svn: 214724 |