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

Unified Diff: runtime/vm/locations.h

Issue 345563007: Add Uint32 representation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 5 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/intermediate_language_x64.cc ('k') | tests/language/vm/uint32_add_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/locations.h
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h
index 9b5b841835d57685e7b34a8c9b3167dbc97f7a46..703f12f05571b63dffadc8a682967e4aa21ec1a4 100644
--- a/runtime/vm/locations.h
+++ b/runtime/vm/locations.h
@@ -21,6 +21,7 @@ enum Representation {
kTagged,
kUntagged,
kUnboxedDouble,
+ kUnboxedUint32,
kUnboxedMint,
kUnboxedFloat32x4,
kUnboxedInt32x4,
« no previous file with comments | « runtime/vm/intermediate_language_x64.cc ('k') | tests/language/vm/uint32_add_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698