Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: src/compiler/ia32/instruction-codes-ia32.h

Issue 2776753004: [wasm] Make Opcode names consistent across architectures, implementations (Closed)
Patch Set: Fix Saturates Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/ia32/code-generator-ia32.cc ('k') | src/compiler/ia32/instruction-scheduler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 7566c2b0fcb24fe2b1455b3e9e8008d743b50300..8bdfd0988d6d0bd7b6938dd6b00c2791f2dcf860 100644
--- a/src/compiler/ia32/instruction-codes-ia32.h
+++ b/src/compiler/ia32/instruction-codes-ia32.h
@@ -111,13 +111,13 @@ namespace compiler {
V(IA32PushFloat64) \
V(IA32Poke) \
V(IA32StackCheck) \
- V(IA32Int32x4Splat) \
- V(IA32Int32x4ExtractLane) \
- V(IA32Int32x4ReplaceLane) \
- V(SSEInt32x4Add) \
- V(SSEInt32x4Sub) \
- V(AVXInt32x4Add) \
- V(AVXInt32x4Sub)
+ V(IA32I32x4Splat) \
+ V(IA32I32x4ExtractLane) \
+ V(IA32I32x4ReplaceLane) \
+ V(SSEI32x4Add) \
+ V(SSEI32x4Sub) \
+ V(AVXI32x4Add) \
+ V(AVXI32x4Sub)
// Addressing modes represent the "shape" of inputs to an instruction.
// Many instructions support multiple addressing modes. Addressing modes
« no previous file with comments | « src/compiler/ia32/code-generator-ia32.cc ('k') | src/compiler/ia32/instruction-scheduler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698