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

Unified Diff: src/IceInstX8632.h

Issue 696753003: Subzero: Remove a TODO comment about shld/shrd. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceInstX8632.h
diff --git a/src/IceInstX8632.h b/src/IceInstX8632.h
index b9868c07264d5b1b9edc6cad05353aa2c0cd0947..eb831ac500ac5f267679b9b5fc64cf1abf4e0524 100644
--- a/src/IceInstX8632.h
+++ b/src/IceInstX8632.h
@@ -993,8 +993,7 @@ private:
~InstX8632Mul() override {}
};
-// Shld instruction - shift across a pair of operands. TODO: Verify
-// that the validator accepts the shld instruction.
+// Shld instruction - shift across a pair of operands.
class InstX8632Shld : public InstX8632 {
InstX8632Shld(const InstX8632Shld &) = delete;
InstX8632Shld &operator=(const InstX8632Shld &) = delete;
@@ -1016,8 +1015,7 @@ private:
~InstX8632Shld() override {}
};
-// Shrd instruction - shift across a pair of operands. TODO: Verify
-// that the validator accepts the shrd instruction.
+// Shrd instruction - shift across a pair of operands.
class InstX8632Shrd : public InstX8632 {
InstX8632Shrd(const InstX8632Shrd &) = delete;
InstX8632Shrd &operator=(const InstX8632Shrd &) = delete;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698