capstone-engine / capstone

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.
http://www.capstone-engine.org
7.61k stars 1.56k forks source link

[next] Fix #2244: Don't apply pseudo-instr. offset to `vcmp` id #2331

Closed Rot127 closed 6 months ago

Rot127 commented 6 months ago

Your checklist for this pull request

Detailed description

There is an offset for instruction IDs, which get applied to some of them. For vcmp it seems they get applied incorrectly though.

Test plan

Added

Closing issues

closes https://github.com/capstone-engine/capstone/issues/2244

XVilka commented 6 months ago

@kabeor and this one