mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-18 22:42:58 +00:00
RegAlloc: Allow allocation of XMM registers
This commit is contained in:
@@ -41,6 +41,8 @@ enum class Type {
|
||||
U16 = 1 << 5,
|
||||
U32 = 1 << 6,
|
||||
U64 = 1 << 7,
|
||||
F32 = 1 << 8,
|
||||
F64 = 1 << 9,
|
||||
};
|
||||
|
||||
Type GetTypeOf(Opcode op);
|
||||
|
||||
Reference in New Issue
Block a user