Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
7.61k
stars
1.56k
forks
source link
PowerPC instruction alias slwi and srwi have incorrect 2nd operand in detailed information #2401
Closed
joevt closed 3 months ago
Work environment
Steps to get the wrong result
For
slwi
:For
srwi
:Incorrect result
Expected result
The second operand in the operands array should be
r1
to match the disassembly and the access type should be READ.More info
The information appears to be correct in the real instruction's detailed information.