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

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, 6 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/locations.h
diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h
index 91ed897d2632a5ee0aff5bd047e2d12f37fc05a5..5277c3613093c631ebd1cec2f8789e9e24c34ade 100644
--- a/runtime/vm/locations.h
+++ b/runtime/vm/locations.h
@@ -22,6 +22,7 @@ enum Representation {
kUntagged,
kUnboxedDouble,
kUnboxedMint,
+ kUnboxedMint32,
Florian Schneider 2014/06/25 11:36:00 I would rename this to kUnboxedUint32 to more accu
kUnboxedFloat32x4,
kUnboxedInt32x4,
kUnboxedFloat64x2,
« runtime/vm/flow_graph_optimizer.cc ('K') | « runtime/vm/intermediate_language_ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698