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.51k stars 1.54k forks source link

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

Closed Rot127 closed 4 months ago

Rot127 commented 5 months ago

Your checklist for this pull request

Detailed description

Companion to https://github.com/capstone-engine/capstone/pull/2331

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