Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !3641

i#1312 AVX-512 support: Add remaining evex-encoded vcvt* opcodes.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Hendrik Greving requested to merge i1312-add-evex-decoder-incremental-9 into master May 24, 2019
  • Overview 15
  • Commits 7
  • Pipelines 0
  • Changes 9

Adds evex-promoted opcodes vcvtps2pd, vcvtss2sd, vcvtpd2ps, vcvtsd2ss, vcvtdq2ps, vcvttps2dq, vcvtps2dq, vcvtdq2pd, vcvttpd2dq, vcvtpd2dq, vcvtph2ps, vcvtps2ph.

Adds the new AVX-512 opcodes vcvtpd2udq, vcvtpd2uqq, vcvtps2qq, vcvtps2udq, vcvtps2uqq, vcvttps2udq, vcvttpd2udq, vcvttps2qq, vcvttpd2qq, vcvttps2uqq, vcvttpd2uqq, vcvtss2usi, vcvtsd2usi, vcvttss2usi, vcvttsd2usi, vcvtqq2ps, vcvtqq2pd, vcvtusi2ss, vcvtusi2sd, vcvtudq2ps, vcvtudq2pd, vcvtuqq2ps, vcvtuqq2pd.

Adds tests for above.

Fixes an operand register type for previously added AVX-512 opcodes vcvtss2si vcvtss2si, vcvtsi2ss, vcvtsi2sd, vcvttss2si, vcvttsd2si.

Supports new opcode bytes in fast decoder and fixes random invalid opcode disassembler output in 64-bit test api.dis.

Changes have been tested using a script using api.ir VERBOSE output and the encoded bytes compared against llvm-mc, gas/objdump and capstone (the latter seems to lack support for some instructions). This methodology will be put in a test (xref #3638 ).

Issue: #1312

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i1312-add-evex-decoder-incremental-9