mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-13 07:26:26 +00:00
A64: Implement RMIF
This commit is contained in:
@@ -82,7 +82,7 @@ INST(MRS, "MRS", "11010
|
||||
|
||||
// System - Flag manipulation instructions
|
||||
INST(CFINV, "CFINV", "11010101000000000100000000011111") // ARMv8.4
|
||||
//INST(RMIF, "RMIF", "10111010000iiiiii00001nnnnn0IIII") // ARMv8.4
|
||||
INST(RMIF, "RMIF", "10111010000iiiiii00001nnnnn0IIII") // ARMv8.4
|
||||
//INST(SETF8, "SETF8", "0011101000000000000010nnnnn01101") // ARMv8.4
|
||||
//INST(SETF16, "SETF16", "0011101000000000010010nnnnn01101") // ARMv8.4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user