mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 22:48:25 +01:00
thumb32: Implement YIELD
This commit is contained in:
parent
a73ea9e111
commit
48fe7afe72
3 changed files with 6 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ INST(thumb32_MOVT, "MOVT", "11110i101100iiii0iiidd
|
|||
//INST(thumb32_MSR_reg_4, "MSR (reg)", "111100111000----10-0--00--0-----")
|
||||
|
||||
INST(thumb32_NOP, "NOP", "11110011101011111000000000000000")
|
||||
//INST(thumb32_YIELD, "YIELD", "111100111010----10-0-00000000001")
|
||||
INST(thumb32_YIELD, "YIELD", "11110011101011111000000000000001")
|
||||
//INST(thumb32_WFE, "WFE", "111100111010----10-0-00000000010")
|
||||
//INST(thumb32_WFI, "WFI", "111100111010----10-0-00000000011")
|
||||
//INST(thumb32_SEV, "SEV", "111100111010----10-0-00000000100")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue