Chromium Code Reviews| Index: src/compiler/opcodes.h |
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
| index 7f5cde78d3ac0f5ab1fc9ecfabf9132cc22defcf..a9ccdd646bd1d469e79531774d4c226af91de710 100644 |
| --- a/src/compiler/opcodes.h |
| +++ b/src/compiler/opcodes.h |
| @@ -557,6 +557,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) \ |