Index: src/compiler/ia32/instruction-codes-ia32.h |
diff --git a/src/compiler/ia32/instruction-codes-ia32.h b/src/compiler/ia32/instruction-codes-ia32.h |
index af4241c1f17c4d3ebdc06f1c33c3d5e4d945f2d8..67c141ebceb2594dc890eb070f5cc3ab2357d057 100644 |
--- a/src/compiler/ia32/instruction-codes-ia32.h |
+++ b/src/compiler/ia32/instruction-codes-ia32.h |
@@ -114,11 +114,19 @@ namespace compiler { |
V(IA32I32x4Splat) \ |
V(IA32I32x4ExtractLane) \ |
V(SSEI32x4ReplaceLane) \ |
- V(SSEI32x4Add) \ |
- V(SSEI32x4Sub) \ |
V(AVXI32x4ReplaceLane) \ |
+ V(SSEI32x4Add) \ |
V(AVXI32x4Add) \ |
- V(AVXI32x4Sub) |
+ V(SSEI32x4Sub) \ |
+ V(AVXI32x4Sub) \ |
+ V(IA32I16x8Splat) \ |
+ V(IA32I16x8ExtractLane) \ |
+ V(SSEI16x8ReplaceLane) \ |
+ V(AVXI16x8ReplaceLane) \ |
+ V(IA32I8x16Splat) \ |
+ V(IA32I8x16ExtractLane) \ |
+ V(SSEI8x16ReplaceLane) \ |
+ V(AVXI8x16ReplaceLane) |
// Addressing modes represent the "shape" of inputs to an instruction. |
// Many instructions support multiple addressing modes. Addressing modes |