[CPU] Add constant VectorAverage.

This commit is contained in:
gibbed
2018-11-18 08:03:52 -06:00
parent 21b8620bf5
commit 3ced6c5cf2
3 changed files with 34 additions and 0 deletions

View File

@@ -535,6 +535,8 @@ class Value {
void VectorSub(Value* other, TypeName type, bool is_unsigned, bool saturate);
void DotProduct3(Value* other);
void DotProduct4(Value* other);
void VectorAverage(Value* other, TypeName type, bool is_unsigned,
bool saturate);
void ByteSwap();
void CountLeadingZeros(const Value* other);
bool Compare(Opcode opcode, Value* other);