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

Unified Diff: src/compiler/opcodes.h

Issue 1124813005: WIP Atomics (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix AtomicsLoad type in typer.cc Created 5 years, 7 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 | « src/compiler/machine-operator.cc ('k') | src/compiler/simplified-lowering.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 270b73f294926ca9f8585e086086ac59cff9aa71..77200fd87c253270cdf94c4c12ff6eb14002bcbc 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -177,6 +177,7 @@
V(LoadField) \
V(LoadBuffer) \
V(LoadElement) \
+ V(LoadElementAtomic) \
V(StoreField) \
V(StoreBuffer) \
V(StoreElement) \
@@ -204,6 +205,7 @@
#define MACHINE_OP_LIST(V) \
MACHINE_COMPARE_BINOP_LIST(V) \
V(Load) \
+ V(LoadAtomic) \
V(Store) \
V(Word32And) \
V(Word32Or) \
« no previous file with comments | « src/compiler/machine-operator.cc ('k') | src/compiler/simplified-lowering.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698