Index: src/compiler/opcodes.h |
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h |
index 39cf2fae3182f64a204ab476bcb5eec6cbb38640..ea07354f8f6baca773cd28d83dcc33e7bc281813 100644 |
--- a/src/compiler/opcodes.h |
+++ b/src/compiler/opcodes.h |
@@ -697,31 +697,14 @@ |
V(S128And) \ |
V(S128Or) \ |
V(S128Xor) \ |
+ V(S128Select) \ |
V(S32x4Shuffle) \ |
- V(S32x4Select) \ |
V(S16x8Shuffle) \ |
- V(S16x8Select) \ |
V(S8x16Shuffle) \ |
- V(S8x16Select) \ |
- V(S1x4Zero) \ |
- V(S1x4And) \ |
- V(S1x4Or) \ |
- V(S1x4Xor) \ |
- V(S1x4Not) \ |
V(S1x4AnyTrue) \ |
V(S1x4AllTrue) \ |
- V(S1x8Zero) \ |
- V(S1x8And) \ |
- V(S1x8Or) \ |
- V(S1x8Xor) \ |
- V(S1x8Not) \ |
V(S1x8AnyTrue) \ |
V(S1x8AllTrue) \ |
- V(S1x16Zero) \ |
- V(S1x16And) \ |
- V(S1x16Or) \ |
- V(S1x16Xor) \ |
- V(S1x16Not) \ |
V(S1x16AnyTrue) \ |
V(S1x16AllTrue) |