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

Unified Diff: src/trusted/validator_mips/mips32.table

Issue 1535443005: [MIPS] Make validator allow only two load patterns via $t8 (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Minor update. Created 5 years 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 | « src/trusted/validator_mips/mips-opt.table ('k') | src/trusted/validator_mips/model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/mips32.table
diff --git a/src/trusted/validator_mips/mips32.table b/src/trusted/validator_mips/mips32.table
index 32c3a663b0d62a749b1cd42c63847727dfbd63e7..c49405a00f79d84986b9c3e2d15ccef40db9acb9 100644
--- a/src/trusted/validator_mips/mips32.table
+++ b/src/trusted/validator_mips/mips32.table
@@ -62,7 +62,7 @@ opcode(31:26)
100000 =Load # lb
100001 =Load # lh
100010 =Load # lwl
-100011 =Load # lw
+100011 =LoadWord # lw
100100 =Load # lbu
100101 =Load # lhu
100110 =Load # lwr
« no previous file with comments | « src/trusted/validator_mips/mips-opt.table ('k') | src/trusted/validator_mips/model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698