summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrFormats.td
diff options
context:
space:
mode:
authorVladimir Medic <Vladimir.Medic@imgtec.com>2013-09-06 12:41:17 +0000
committerVladimir Medic <Vladimir.Medic@imgtec.com>2013-09-06 12:41:17 +0000
commite0fbb44a48c82feb06ff0c8edb0d8e0935fe2859 (patch)
treed66d4bbcd6ba89fe48af77ecdc48df4a0ddf35a8 /llvm/lib/Target/Mips/MipsInstrFormats.td
parent950fcc0577a09afb50aeb604d41ecf5fdf1ace70 (diff)
downloadbcm5719-llvm-e0fbb44a48c82feb06ff0c8edb0d8e0935fe2859.tar.gz
bcm5719-llvm-e0fbb44a48c82feb06ff0c8edb0d8e0935fe2859.zip
This patch adds support for microMIPS Move Conditional instructions. Test cases are included in patch.
llvm-svn: 190148
Diffstat (limited to 'llvm/lib/Target/Mips/MipsInstrFormats.td')
-rw-r--r--llvm/lib/Target/Mips/MipsInstrFormats.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFormats.td b/llvm/lib/Target/Mips/MipsInstrFormats.td
index b05363df650..dd16e1f87e5 100644
--- a/llvm/lib/Target/Mips/MipsInstrFormats.td
+++ b/llvm/lib/Target/Mips/MipsInstrFormats.td
@@ -730,7 +730,7 @@ class CMov_I_F_FM<bits<6> funct, bits<5> fmt> {
let Inst{5-0} = funct;
}
-class CMov_F_I_FM<bit tf> {
+class CMov_F_I_FM<bit tf> : StdArch {
bits<5> rd;
bits<5> rs;
bits<3> fcc;
OpenPOWER on IntegriCloud