This website requires JavaScript.
Explore
Help
Sign In
T0b1
/
wasmtime
Watch
1
Star
0
Fork
0
You've already forked wasmtime
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
7fbf1cb810bb1174cf0fbc5c02442853fcf4e147
wasmtime
/
lib
/
cretonne
/
meta
/
isa
/
intel
History
Angus Holder
b003605132
Adapt intel to be able to correctly choose compressed instruction encodings: create a register class to identify the lower 8 registers, omit unnecessary REX prefixes, and fix the tests
2017-09-22 07:54:26 -07:00
..
__init__.py
Add the very basics of Intel 32-bit instruction encodings.
2017-05-08 16:57:38 -07:00
defs.py
Define I64 before I32 for better encoding table compression.
2017-07-25 15:38:55 -07:00
encodings.py
Adapt intel to be able to correctly choose compressed instruction encodings: create a register class to identify the lower 8 registers, omit unnecessary REX prefixes, and fix the tests
2017-09-22 07:54:26 -07:00
instructions.py
Add Intel legalization for division and multiplication.
2017-07-28 16:41:59 -07:00
legalize.py
Add Intel legalization for division and multiplication.
2017-07-28 16:41:59 -07:00
recipes.py
Adapt intel to be able to correctly choose compressed instruction encodings: create a register class to identify the lower 8 registers, omit unnecessary REX prefixes, and fix the tests
2017-09-22 07:54:26 -07:00
registers.py
Adapt intel to be able to correctly choose compressed instruction encodings: create a register class to identify the lower 8 registers, omit unnecessary REX prefixes, and fix the tests
2017-09-22 07:54:26 -07:00
settings.py
Add support for setting presets.
2017-07-14 13:57:44 -07:00