A64: Implement AXFlag and XAFlag

This commit is contained in:
Lioncash
2019-03-06 17:38:15 -05:00
committed by MerryMage
parent 20ffe568d0
commit aa22db534b
3 changed files with 50 additions and 2 deletions

View File

@@ -87,8 +87,8 @@ INST(RMIF, "RMIF", "10111
//INST(SETF16, "SETF16", "0011101000000000010010nnnnn01101") // ARMv8.4
// System - Flag format instructions
//INST(XAFlag, "XAFlag", "11010101000000000100000000111111") // ARMv8.5
//INST(AXFlag, "AXFlag", "11010101000000000100000001011111") // ARMv8.5
INST(XAFlag, "XAFlag", "11010101000000000100000000111111") // ARMv8.5
INST(AXFlag, "AXFlag", "11010101000000000100000001011111") // ARMv8.5
// SYS: Data Cache
INST(DC_IVAC, "DC IVAC", "110101010000100001110110001ttttt")