Merge branch 'chris_cpu_changes' of https://github.com/Gliniak/xenia.git into canary_experimental

This commit is contained in:
Gliniak
2022-06-17 14:04:58 +02:00
7 changed files with 243 additions and 49 deletions

View File

@@ -520,6 +520,7 @@ class Value {
void Shl(Value* other);
void Shr(Value* other);
void Sha(Value* other);
void RotateLeft(Value* other);
void Extract(Value* vec, Value* index);
void Select(Value* other, Value* ctrl);
void Splat(Value* other);