mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-05-11 06:28:19 +02:00
implemented other ic instructions
This commit is contained in:
@@ -69,8 +69,12 @@ enum class DataCacheOperation {
|
||||
};
|
||||
|
||||
enum class InstructionCacheOperation {
|
||||
// IC IVAU
|
||||
/// IC IVAU
|
||||
InvalidateByVAToPoU,
|
||||
/// IC IALLU
|
||||
InvalidateAllToPoU,
|
||||
/// IC IALLUIS
|
||||
InvalidateAllToPoUInnerSharable
|
||||
};
|
||||
|
||||
struct UserCallbacks {
|
||||
|
||||
Reference in New Issue
Block a user