OLD | NEW |
1 //===- subzero/src/IceInstMIPS32.h - MIPS32 machine instrs --*- C++ -*-----===// | 1 //===- subzero/src/IceInstMIPS32.h - MIPS32 machine instrs --*- C++ -*-----===// |
2 // | 2 // |
3 // The Subzero Code Generator | 3 // The Subzero Code Generator |
4 // | 4 // |
5 // This file is distributed under the University of Illinois Open Source | 5 // This file is distributed under the University of Illinois Open Source |
6 // License. See LICENSE.TXT for details. | 6 // License. See LICENSE.TXT for details. |
7 // | 7 // |
8 //===----------------------------------------------------------------------===// | 8 //===----------------------------------------------------------------------===// |
9 /// | 9 /// |
10 /// \file | 10 /// \file |
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1307 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; | 1307 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; |
1308 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const; | 1308 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const; |
1309 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const; | 1309 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const; |
1310 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; | 1310 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; |
1311 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; | 1311 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; |
1312 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const; | 1312 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const; |
1313 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const; | 1313 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const; |
1314 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const; | 1314 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const; |
1315 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const; | 1315 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const; |
1316 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const; | 1316 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const; |
| 1317 template <> void InstMIPS32Srav::emitIAS(const Cfg *Func) const; |
1317 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const; | 1318 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const; |
1318 template <> void InstMIPS32Srlv::emitIAS(const Cfg *Func) const; | 1319 template <> void InstMIPS32Srlv::emitIAS(const Cfg *Func) const; |
1319 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; | 1320 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; |
1320 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; | 1321 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; |
1321 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const; | 1322 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const; |
1322 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const; | 1323 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const; |
1323 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const; | 1324 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const; |
1324 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; | 1325 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; |
1325 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; | 1326 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; |
1326 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; | 1327 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; |
1327 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; | 1328 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; |
1328 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; | 1329 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; |
1329 | 1330 |
1330 } // end of namespace MIPS32 | 1331 } // end of namespace MIPS32 |
1331 } // end of namespace Ice | 1332 } // end of namespace Ice |
1332 | 1333 |
1333 #endif // SUBZERO_SRC_ICEINSTMIPS32_H | 1334 #endif // SUBZERO_SRC_ICEINSTMIPS32_H |
OLD | NEW |