A32: Handle different variants of PLD

This commit is contained in:
Lioncash 2019-05-02 20:03:33 -04:00 committed by MerryMage
parent 675f67e41d
commit 0fa0bca22a
6 changed files with 38 additions and 6 deletions

View file

@ -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