decoder/arm: Correct PLD decoder for v6K
This commit is contained in:
parent
269160ef0d
commit
e9e7ac6e65
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ std::vector<ArmMatcher<V>> GetArmDecodeTable() {
|
|||
INST(&V::arm_UXTAH, "UXTAH", "cccc01101111nnnnddddrr000111mmmm"), // v6
|
||||
|
||||
// Hint instructions
|
||||
INST(&V::arm_PLD, "PLD", "111101---101----1111------------"), // v5E
|
||||
INST(&V::arm_PLD, "PLD", "111101-1-101----1111------------"), // v5E; different on v7
|
||||
INST(&V::arm_SEV, "SEV", "----0011001000001111000000000100"), // v6K
|
||||
INST(&V::arm_WFE, "WFE", "----0011001000001111000000000010"), // v6K
|
||||
INST(&V::arm_WFI, "WFI", "----0011001000001111000000000011"), // v6K
|
||||
|
|
Loading…
Reference in a new issue