Chromium Code Reviews| Index: src/compiler/instruction-codes.h |
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h |
| index b355b3b2a299003021d12adf38639fd03747114f..d4e0449ad976b31ff892614eb1bde01ac8328c47 100644 |
| --- a/src/compiler/instruction-codes.h |
| +++ b/src/compiler/instruction-codes.h |
| @@ -99,6 +99,31 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny }; |
| V(AtomicCompareExchangeInt16) \ |
| V(AtomicCompareExchangeUint16) \ |
| V(AtomicCompareExchangeWord32) \ |
| + V(AtomicAddInt8) \ |
| + V(AtomicAddUint8) \ |
| + V(AtomicAddInt16) \ |
| + V(AtomicAddUint16) \ |
| + V(AtomicAddWord32) \ |
| + V(AtomicSubInt8) \ |
| + V(AtomicSubUint8) \ |
| + V(AtomicSubInt16) \ |
| + V(AtomicSubUint16) \ |
| + V(AtomicSubWord32) \ |
| + V(AtomicAndInt8) \ |
| + V(AtomicAndUint8) \ |
| + V(AtomicAndInt16) \ |
| + V(AtomicAndUint16) \ |
| + V(AtomicAndWord32) \ |
| + V(AtomicOrInt8) \ |
| + V(AtomicOrUint8) \ |
| + V(AtomicOrInt16) \ |
| + V(AtomicOrUint16) \ |
| + V(AtomicOrWord32) \ |
| + V(AtomicXorInt8) \ |
| + V(AtomicXorUint8) \ |
| + V(AtomicXorInt16) \ |
| + V(AtomicXorUint16) \ |
| + V(AtomicXorWord32) \ |
| V(Ieee754Float64Acos) \ |
| V(Ieee754Float64Acosh) \ |
| V(Ieee754Float64Asin) \ |