Added disassembly support for the following shifted register instructions:
- adds
- subs
- sub
- neg
- negs
- cmp
- cmn
Differential D40006
arm64/disassem.c: Add support insts of shifted register with rsv option koliagogsadze_gmail.com on May 8 2023, 7:57 PM. Authored by Tags None Referenced Files
Details Added disassembly support for the following shifted register instructions:
Diff Detail
Event TimelineComment Actions refs to review: Comment Actions The wording used by the docs is confusing, but it is actually saying that disassemblers should output the aliases when possible. For example, we should print cmn x2, #1 rather than adds xzr, x2, #1. This is the behaviour of GNU and LLVM objdump utilities.
|