| 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 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1352 template <> void InstMIPS32Cvt_d_s::emitIAS(const Cfg *Func) const; | 1352 template <> void InstMIPS32Cvt_d_s::emitIAS(const Cfg *Func) const; |
| 1353 template <> void InstMIPS32Cvt_d_w::emitIAS(const Cfg *Func) const; | 1353 template <> void InstMIPS32Cvt_d_w::emitIAS(const Cfg *Func) const; |
| 1354 template <> void InstMIPS32Cvt_s_d::emitIAS(const Cfg *Func) const; | 1354 template <> void InstMIPS32Cvt_s_d::emitIAS(const Cfg *Func) const; |
| 1355 template <> void InstMIPS32Cvt_s_l::emitIAS(const Cfg *Func) const; | 1355 template <> void InstMIPS32Cvt_s_l::emitIAS(const Cfg *Func) const; |
| 1356 template <> void InstMIPS32Cvt_s_w::emitIAS(const Cfg *Func) const; | 1356 template <> void InstMIPS32Cvt_s_w::emitIAS(const Cfg *Func) const; |
| 1357 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const; | 1357 template <> void InstMIPS32Div::emitIAS(const Cfg *Func) const; |
| 1358 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const; | 1358 template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const; |
| 1359 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const; | 1359 template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const; |
| 1360 template <> void InstMIPS32Divu::emitIAS(const Cfg *Func) const; | 1360 template <> void InstMIPS32Divu::emitIAS(const Cfg *Func) const; |
| 1361 template <> void InstMIPS32Ldc1::emitIAS(const Cfg *Func) const; | 1361 template <> void InstMIPS32Ldc1::emitIAS(const Cfg *Func) const; |
| 1362 template <> void InstMIPS32Ll::emitIAS(const Cfg *Func) const; |
| 1362 template <> void InstMIPS32Lui::emit(const Cfg *Func) const; | 1363 template <> void InstMIPS32Lui::emit(const Cfg *Func) const; |
| 1363 template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const; | 1364 template <> void InstMIPS32Lui::emitIAS(const Cfg *Func) const; |
| 1364 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const; | 1365 template <> void InstMIPS32Lw::emitIAS(const Cfg *Func) const; |
| 1365 template <> void InstMIPS32Lwc1::emitIAS(const Cfg *Func) const; | 1366 template <> void InstMIPS32Lwc1::emitIAS(const Cfg *Func) const; |
| 1366 template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const; | 1367 template <> void InstMIPS32Mfc1::emitIAS(const Cfg *Func) const; |
| 1367 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const; | 1368 template <> void InstMIPS32Mflo::emit(const Cfg *Func) const; |
| 1368 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const; | 1369 template <> void InstMIPS32Mflo::emitIAS(const Cfg *Func) const; |
| 1369 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const; | 1370 template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const; |
| 1370 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const; | 1371 template <> void InstMIPS32Mfhi::emitIAS(const Cfg *Func) const; |
| 1371 template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const; | 1372 template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const; |
| (...skipping 14 matching lines...) Expand all Loading... |
| 1386 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const; | 1387 template <> void InstMIPS32Mthi::emitIAS(const Cfg *Func) const; |
| 1387 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const; | 1388 template <> void InstMIPS32Mul::emitIAS(const Cfg *Func) const; |
| 1388 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const; | 1389 template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const; |
| 1389 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const; | 1390 template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const; |
| 1390 template <> void InstMIPS32Mult::emit(const Cfg *Func) const; | 1391 template <> void InstMIPS32Mult::emit(const Cfg *Func) const; |
| 1391 template <> void InstMIPS32Multu::emit(const Cfg *Func) const; | 1392 template <> void InstMIPS32Multu::emit(const Cfg *Func) const; |
| 1392 template <> void InstMIPS32Multu::emitIAS(const Cfg *Func) const; | 1393 template <> void InstMIPS32Multu::emitIAS(const Cfg *Func) const; |
| 1393 template <> void InstMIPS32Nor::emitIAS(const Cfg *Func) const; | 1394 template <> void InstMIPS32Nor::emitIAS(const Cfg *Func) const; |
| 1394 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const; | 1395 template <> void InstMIPS32Or::emitIAS(const Cfg *Func) const; |
| 1395 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const; | 1396 template <> void InstMIPS32Ori::emitIAS(const Cfg *Func) const; |
| 1397 template <> void InstMIPS32Sc::emitIAS(const Cfg *Func) const; |
| 1398 template <> void InstMIPS32Sdc1::emitIAS(const Cfg *Func) const; |
| 1396 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; | 1399 template <> void InstMIPS32Sll::emitIAS(const Cfg *Func) const; |
| 1397 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const; | 1400 template <> void InstMIPS32Sllv::emitIAS(const Cfg *Func) const; |
| 1398 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const; | 1401 template <> void InstMIPS32Slt::emitIAS(const Cfg *Func) const; |
| 1399 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; | 1402 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; |
| 1400 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; | 1403 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; |
| 1401 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const; | 1404 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const; |
| 1402 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const; | 1405 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const; |
| 1403 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const; | 1406 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const; |
| 1404 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const; | 1407 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const; |
| 1408 template <> void InstMIPS32Swc1::emitIAS(const Cfg *Func) const; |
| 1405 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const; | 1409 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const; |
| 1406 template <> void InstMIPS32Srav::emitIAS(const Cfg *Func) const; | 1410 template <> void InstMIPS32Srav::emitIAS(const Cfg *Func) const; |
| 1407 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const; | 1411 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const; |
| 1408 template <> void InstMIPS32Srlv::emitIAS(const Cfg *Func) const; | 1412 template <> void InstMIPS32Srlv::emitIAS(const Cfg *Func) const; |
| 1409 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; | 1413 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; |
| 1410 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; | 1414 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; |
| 1411 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const; | 1415 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const; |
| 1412 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const; | 1416 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const; |
| 1413 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const; | 1417 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const; |
| 1414 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; | 1418 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; |
| 1415 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; | 1419 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; |
| 1416 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; | 1420 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; |
| 1417 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; | 1421 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; |
| 1418 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; | 1422 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; |
| 1419 | 1423 |
| 1420 } // end of namespace MIPS32 | 1424 } // end of namespace MIPS32 |
| 1421 } // end of namespace Ice | 1425 } // end of namespace Ice |
| 1422 | 1426 |
| 1423 #endif // SUBZERO_SRC_ICEINSTMIPS32_H | 1427 #endif // SUBZERO_SRC_ICEINSTMIPS32_H |
| OLD | NEW |