summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrFormats.td
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/PowerPC/PPCInstrFormats.td')
-rw-r--r--lib/Target/PowerPC/PPCInstrFormats.td6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/PPCInstrFormats.td b/lib/Target/PowerPC/PPCInstrFormats.td
index 8f93ac9fd3..cba2aabe78 100644
--- a/lib/Target/PowerPC/PPCInstrFormats.td
+++ b/lib/Target/PowerPC/PPCInstrFormats.td
@@ -556,6 +556,8 @@ class VAForm_1<bits<6> xo, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
bits<5> VC;
+
+ let Pattern = pattern;
let Inst{6-10} = VD;
let Inst{11-15} = VA;
@@ -572,6 +574,8 @@ class VXForm_1<bits<11> xo, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
+ let Pattern = pattern;
+
let Inst{6-10} = VD;
let Inst{11-15} = VA;
let Inst{16-20} = VB;
@@ -586,6 +590,8 @@ class VXRForm_1<bits<10> xo, bit rc, dag OL, string asmstr,
bits<5> VA;
bits<5> VB;
+ let Pattern = pattern;
+
let Inst{6-10} = VD;
let Inst{11-15} = VA;
let Inst{16-20} = VB;