summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2012-11-13 19:14:19 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2012-11-13 19:14:19 +0000
commit84ee76acfe44431e44427a50c83431b727fd3e4c (patch)
treea823ec2b16452095981e0ffb8bdb96cafa26bebc /llvm/lib/Target/PowerPC/PPCInstr64Bit.td
parent0f3240d3a7c483b4135feefac870d357a4800520 (diff)
downloadbcm5719-llvm-84ee76acfe44431e44427a50c83431b727fd3e4c.tar.gz
bcm5719-llvm-84ee76acfe44431e44427a50c83431b727fd3e4c.zip
Fix instruction encoding for "isel" on PowerPC,
using a new instruction format AForm_4. llvm-svn: 167860
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstr64Bit.td')
-rw-r--r--llvm/lib/Target/PowerPC/PPCInstr64Bit.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstr64Bit.td b/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
index 6c2249a11b6..4f24d2ae08e 100644
--- a/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
+++ b/llvm/lib/Target/PowerPC/PPCInstr64Bit.td
@@ -511,7 +511,7 @@ def RLWINM8 : MForm_2<21,
"rlwinm $rA, $rS, $SH, $MB, $ME", IntGeneral,
[]>;
-def ISEL8 : AForm_1<31, 15,
+def ISEL8 : AForm_4<31, 15,
(outs G8RC:$rT), (ins G8RC:$rA, G8RC:$rB, pred:$cond),
"isel $rT, $rA, $rB, $cond", IntGeneral,
[]>;
OpenPOWER on IntegriCloud