mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 01:06:27 +00:00
A64: Implement addsub instructions
This commit is contained in:
@@ -47,6 +47,7 @@ enum class Type {
|
||||
F64 = 1 << 11,
|
||||
F128 = 1 << 12,
|
||||
CoprocInfo = 1 << 13,
|
||||
NZCVFlags = 1 << 14,
|
||||
};
|
||||
|
||||
constexpr Type operator|(Type a, Type b) {
|
||||
|
||||
Reference in New Issue
Block a user