mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-31 11:44:44 +01:00
A64: Implement DSB, DMB
This commit is contained in:
parent
5edd623b9d
commit
bfd65bedfe
7 changed files with 34 additions and 2 deletions
|
|
@ -62,8 +62,8 @@ INST(SEVL, "SEVL", "11010
|
|||
//INST(ESB, "ESB", "11010101000000110010001000011111")
|
||||
//INST(PSB, "PSB CSYNC", "11010101000000110010001000111111")
|
||||
//INST(CLREX, "CLREX", "11010101000000110011MMMM01011111")
|
||||
//INST(DSB, "DSB", "11010101000000110011MMMM10011111")
|
||||
//INST(DMB, "DMB", "11010101000000110011MMMM10111111")
|
||||
INST(DSB, "DSB", "11010101000000110011MMMM10011111")
|
||||
INST(DMB, "DMB", "11010101000000110011MMMM10111111")
|
||||
//INST(ISB, "ISB", "11010101000000110011MMMM11011111")
|
||||
//INST(SYS, "SYS", "1101010100001oooNNNNMMMMooottttt")
|
||||
//INST(MSR_reg, "MSR (register)", "110101010001poooNNNNMMMMooottttt")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue