mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
A32: Handle different variants of PLD
This commit is contained in:
parent
675f67e41d
commit
0fa0bca22a
6 changed files with 38 additions and 6 deletions
|
|
@ -98,7 +98,8 @@ u32 GenRandomInst(u32 pc, bool is_last_inst) {
|
|||
"arm_LDM_eret", "arm_LDM_usr",
|
||||
"arm_STM_usr",
|
||||
// Hint instructions
|
||||
"arm_NOP", "arm_PLD", "arm_SEV", "arm_WFE", "arm_WFI", "arm_YIELD",
|
||||
"arm_NOP", "arm_PLD_imm", "arm_PLD_reg", "arm_SEV",
|
||||
"arm_WFE", "arm_WFI", "arm_YIELD",
|
||||
// E, T, J
|
||||
"arm_BLX_reg", "arm_BLX_imm", "arm_BXJ", "arm_SETEND",
|
||||
// Coprocessor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue