Constant propogation for DOT_PRODUCT_3.

This commit is contained in:
gibbed
2016-06-20 13:30:19 -05:00
parent dd18112905
commit 53e37c3167
3 changed files with 29 additions and 0 deletions

View File

@@ -506,6 +506,7 @@ class Value {
void VectorRol(Value* other, TypeName type);
void VectorAdd(Value* other, TypeName type, bool is_unsigned, bool saturate);
void VectorSub(Value* other, TypeName type, bool is_unsigned, bool saturate);
void DotProduct3(Value* other);
void ByteSwap();
void CountLeadingZeros(const Value* other);
bool Compare(Opcode opcode, Value* other);