Some first bits of AltiVec stuff: Instruction Formats, Encodings, and
authorNate Begeman <natebegeman@mac.com>
Wed, 23 Nov 2005 05:29:52 +0000 (05:29 +0000)
committerNate Begeman <natebegeman@mac.com>
Wed, 23 Nov 2005 05:29:52 +0000 (05:29 +0000)
commite4f17a5f9b6b5c94dccfd14babcf58d9d5dab4e8
treefcf31435fbd9c62464ffa34fff58762a1ed18769
parent7c0c5670588e39222bb039755cdf9030ab17c64e
Some first bits of AltiVec stuff: Instruction Formats, Encodings, and
Registers.  Apologies to Jim if the scheduling info so far isn't accurate.

There's a few more things like VRsave support that need to be finished up
in my local tree before I can commit code that Does The Right Thing for
turning 4 x float into the various altivec packed float instructions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24489 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstrFormats.td
lib/Target/PowerPC/PPCInstrInfo.td
lib/Target/PowerPC/PPCRegisterInfo.td