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

Unified Diff: tests/math/set_rounding_mips.S

Issue 2521263002: [MIPS] Remove explicit masks from assembly code (Closed)
Patch Set: Minor change. Created 4 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
Index: tests/math/set_rounding_mips.S
diff --git a/tests/math/set_rounding_mips.S b/tests/math/set_rounding_mips.S
index 8e8784bdea9daa712b24c7fd7a07b4a783ea5fd8..866c76e9bf7fc79b36b8a662079c0556d868e216 100644
--- a/tests/math/set_rounding_mips.S
+++ b/tests/math/set_rounding_mips.S
@@ -4,8 +4,6 @@
* found in the LICENSE file.
*/
-#define JUMP_MASK $t6
-
/*
* Rounding mode control field is bits [1:0] in FCSR.
* This function takes the two-bit value and sets bits [1:0].
@@ -41,7 +39,6 @@ set_rounding_control_field:
#endif
nop /* Force return sequence to next bundle. */
- and $ra, $ra, JUMP_MASK
jr $ra
nop

Powered by Google App Engine
This is Rietveld 408576698