A32: Implement ARM-mode BFI

This commit is contained in:
Lioncash 2019-04-20 11:57:58 -04:00 committed by MerryMage
parent fab3a59e05
commit 2970b34e3c
5 changed files with 32 additions and 3 deletions

View file

@ -165,6 +165,7 @@ INST(arm_STM_usr, "STM (usr reg)", "----100--100--------------------
// Miscellaneous instructions
INST(arm_BFC, "BFC", "cccc0111110vvvvvddddvvvvv0011111") // v6T2
INST(arm_BFI, "BFI", "cccc0111110vvvvvddddvvvvv001nnnn") // v6T2
INST(arm_CLZ, "CLZ", "cccc000101101111dddd11110001mmmm") // v5
INST(arm_NOP, "NOP", "----0011001000001111000000000000") // v6K
INST(arm_SEL, "SEL", "cccc01101000nnnndddd11111011mmmm") // v6