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
e6481bb4ebdbd415beef326f05b258e6802dba70
wasmtime
/
lib
/
cretonne
/
meta
/
isa
/
intel
History
Tyler McMullen
e6481bb4eb
Add 32-bit encodings for x86_push, x86_pop, copy_special, and adjust_sp_imm.
2017-12-05 11:49:12 -08:00
..
__init__.py
Add the very basics of Intel 32-bit instruction encodings.
2017-05-08 16:57:38 -07:00
defs.py
Add Intel encodings for the fcmp instruction.
2017-09-26 11:17:32 -07:00
encodings.py
Add 32-bit encodings for x86_push, x86_pop, copy_special, and adjust_sp_imm.
2017-12-05 11:49:12 -08:00
instructions.py
Add (some) encodings for x86_push/pop instructions. Simple uses actually pass the legalizer now.
2017-12-05 11:49:12 -08:00
legalize.py
Handle srem INT_MIN, -1 correctly.
2017-09-29 08:53:49 -07:00
recipes.py
Add adjust_sp_imm instruction. Note: This enables using rsp and rbp as normal registers. Which is... wrong.
2017-12-05 11:49:12 -08:00
registers.py
Add register banks for CPU flags to Intel and ARM ISAs.
2017-10-13 14:02:09 -07:00
settings.py
Add support for setting presets.
2017-07-14 13:57:44 -07:00