| Index: src/compiler/opcodes.h
|
| diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
|
| index edf1363be220e72d66f178563af3262a32dfd474..0fc3f8c23b69fdbc50e503ad7f9aaae2476209c8 100644
|
| --- a/src/compiler/opcodes.h
|
| +++ b/src/compiler/opcodes.h
|
| @@ -194,6 +194,26 @@
|
| V(ChangeInt32ToTagged) \
|
| V(ChangeUint32ToTagged) \
|
| V(ChangeFloat64ToTagged) \
|
| + V(ChangeTaggedToFloat32x4) \
|
| + V(ChangeTaggedToInt32x4) \
|
| + V(ChangeTaggedToUint32x4) \
|
| + V(ChangeTaggedToBool32x4) \
|
| + V(ChangeTaggedToInt16x8) \
|
| + V(ChangeTaggedToUint16x8) \
|
| + V(ChangeTaggedToBool16x8) \
|
| + V(ChangeTaggedToInt8x16) \
|
| + V(ChangeTaggedToUint8x16) \
|
| + V(ChangeTaggedToBool8x16) \
|
| + V(ChangeFloat32x4ToTagged) \
|
| + V(ChangeInt32x4ToTagged) \
|
| + V(ChangeUint32x4ToTagged) \
|
| + V(ChangeBool32x4ToTagged) \
|
| + V(ChangeInt16x8ToTagged) \
|
| + V(ChangeUint16x8ToTagged) \
|
| + V(ChangeBool16x8ToTagged) \
|
| + V(ChangeInt8x16ToTagged) \
|
| + V(ChangeUint8x16ToTagged) \
|
| + V(ChangeBool8x16ToTagged) \
|
| V(ChangeBoolToBit) \
|
| V(ChangeBitToBool) \
|
| V(Allocate) \
|
|
|