Chromium Code Reviews

Unified Diff: src/compiler/opcodes.h

Issue 2649703002: [Atomics] Make Atomics.compareExchange a builtin using TF (Closed)
Patch Set: PPC and S390 Created 3 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 5df4b8f42881e0dafc2ddf543b5536e735720c77..0714d449154c1cda35c48187a74afcb61d2f45a6 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -552,6 +552,7 @@
V(AtomicLoad) \
V(AtomicStore) \
V(AtomicExchange) \
+ V(AtomicCompareExchange) \
V(UnsafePointerAdd)
#define MACHINE_SIMD_OP_LIST(V) \

Powered by Google App Engine