Add support for "ri" addressing modes where the immediate is a 14-bit field
authorChris Lattner <sabre@nondot.org>
Wed, 22 Mar 2006 05:26:03 +0000 (05:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 22 Mar 2006 05:26:03 +0000 (05:26 +0000)
commite5ba580ab05b18eaa9fd4d36e31466e41f693ad9
treeea873c31ab21fc81c9a69d02c84b8cdb0f0b82c7
parent6df1154644a0044636022a2ec9810bbacd5f8d30
Add support for "ri" addressing modes where the immediate is a 14-bit field
which is shifted left two bits before use.  Instructions like STD use this
addressing mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCISelDAGToDAG.cpp