mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-31 03:37:42 +01:00
Merge pull request #577 from lioncash/barrier
thumb32: Implement barrier instructions and CLREX
This commit is contained in:
commit
75f4978da5
3 changed files with 30 additions and 4 deletions
|
|
@ -106,10 +106,10 @@ INST(thumb32_MOVT, "MOVT", "11110i101100iiii0iiidd
|
|||
|
||||
//INST(thumb32_ENTERX, "ENTERX", "111100111011----10-0----0001----")
|
||||
//INST(thumb32_LEAVEX, "LEAVEX", "111100111011----10-0----0000----")
|
||||
//INST(thumb32_CLREX, "CLREX", "111100111011----10-0----0010----")
|
||||
//INST(thumb32_DSB, "DSB", "111100111011----10-0----0100----")
|
||||
//INST(thumb32_DMB, "DMB", "111100111011----10-0----0101----")
|
||||
//INST(thumb32_ISB, "ISB", "111100111011----10-0----0110----")
|
||||
INST(thumb32_CLREX, "CLREX", "11110011101111111000111100101111")
|
||||
INST(thumb32_DSB, "DSB", "1111001110111111100011110100oooo")
|
||||
INST(thumb32_DMB, "DMB", "1111001110111111100011110101oooo")
|
||||
INST(thumb32_ISB, "ISB", "1111001110111111100011110110oooo")
|
||||
|
||||
//INST(thumb32_BXJ, "BXJ", "111100111100----1000111100000000")
|
||||
//INST(thumb32_ERET, "ERET", "11110011110111101000111100000000")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue