Merge branch 'chris_cpu_changes' of https://github.com/Gliniak/xenia.git into canary_experimental
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user