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

Unified Diff: crosstest/test_arith.def

Issue 1469113003: Subzero. ARM32. Strength reduce multiplications. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Adds multiply-by-imm xtests Created 5 years, 1 month 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 | « crosstest/test_arith.cpp ('k') | crosstest/test_arith_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crosstest/test_arith.def
diff --git a/crosstest/test_arith.def b/crosstest/test_arith.def
index 698f30b7f89b4476401b165df68446a88462bb2a..f2e9d489c01faf7323a5e8628bd7339f1b2f2173 100644
--- a/crosstest/test_arith.def
+++ b/crosstest/test_arith.def
@@ -81,4 +81,25 @@
10.0, FLT_MIN, FLT_MAX, \
DBL_MIN, DBL_MAX }
+#define MULIMM_TABLE \
Jim Stichnoth 2015/11/24 19:32:20 80-col alignment. Tag, you're it!
John 2015/11/24 20:26:55 Done.
+ /* mult_by */ \
+ X( 0) \
+ X( 1) \
+ X( 2) \
+ X( 3) \
+ X( 4) \
+ X( 5) \
+ X( 7) \
+ X( 8) \
+ X( 9) \
+ X( 10) \
+ X( 25) \
+ X( 100) \
+ X( 232) \
+ X(0x00FFF001) \
+ X(0x01000000) \
+ X(0x7FFFF07F) \
+ X(0x80000000) \
+//#define X(mult_by)
+
#endif // TEST_ARITH_DEF
« no previous file with comments | « crosstest/test_arith.cpp ('k') | crosstest/test_arith_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698