mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 20:32:55 +00:00
thumb32: Implement WFE
This commit is contained in:
@@ -97,7 +97,7 @@ INST(thumb32_MOVT, "MOVT", "11110i101100iiii0iiidd
|
||||
|
||||
INST(thumb32_NOP, "NOP", "11110011101011111000000000000000")
|
||||
INST(thumb32_YIELD, "YIELD", "11110011101011111000000000000001")
|
||||
//INST(thumb32_WFE, "WFE", "111100111010----10-0-00000000010")
|
||||
INST(thumb32_WFE, "WFE", "11110011101011111000000000000010")
|
||||
//INST(thumb32_WFI, "WFI", "111100111010----10-0-00000000011")
|
||||
//INST(thumb32_SEV, "SEV", "111100111010----10-0-00000000100")
|
||||
//INST(thumb32_SEVL, "SEVL", "111100111010----10-0-00000000101")
|
||||
|
||||
Reference in New Issue
Block a user