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
db2be8ee01613d18ed73f8a96c506277b8766d95
wasmtime
/
lib
/
cretonne
/
meta
/
isa
/
intel
History
Dan Gohman
23ab07b54e
Support legalizing bconst instructions on x86.
2018-03-28 14:11:16 -07:00
..
__init__.py
Add the very basics of Intel 32-bit instruction encodings.
2017-05-08 16:57:38 -07:00
defs.py
Rename
I32
->
X86_32
and
I64
->
X86_64
(
#271
)
2018-03-18 13:50:51 -07:00
encodings.py
Support legalizing bconst instructions on x86.
2018-03-28 14:11:16 -07:00
instructions.py
Tidy up whitespace.
2018-03-05 06:55:27 -08:00
legalize.py
Adds support to transform integer div and rem by constants into cheaper equivalents.
2018-02-28 11:41:36 -08:00
recipes.py
Support legalizing bconst instructions on x86.
2018-03-28 14:11:16 -07:00
registers.py
Rename %eflags to %rflags.
2018-03-27 11:52:57 -07:00
settings.py
Remove the "has_sse2" flag.
2018-03-12 12:38:01 -07:00