Skip to content

Commit 843e2ef

Browse files
ngzhianCommit Bot
authored andcommitted
Update wasm coversion opcodes
Based on the updates to spec at WebAssembly/simd#89 Change-Id: Ie60037e4de7a6953708a98c708afc9a820e6aa97 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1728347 Reviewed-by: Deepti Gandluri <[email protected]> Commit-Queue: Zhi An Ng <[email protected]> Cr-Commit-Position: refs/heads/master@{#63034}
1 parent ae60ea7 commit 843e2ef

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/wasm/wasm-opcodes.h

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -410,18 +410,18 @@ bool IsJSCompatibleSignature(const FunctionSig* sig, bool hasBigIntFeature);
410410
V(I32x4UConvertF32x4, 0xfdac, s_s) \
411411
V(F32x4SConvertI32x4, 0xfdaf, s_s) \
412412
V(F32x4UConvertI32x4, 0xfdb0, s_s) \
413-
V(I8x16SConvertI16x8, 0xfdb1, s_ss) \
414-
V(I8x16UConvertI16x8, 0xfdb2, s_ss) \
415-
V(I16x8SConvertI32x4, 0xfdb3, s_ss) \
416-
V(I16x8UConvertI32x4, 0xfdb4, s_ss) \
417-
V(I16x8SConvertI8x16Low, 0xfdb5, s_s) \
418-
V(I16x8SConvertI8x16High, 0xfdb6, s_s) \
419-
V(I16x8UConvertI8x16Low, 0xfdb7, s_s) \
420-
V(I16x8UConvertI8x16High, 0xfdb8, s_s) \
421-
V(I32x4SConvertI16x8Low, 0xfdb9, s_s) \
422-
V(I32x4SConvertI16x8High, 0xfdba, s_s) \
423-
V(I32x4UConvertI16x8Low, 0xfdbb, s_s) \
424-
V(I32x4UConvertI16x8High, 0xfdbc, s_s) \
413+
V(I8x16SConvertI16x8, 0xfdc6, s_ss) \
414+
V(I8x16UConvertI16x8, 0xfdc7, s_ss) \
415+
V(I16x8SConvertI32x4, 0xfdc8, s_ss) \
416+
V(I16x8UConvertI32x4, 0xfdc9, s_ss) \
417+
V(I16x8SConvertI8x16Low, 0xfdca, s_s) \
418+
V(I16x8SConvertI8x16High, 0xfdcb, s_s) \
419+
V(I16x8UConvertI8x16Low, 0xfdcc, s_s) \
420+
V(I16x8UConvertI8x16High, 0xfdcd, s_s) \
421+
V(I32x4SConvertI16x8Low, 0xfdce, s_s) \
422+
V(I32x4SConvertI16x8High, 0xfdcf, s_s) \
423+
V(I32x4UConvertI16x8Low, 0xfdd0, s_s) \
424+
V(I32x4UConvertI16x8High, 0xfdd1, s_s) \
425425
V(I16x8AddHoriz, 0xfdbd, s_ss) \
426426
V(I32x4AddHoriz, 0xfdbe, s_ss) \
427427
V(F32x4AddHoriz, 0xfdbf, s_ss)

0 commit comments

Comments
 (0)