vertexclique / x86instexporter

Intel x86/x86_64 instruction set exporter (to ease the pain of rust-lang/stdarch contributions)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intel x86/x86_64 instruction set exporter

This program exports instructions based on the set names received from Intel Intrinsics Guide webpage. XML is downloaded from the page, it can be updated whenever a new set lands. It exports the list as markdown format to track implementation in checklist format.

Usage

$ python instexport.py <SETNAME>

Like:

$ python instexport.py AVX512BW

For any update you see, please open a PR.

License

Unlicense

About

Intel x86/x86_64 instruction set exporter (to ease the pain of rust-lang/stdarch contributions)

License:The Unlicense


Languages

Language:Python 100.0%