[PowerPC] Add variants of "sync" instruction
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrFormats.td
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-13 Nate BegemanAdd some more 64 bit instructions we need for the Power...
2004-08-11 Misha BrukmanAdd support for 64-bit CMPDI, CMPLDI, and CMPLD opcodes
2004-08-11 Misha BrukmanAdd doubleword load/store (64-bit only).
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-10 Misha BrukmanDForm 5/6 extended mneumonics take 3 arguments.
2004-08-10 Misha BrukmanFix DForm_4: format is `op r, r, i'
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanDefine a ClassPrefix for PowerPC.
2004-08-09 Misha BrukmanUse instruction formats as defined in the PowerPC ISA...
2004-08-04 Misha BrukmanRemove unused instruction classes
2004-08-02 Misha BrukmanReplace patterns 0, 4, and 5 with simpler heirarchical...
2004-08-02 Misha BrukmanSeparate instruction formats from instruction definitions.