Chromium Code Reviews

Unified Diff: src/compiler/opcodes.h

Issue 2623633003: [Atomics] Make Atomics.exchange a builtin using TF (Closed)
Patch Set: fix win Created 3 years, 10 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 b50754c235089b509eb8e3a96173d3b52e30890d..76748c2420be1ba91f45468fae599341924e1c93 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -549,6 +549,7 @@
V(ProtectedStore) \
V(AtomicLoad) \
V(AtomicStore) \
+ V(AtomicExchange) \
V(UnsafePointerAdd)
#define MACHINE_SIMD_RETURN_SIMD_OP_LIST(V) \

Powered by Google App Engine