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

Unified Diff: src/compiler/opcodes.h

Issue 2919203002: [WASM] Eliminate SIMD boolean vector types. (Closed)
Patch Set: Restore DCHECKs in AssembleMove/Swap now that we're back to 1 SIMD representation. Created 3 years, 6 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/mips64/instruction-selector-mips64.cc ('k') | src/compiler/ppc/instruction-selector-ppc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « src/compiler/mips64/instruction-selector-mips64.cc ('k') | src/compiler/ppc/instruction-selector-ppc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698