OPCODE_DOT_PRODUCT_4 constant propagation

This commit is contained in:
Dr. Chat
2016-06-28 19:39:22 -05:00
parent abdf071c7d
commit 3d1d4dea47
3 changed files with 28 additions and 0 deletions

View File

@@ -508,6 +508,7 @@ class Value {
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 DotProduct4(Value* other);
void ByteSwap();
void CountLeadingZeros(const Value* other);
bool Compare(Opcode opcode, Value* other);