mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 08:42:57 +00:00
IR: Add VectorTable and VectorTableLookup IR instructions
This commit is contained in:
@@ -103,5 +103,6 @@ using U32U64 = TypedValue<Type::U32 | Type::U64>;
|
||||
using UAny = TypedValue<Type::U8 | Type::U16 | Type::U32 | Type::U64>;
|
||||
using UAnyU128 = TypedValue<Type::U8 | Type::U16 | Type::U32 | Type::U64 | Type::U128>;
|
||||
using NZCV = TypedValue<Type::NZCVFlags>;
|
||||
using Table = TypedValue<Type::Table>;
|
||||
|
||||
} // namespace Dynarmic::IR
|
||||
|
||||
Reference in New Issue
Block a user