| 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 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1264 template <> void InstMIPS32Cvt_d_l::emitIAS(const Cfg *Func) const; | 1264 template <> void InstMIPS32Cvt_d_l::emitIAS(const Cfg *Func) const; |
| 1265 template <> void InstMIPS32Cvt_d_s::emitIAS(const Cfg *Func) const; | 1265 template <> void InstMIPS32Cvt_d_s::emitIAS(const Cfg *Func) const; |
| 1266 template <> void InstMIPS32Cvt_d_w::emitIAS(const Cfg *Func) const; | 1266 template <> void InstMIPS32Cvt_d_w::emitIAS(const Cfg *Func) const; |
| 1267 template <> void InstMIPS32Cvt_s_d::emitIAS(const Cfg *Func) const; | 1267 template <> void InstMIPS32Cvt_s_d::emitIAS(const Cfg *Func) const; |
| 1268 template <> void InstMIPS32Cvt_s_l::emitIAS(const Cfg *Func) const; | 1268 template <> void InstMIPS32Cvt_s_l::emitIAS(const Cfg *Func) const; |
| 1269 template <> void InstMIPS32Cvt_s_w::emitIAS(const Cfg *Func) const; | 1269 template <> void InstMIPS32Cvt_s_w::emitIAS(const Cfg *Func) const; |
| 1270 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const; | 1270 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const; |
| 1271 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const; | 1271 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const; |
| 1272 template <> void InstMIPS32Lui::emit(const Cfg *Func) const; | 1272 template <> void InstMIPS32Lui::emit(const Cfg *Func) const; |
| 1273 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const; | 1273 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const; |
| 1274 template <> void InstMIPS32Mfc1::emit(const Cfg *Func) const; | 1274 template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const; |
| 1275 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const; | 1275 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const; |
| 1276 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const; | 1276 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const; |
| 1277 template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const; | 1277 template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const; |
| 1278 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const; | 1278 template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const; |
| 1279 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const; | 1279 template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const; |
| 1280 template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const; | 1280 template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const; |
| 1281 template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const; | 1281 template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const; |
| 1282 template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const; | 1282 template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const; |
| 1283 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const; | 1283 template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const; |
| 1284 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const; | 1284 template <> void InstMIPS32Movz_d::emitIAS(const Cfg *Func) const; |
| 1285 template <> void InstMIPS32Movz_s::emitIAS(const Cfg *Func) const; | 1285 template <> void InstMIPS32Movz_s::emitIAS(const Cfg *Func) const; |
| 1286 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const; | 1286 template <> void InstMIPS32Mtc1::emit(const Cfg *Func) const; |
| 1287 template <> void InstMIPS32Mtc1::emitIAS(const Cfg *Func) const; |
| 1287 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const; | 1288 template <> void InstMIPS32Mtlo::emit(const Cfg *Func) const; |
| 1288 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const; | 1289 template <> void InstMIPS32Mthi::emit(const Cfg *Func) const; |
| 1289 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const; | 1290 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const; |
| 1290 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const; | 1291 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const; |
| 1291 template <> void InstMIPS32Mult::emit(const Cfg *Func) const; | 1292 template <> void InstMIPS32Mult::emit(const Cfg *Func) const; |
| 1292 template <> void InstMIPS32Multu::emit(const Cfg *Func) const; | 1293 template <> void InstMIPS32Multu::emit(const Cfg *Func) const; |
| 1293 template <> void InstMIPS32Nor::emitIAS(const Cfg *Func) const; | 1294 template <> void InstMIPS32Nor::emitIAS(const Cfg *Func) const; |
| 1294 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const; | 1295 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const; |
| 1295 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const; | 1296 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const; |
| 1296 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; | 1297 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1311 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; | 1312 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; |
| 1312 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; | 1313 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; |
| 1313 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; | 1314 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; |
| 1314 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; | 1315 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; |
| 1315 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; | 1316 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; |
| 1316 | 1317 |
| 1317 } // end of namespace MIPS32 | 1318 } // end of namespace MIPS32 |
| 1318 } // end of namespace Ice | 1319 } // end of namespace Ice |
| 1319 | 1320 |
| 1320 #endif // SUBZERO_SRC_ICEINSTMIPS32_H | 1321 #endif // SUBZERO_SRC_ICEINSTMIPS32_H |
| OLD | NEW |