[DynInst_API:] [dyninst/dyninst] 638aca: Fix vector instruction lengths


Date: Thu, 08 Jun 2023 14:03:25 -0700
From: kupsch <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 638aca: Fix vector instruction lengths
  Branch: refs/heads/kupsch/fix-vector-instruction-lengths
  Home:   https://github.com/dyninst/dyninst
  Commit: 638acaf25db5e0ec6fe651faca372eeee7a732bf
      https://github.com/dyninst/dyninst/commit/638acaf25db5e0ec6fe651faca372eeee7a732bf
  Author: James A. Kupsch <kupsch@xxxxxxxxxxx>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M common/src/arch-x86.C

  Log Message:
  -----------
  Fix vector instruction lengths

The following instruction decoded with the wrong length if the modrm
operand specified a memory access as all the operand was incorrectly
specified to be a register only operand:

- vcvtpd2udq
- vcvtss2usi
- vcvttpd2qq
- vcvtudq2pd
- vcvtudq2ps
- vpblendd
- vpermpd


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 638aca: Fix vector instruction lengths, kupsch <=