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
  • !5667

i#3544 riscv64, part 2: add instr_info_t generator

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge i3544-riscv64-p2-instr-info-gen into master Sep 30, 2022
  • Overview 40
  • Commits 7
  • Pipelines 0
  • Changes 1

Created by: semihalf-kardach-stanislaw

Add a script for parsing Instruction Set Listing files. The goal is to generate:

  1. A list of supported instruction opcodes (opcode_api.h).
  2. A full set of instruction creation macros (instr_create_api.h).
  3. An instr_info_t table and a lookup trie for all known instructions.

The first two files are generated based on template files so that they may include non-generated data as well. The template files will be added in following commits. The last file is generated from scratch.

Issue #3544

Signed-off-by: Stanislaw Kardach [email protected]

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: i3544-riscv64-p2-instr-info-gen