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

Unified Diff: src/IceAssemblerMIPS32.h

Issue 2364093002: Subzero, MIPS32: Intrinsic calls Ctlz and Cttz for i64 (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Bitcast added 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/IceAssemblerMIPS32.cpp » ('j') | tests_lit/assembler/mips32/encoding_intrinsics.ll » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceAssemblerMIPS32.h
diff --git a/src/IceAssemblerMIPS32.h b/src/IceAssemblerMIPS32.h
index d7e73d4d834c1ffa88fbe9619a32a6abe04e91c4..441b3ea41e2e6105c50f2c1336c51bb9f8e36987 100644
--- a/src/IceAssemblerMIPS32.h
+++ b/src/IceAssemblerMIPS32.h
@@ -158,6 +158,8 @@ public:
void div_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
+ void lui(const Operand *OpRt, const uint16_t Imm);
+
void lw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
void mfc1(const Operand *OpRt, const Operand *OpFs);
« no previous file with comments | « no previous file | src/IceAssemblerMIPS32.cpp » ('j') | tests_lit/assembler/mips32/encoding_intrinsics.ll » ('J')

Powered by Google App Engine
This is Rietveld 408576698