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

Unified Diff: src/compiler/opcodes.h

Issue 1693563004: Convert between tagged and untagged kSimd128 values. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 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/change-lowering.cc ('k') | src/compiler/representation-change.h » ('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 edf1363be220e72d66f178563af3262a32dfd474..0fc3f8c23b69fdbc50e503ad7f9aaae2476209c8 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -194,6 +194,26 @@
V(ChangeInt32ToTagged) \
V(ChangeUint32ToTagged) \
V(ChangeFloat64ToTagged) \
+ V(ChangeTaggedToFloat32x4) \
+ V(ChangeTaggedToInt32x4) \
+ V(ChangeTaggedToUint32x4) \
+ V(ChangeTaggedToBool32x4) \
+ V(ChangeTaggedToInt16x8) \
+ V(ChangeTaggedToUint16x8) \
+ V(ChangeTaggedToBool16x8) \
+ V(ChangeTaggedToInt8x16) \
+ V(ChangeTaggedToUint8x16) \
+ V(ChangeTaggedToBool8x16) \
+ V(ChangeFloat32x4ToTagged) \
+ V(ChangeInt32x4ToTagged) \
+ V(ChangeUint32x4ToTagged) \
+ V(ChangeBool32x4ToTagged) \
+ V(ChangeInt16x8ToTagged) \
+ V(ChangeUint16x8ToTagged) \
+ V(ChangeBool16x8ToTagged) \
+ V(ChangeInt8x16ToTagged) \
+ V(ChangeUint8x16ToTagged) \
+ V(ChangeBool8x16ToTagged) \
V(ChangeBoolToBit) \
V(ChangeBitToBool) \
V(Allocate) \
« no previous file with comments | « src/compiler/change-lowering.cc ('k') | src/compiler/representation-change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698