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

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
« no previous file with comments | « runtime/vm/assembler_x64_test.cc ('k') | runtime/vm/disassembler_arm64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/constants_arm64.h
diff --git a/runtime/vm/constants_arm64.h b/runtime/vm/constants_arm64.h
index f87cd992810e4f957348e3df636b12564ea3aed5..d4200475db4d64cee52002751de997c53e4045ac 100644
--- a/runtime/vm/constants_arm64.h
+++ b/runtime/vm/constants_arm64.h
@@ -574,10 +574,10 @@ enum FPImmOp {
enum FPIntCvtOp {
FPIntCvtMask = 0x5f20fc00,
FPIntCvtFixed = FPFixed | B21,
- FMOVRD = FPIntCvtFixed | B31 | B22 | B18 | B17,
- FMOVDR = FPIntCvtFixed | B31 | B22 | B18 | B17 | B16,
- FCVTZDS = FPIntCvtFixed | B31 | B22 | B20 | B19,
- SCVTFD = FPIntCvtFixed | B31 | B22 | B17,
+ FMOVRD = FPIntCvtFixed | B22 | B18 | B17,
+ FMOVDR = FPIntCvtFixed | B22 | B18 | B17 | B16,
+ FCVTZDS = FPIntCvtFixed | B22 | B20 | B19,
+ SCVTFD = FPIntCvtFixed | B22 | B17,
};
« no previous file with comments | « runtime/vm/assembler_x64_test.cc ('k') | runtime/vm/disassembler_arm64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698