summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineDebugInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-04 02:26:14 +0000
committerChris Lattner <sabre@nondot.org>2006-02-04 02:26:14 +0000
commit3b48431333cacd5c244ac262a1c1fa1d2dc89860 (patch)
tree3cddf74dd23ac9f8a49cfaea595dd9d789deef1b /llvm/lib/CodeGen/MachineDebugInfo.cpp
parent0a977c95aad616b3f1b40af1847ed551d1e589f5 (diff)
downloadbcm5719-llvm-3b48431333cacd5c244ac262a1c1fa1d2dc89860.tar.gz
bcm5719-llvm-3b48431333cacd5c244ac262a1c1fa1d2dc89860.zip
Add initial support for immediates. This allows us to compile this:
int %rlwnm(int %A, int %B) { %C = call int asm "rlwnm $0, $1, $2, $3, $4", "=r,r,r,n,n"(int %A, int %B, int 4, int 17) ret int %C } into: _rlwnm: or r2, r3, r3 or r3, r4, r4 rlwnm r2, r2, r3, 4, 17 ;; note the immediates :) or r3, r2, r2 blr llvm-svn: 25955
Diffstat (limited to 'llvm/lib/CodeGen/MachineDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud