| OLD | NEW |
| 1 //===- subzero/src/IceInstX8632.h - Low-level x86 instructions --*- C++ -*-===// | 1 //===- subzero/src/IceInstX8632.h - Low-level x86 instructions --*- 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 // This file declares the InstX8632 and OperandX8632 classes and | 10 // This file declares the InstX8632 and OperandX8632 classes and |
| (...skipping 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1506 template <> void InstX8632Pextr::emit(const Cfg *Func) const; | 1506 template <> void InstX8632Pextr::emit(const Cfg *Func) const; |
| 1507 template <> void InstX8632Pinsr::emit(const Cfg *Func) const; | 1507 template <> void InstX8632Pinsr::emit(const Cfg *Func) const; |
| 1508 template <> void InstX8632Pmull::emit(const Cfg *Func) const; | 1508 template <> void InstX8632Pmull::emit(const Cfg *Func) const; |
| 1509 template <> void InstX8632Pmuludq::emit(const Cfg *Func) const; | 1509 template <> void InstX8632Pmuludq::emit(const Cfg *Func) const; |
| 1510 template <> void InstX8632Psll::emit(const Cfg *Func) const; | 1510 template <> void InstX8632Psll::emit(const Cfg *Func) const; |
| 1511 template <> void InstX8632Psra::emit(const Cfg *Func) const; | 1511 template <> void InstX8632Psra::emit(const Cfg *Func) const; |
| 1512 template <> void InstX8632Psub::emit(const Cfg *Func) const; | 1512 template <> void InstX8632Psub::emit(const Cfg *Func) const; |
| 1513 template <> void InstX8632Sqrtss::emit(const Cfg *Func) const; | 1513 template <> void InstX8632Sqrtss::emit(const Cfg *Func) const; |
| 1514 template <> void InstX8632Subss::emit(const Cfg *Func) const; | 1514 template <> void InstX8632Subss::emit(const Cfg *Func) const; |
| 1515 | 1515 |
| 1516 template <> void InstX8632Blendvps::emitIAS(const Cfg *Func) const; |
| 1516 template <> void InstX8632Div::emitIAS(const Cfg *Func) const; | 1517 template <> void InstX8632Div::emitIAS(const Cfg *Func) const; |
| 1517 template <> void InstX8632Idiv::emitIAS(const Cfg *Func) const; | 1518 template <> void InstX8632Idiv::emitIAS(const Cfg *Func) const; |
| 1518 template <> void InstX8632Imul::emitIAS(const Cfg *Func) const; | 1519 template <> void InstX8632Imul::emitIAS(const Cfg *Func) const; |
| 1519 template <> void InstX8632Cbwdq::emitIAS(const Cfg *Func) const; | 1520 template <> void InstX8632Cbwdq::emitIAS(const Cfg *Func) const; |
| 1520 template <> void InstX8632Movd::emitIAS(const Cfg *Func) const; | 1521 template <> void InstX8632Movd::emitIAS(const Cfg *Func) const; |
| 1521 template <> void InstX8632Movp::emitIAS(const Cfg *Func) const; | 1522 template <> void InstX8632Movp::emitIAS(const Cfg *Func) const; |
| 1522 template <> void InstX8632Movq::emitIAS(const Cfg *Func) const; | 1523 template <> void InstX8632Movq::emitIAS(const Cfg *Func) const; |
| 1523 template <> void InstX8632MovssRegs::emitIAS(const Cfg *Func) const; | 1524 template <> void InstX8632MovssRegs::emitIAS(const Cfg *Func) const; |
| 1525 template <> void InstX8632Pblendvb::emitIAS(const Cfg *Func) const; |
| 1524 template <> void InstX8632Pmull::emitIAS(const Cfg *Func) const; | 1526 template <> void InstX8632Pmull::emitIAS(const Cfg *Func) const; |
| 1525 | 1527 |
| 1526 } // end of namespace Ice | 1528 } // end of namespace Ice |
| 1527 | 1529 |
| 1528 #endif // SUBZERO_SRC_ICEINSTX8632_H | 1530 #endif // SUBZERO_SRC_ICEINSTX8632_H |
| OLD | NEW |