mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 14:42:55 +00:00
thumb32: Implement DMB
This commit is contained in:
@@ -108,7 +108,7 @@ INST(thumb32_EOR_imm, "EOR (imm)", "11110v00100Snnnn0vvvdd
|
||||
//INST(thumb32_LEAVEX, "LEAVEX", "111100111011----10-0----0000----")
|
||||
//INST(thumb32_CLREX, "CLREX", "111100111011----10-0----0010----")
|
||||
INST(thumb32_DSB, "DSB", "1111001110111111100011110100oooo")
|
||||
//INST(thumb32_DMB, "DMB", "111100111011----10-0----0101----")
|
||||
INST(thumb32_DMB, "DMB", "1111001110111111100011110101oooo")
|
||||
//INST(thumb32_ISB, "ISB", "111100111011----10-0----0110----")
|
||||
|
||||
//INST(thumb32_BXJ, "BXJ", "111100111100----1000111100000000")
|
||||
|
||||
Reference in New Issue
Block a user