Skip to content

add x86 instruction simplifier #15

Open
@robertmuth

Description

@robertmuth

The simplifier accepts an x86 instruction and returns a semantically equivalent but "better" x86 instruction.
"better" usually means short encoding.

This would be implemented in CpuX64/ in a table driven fashion. The table itself can hopefully be derived more or less automatically from the existing x86 opcode table.

The feature would me used by CodeGenX64/codegen.py::_SimplifyCpuIns()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions