diff options
| author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-12-25 10:09:27 +0000 |
|---|---|---|
| committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2013-12-25 10:09:27 +0000 |
| commit | 8876be39c7309e170132a6300d4514c033a3bff8 (patch) | |
| tree | 783f3c85bde807aaf2c938f39695073b7ae9a3cc /llvm/lib/Target/Mips/MipsInstrFormats.td | |
| parent | b64d7e8586ca30970c1e19f121c4c02305e693d1 (diff) | |
| download | bcm5719-llvm-8876be39c7309e170132a6300d4514c033a3bff8.tar.gz bcm5719-llvm-8876be39c7309e170132a6300d4514c033a3bff8.zip | |
Support for microMIPS FPU instructions 2.
llvm-svn: 198009
Diffstat (limited to 'llvm/lib/Target/Mips/MipsInstrFormats.td')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrFormats.td | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFormats.td b/llvm/lib/Target/Mips/MipsInstrFormats.td index 52e8234ca25..8926264594e 100644 --- a/llvm/lib/Target/Mips/MipsInstrFormats.td +++ b/llvm/lib/Target/Mips/MipsInstrFormats.td @@ -608,7 +608,7 @@ class ABSS_FM<bits<6> funct, bits<5> fmt> : StdArch { let Inst{5-0} = funct; } -class MFC1_FM<bits<5> funct> { +class MFC1_FM<bits<5> funct> : StdArch { bits<5> rt; bits<5> fs; @@ -714,7 +714,7 @@ class C_COND_FM<bits<5> fmt, bits<4> c> : CEQS_FM<fmt> { let cond = c; } -class CMov_I_F_FM<bits<6> funct, bits<5> fmt> { +class CMov_I_F_FM<bits<6> funct, bits<5> fmt> : StdArch { bits<5> fd; bits<5> fs; bits<5> rt; @@ -746,7 +746,7 @@ class CMov_F_I_FM<bit tf> : StdArch { let Inst{5-0} = 1; } -class CMov_F_F_FM<bits<5> fmt, bit tf> { +class CMov_F_F_FM<bits<5> fmt, bit tf> : StdArch { bits<5> fd; bits<5> fs; bits<3> fcc; |

