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

Unified Diff: src/compiler/opcodes.h

Issue 2799863002: [Atomics] use TFJ builtins for atomic add, sub, and, or, and xor (Closed)
Patch Set: [Atomics] use TFJ builtins for atomic add, sub, and, or, and xor Created 3 years, 8 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: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 9779f1fddcbe7d6ae1bd09549e3a32682f9f7e11..0bb4b265adb280faa152ebc3683d2585ee77b447 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -560,6 +560,11 @@
V(AtomicStore) \
V(AtomicExchange) \
V(AtomicCompareExchange) \
+ V(AtomicAdd) \
+ V(AtomicSub) \
+ V(AtomicAnd) \
+ V(AtomicOr) \
+ V(AtomicXor) \
V(UnsafePointerAdd)
#define MACHINE_SIMD_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698