mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-07 14:36:27 +00:00
IR: Add VectorTable and VectorTableLookup IR instructions
This commit is contained in:
@@ -43,6 +43,7 @@ constexpr Type U128 = Type::U128;
|
||||
constexpr Type CoprocInfo = Type::CoprocInfo;
|
||||
constexpr Type NZCV = Type::NZCVFlags;
|
||||
constexpr Type Cond = Type::Cond;
|
||||
constexpr Type Table = Type::Table;
|
||||
|
||||
static const std::map<Opcode, Meta> opcode_info {{
|
||||
#define OPCODE(name, type, ...) { Opcode::name, { #name, type, { __VA_ARGS__ } } },
|
||||
|
||||
Reference in New Issue
Block a user