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

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

Issue 2801683003: MIPS[64]: Support for some SIMD operations (8) (Closed)
Patch Set: Rebase Created 3 years, 7 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/mips/code-generator-mips.cc ('k') | src/compiler/mips/instruction-selector-mips.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/mips/instruction-codes-mips.h
diff --git a/src/compiler/mips/instruction-codes-mips.h b/src/compiler/mips/instruction-codes-mips.h
index 401d8b7fd7aa272048dda325a1a883dee853dd43..8fa3618a2675e64632c8b598945232ca236ba587 100644
--- a/src/compiler/mips/instruction-codes-mips.h
+++ b/src/compiler/mips/instruction-codes-mips.h
@@ -228,7 +228,15 @@ namespace compiler {
V(MipsS128And) \
V(MipsS128Or) \
V(MipsS128Xor) \
- V(MipsS128Not)
+ V(MipsS128Not) \
+ V(MipsS1x4AnyTrue) \
+ V(MipsS1x4AllTrue) \
+ V(MipsS1x8AnyTrue) \
+ V(MipsS1x8AllTrue) \
+ V(MipsS1x16AnyTrue) \
+ V(MipsS1x16AllTrue) \
+ V(MipsMsaLd) \
+ V(MipsMsaSt)
// 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/mips/code-generator-mips.cc ('k') | src/compiler/mips/instruction-selector-mips.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698