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

Unified Diff: runtime/vm/constants_arm64.h

Issue 616873003: Use UnboxedInt32 and UnboxedUint32 representation for LoadIndexedInstr (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
Index: runtime/vm/constants_arm64.h
diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h
index ffe23036d982a3e994865de22a50b7f51b680101..ce43831814dc88b05fb34403815174f5d0855d20 100644
--- a/runtime/vm/constants_arm64.h
+++ b/runtime/vm/constants_arm64.h
@@ -562,6 +562,7 @@ enum FPIntCvtOp {
FMOVDR = FPIntCvtFixed | B31 | B22 | B18 | B17 | B16,
FCVTZDS = FPIntCvtFixed | B31 | B22 | B20 | B19,
SCVTFD = FPIntCvtFixed | B31 | B22 | B17,
+ SCVTFD32 = FPIntCvtFixed | B22 | B17,
};

Powered by Google App Engine
This is Rietveld 408576698