Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(758)

Side by Side Diff: src/IceInstX8632.h

Issue 650573002: emitIAS for the couple of blend instructions. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: remove isa Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/IceInstX8632.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | src/IceInstX8632.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698