summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
Commit message (Expand)AuthorAge
...
* convert M and MD form instructions to generated asm writerNate Begeman2004-08-31
* Move yet more instructions over to being printed by the generated asm writerNate Begeman2004-08-30
* Convert A-Form instructions to auto-generated asm writerNate Begeman2004-08-29
* Move XForm instructions over to the auto-generated asm writerNate Begeman2004-08-21
* Convert all of the DForm_6* operations, which makes all of the Zimm16 usersChris Lattner2004-08-15
* Convert the DForm_4 over to the asmprintergenChris Lattner2004-08-15
* Add some more 64 bit instructions we need for the PowerPC-64 ISel to the tabl...Nate Begeman2004-08-13
* Add support for 64-bit CMPDI, CMPLDI, and CMPLD opcodesMisha Brukman2004-08-11
* Add doubleword load/store (64-bit only).Misha Brukman2004-08-11
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-10
* DForm 5/6 extended mneumonics take 3 arguments.Misha Brukman2004-08-10
* Fix DForm_4: format is `op r, r, i'Misha Brukman2004-08-10
* Remove ClassPrefix variable as it's no longer used.Misha Brukman2004-08-09
* Define a ClassPrefix for PowerPC.Misha Brukman2004-08-09
* Use instruction formats as defined in the PowerPC ISA manualMisha Brukman2004-08-09
* Remove unused instruction classesMisha Brukman2004-08-04
* Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use theMisha Brukman2004-08-02
* Separate instruction formats from instruction definitions.Misha Brukman2004-08-02