aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrFormats.td
Commit message (Expand)AuthorAgeFilesLines
...
* Convert all of the DForm_6* operations, which makes all of the Zimm16 usersChris Lattner2004-08-151-8/+12
* Convert the DForm_4 over to the asmprintergenChris Lattner2004-08-151-3/+4
* Add some more 64 bit instructions we need for the PowerPC-64 ISel to the tabl...Nate Begeman2004-08-131-0/+48
* Add support for 64-bit CMPDI, CMPLDI, and CMPLD opcodesMisha Brukman2004-08-111-3/+3
* Add doubleword load/store (64-bit only).Misha Brukman2004-08-111-5/+27
* Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman2004-08-101-16/+16
* DForm 5/6 extended mneumonics take 3 arguments.Misha Brukman2004-08-101-0/+10
* Fix DForm_4: format is `op r, r, i'Misha Brukman2004-08-101-2/+3
* Remove ClassPrefix variable as it's no longer used.Misha Brukman2004-08-091-1/+0
* Define a ClassPrefix for PowerPC.Misha Brukman2004-08-091-0/+1
* Use instruction formats as defined in the PowerPC ISA manualMisha Brukman2004-08-091-503/+365
* Remove unused instruction classesMisha Brukman2004-08-041-591/+0
* Replace patterns 0, 4, and 5 with simpler heirarchical definitions that use theMisha Brukman2004-08-021-68/+98
* Separate instruction formats from instruction definitions.Misha Brukman2004-08-021-0/+1247