summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/opcodes.h')
-rw-r--r--deps/v8/src/compiler/opcodes.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/deps/v8/src/compiler/opcodes.h b/deps/v8/src/compiler/opcodes.h
index fe45d9276a..76c6bfec2f 100644
--- a/deps/v8/src/compiler/opcodes.h
+++ b/deps/v8/src/compiler/opcodes.h
@@ -156,7 +156,8 @@
V(JSCreateObject) \
V(JSCreatePromise) \
V(JSCreateStringIterator) \
- V(JSCreateTypedArray)
+ V(JSCreateTypedArray) \
+ V(JSGetTemplateObject)
#define JS_OBJECT_OP_LIST(V) \
JS_CREATE_OP_LIST(V) \
@@ -425,11 +426,14 @@
V(LoadFieldByIndex) \
V(LoadField) \
V(LoadElement) \
+ V(LoadMessage) \
V(LoadTypedElement) \
V(LoadFromObject) \
V(LoadDataViewElement) \
+ V(LoadStackArgument) \
V(StoreField) \
V(StoreElement) \
+ V(StoreMessage) \
V(StoreTypedElement) \
V(StoreToObject) \
V(StoreDataViewElement) \
@@ -669,9 +673,10 @@
V(Word64Ctz) \
V(Word64ReverseBits) \
V(Word64ReverseBytes) \
+ V(Simd128ReverseBytes) \
V(Int64AbsWithOverflow) \
V(BitcastTaggedToWord) \
- V(BitcastTaggedSignedToWord) \
+ V(BitcastTaggedToWordForTagAndSmiBits) \
V(BitcastWordToTagged) \
V(BitcastWordToTaggedSigned) \
V(BitcastWord32ToCompressedSigned) \
@@ -749,6 +754,7 @@
V(F64x2ReplaceLane) \
V(F64x2Abs) \
V(F64x2Neg) \
+ V(F64x2Sqrt) \
V(F64x2Add) \
V(F64x2Sub) \
V(F64x2Mul) \
@@ -759,6 +765,8 @@
V(F64x2Ne) \
V(F64x2Lt) \
V(F64x2Le) \
+ V(F64x2Qfma) \
+ V(F64x2Qfms) \
V(F32x4Splat) \
V(F32x4ExtractLane) \
V(F32x4ReplaceLane) \
@@ -766,6 +774,7 @@
V(F32x4UConvertI32x4) \
V(F32x4Abs) \
V(F32x4Neg) \
+ V(F32x4Sqrt) \
V(F32x4RecipApprox) \
V(F32x4RecipSqrtApprox) \
V(F32x4Add) \
@@ -781,6 +790,8 @@
V(F32x4Le) \
V(F32x4Gt) \
V(F32x4Ge) \
+ V(F32x4Qfma) \
+ V(F32x4Qfms) \
V(I64x2Splat) \
V(I64x2ExtractLane) \
V(I64x2ReplaceLane) \
@@ -905,6 +916,7 @@
V(S128Or) \
V(S128Xor) \
V(S128Select) \
+ V(S8x16Swizzle) \
V(S8x16Shuffle) \
V(S1x2AnyTrue) \
V(S1x2AllTrue) \