summaryrefslogtreecommitdiff
path: root/chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h')
-rw-r--r--chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h b/chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h
index f06ed5156e8..42af3326f3a 100644
--- a/chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h
+++ b/chromium/v8/src/compiler/backend/ia32/instruction-codes-ia32.h
@@ -117,10 +117,8 @@ namespace compiler {
V(IA32Poke) \
V(IA32Peek) \
V(IA32F64x2Splat) \
- V(SSEF64x2ExtractLane) \
- V(AVXF64x2ExtractLane) \
- V(SSEF64x2ReplaceLane) \
- V(AVXF64x2ReplaceLane) \
+ V(F64x2ExtractLane) \
+ V(F64x2ReplaceLane) \
V(IA32F64x2Sqrt) \
V(IA32F64x2Add) \
V(IA32F64x2Sub) \