| Index: src/compiler/instruction-codes.h
|
| diff --git a/src/compiler/instruction-codes.h b/src/compiler/instruction-codes.h
|
| index 360069c5d57fcd067a773c438bd48839da600c38..1b795f016a460443a2eb569b834c7b5359cdbc9e 100644
|
| --- a/src/compiler/instruction-codes.h
|
| +++ b/src/compiler/instruction-codes.h
|
| @@ -89,6 +89,11 @@ enum class RecordWriteMode { kValueIsMap, kValueIsPointer, kValueIsAny };
|
| V(AtomicStoreWord8) \
|
| V(AtomicStoreWord16) \
|
| V(AtomicStoreWord32) \
|
| + V(AtomicExchangeInt8) \
|
| + V(AtomicExchangeUint8) \
|
| + V(AtomicExchangeInt16) \
|
| + V(AtomicExchangeUint16) \
|
| + V(AtomicExchangeWord32) \
|
| V(Ieee754Float64Acos) \
|
| V(Ieee754Float64Acosh) \
|
| V(Ieee754Float64Asin) \
|
|
|