Chromium Code Reviews

Unified Diff: src/compiler/opcodes.h

Issue 1779713009: Implement optional turbofan UnalignedLoad and UnalignedStore operators (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index ca292f82aec56c557e6a65596fea0c583372fb96..d414f2bfd2ae5451344af0c13b40f6d567343b43 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -334,6 +334,8 @@
V(LoadParentFramePointer) \
V(CheckedLoad) \
V(CheckedStore) \
+ V(UnalignedLoad) \
+ V(UnalignedStore) \
V(Word32PairShl)
#define VALUE_OP_LIST(V) \

Powered by Google App Engine