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

Side by Side Diff: src/IceInstMIPS32.h

Issue 2358393004: Subzero, MIPS32: Intrinsic call Cttz for i32 (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Changes as advised Created 4 years, 3 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 | « src/IceAssemblerMIPS32.cpp ('k') | src/IceInstMIPS32.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/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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; 1298 template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const;
1299 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; 1299 template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const;
1300 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const; 1300 template <> void InstMIPS32Sltu::emitIAS(const Cfg *Func) const;
1301 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const; 1301 template <> void InstMIPS32Sqrt_d::emitIAS(const Cfg *Func) const;
1302 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const; 1302 template <> void InstMIPS32Sqrt_s::emitIAS(const Cfg *Func) const;
1303 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const; 1303 template <> void InstMIPS32Sw::emitIAS(const Cfg *Func) const;
1304 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const; 1304 template <> void InstMIPS32Sra::emitIAS(const Cfg *Func) const;
1305 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const; 1305 template <> void InstMIPS32Srl::emitIAS(const Cfg *Func) const;
1306 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; 1306 template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const;
1307 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; 1307 template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const;
1308 template <> void InstMIPS32Subu::emitIAS(const Cfg *Func) const;
1308 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const; 1309 template <> void InstMIPS32Teq::emitIAS(const Cfg *Func) const;
1309 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const; 1310 template <> void InstMIPS32Trunc_l_d::emitIAS(const Cfg *Func) const;
1310 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const; 1311 template <> void InstMIPS32Trunc_l_s::emitIAS(const Cfg *Func) const;
1311 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const; 1312 template <> void InstMIPS32Trunc_w_d::emitIAS(const Cfg *Func) const;
1312 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const; 1313 template <> void InstMIPS32Trunc_w_s::emitIAS(const Cfg *Func) const;
1313 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const; 1314 template <> void InstMIPS32Xor::emitIAS(const Cfg *Func) const;
1314 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const; 1315 template <> void InstMIPS32Xori::emitIAS(const Cfg *Func) const;
1315 1316
1316 } // end of namespace MIPS32 1317 } // end of namespace MIPS32
1317 } // end of namespace Ice 1318 } // end of namespace Ice
1318 1319
1319 #endif // SUBZERO_SRC_ICEINSTMIPS32_H 1320 #endif // SUBZERO_SRC_ICEINSTMIPS32_H
OLDNEW
« no previous file with comments | « src/IceAssemblerMIPS32.cpp ('k') | src/IceInstMIPS32.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698