This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Bochs
Watch
1
Star
0
Fork
0
You've already forked Bochs
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Bochs
/
bochs
/
cpu
/
decoder
History
Stanislav Shwartsman
a022d71774
fixed compilation
2019-04-14 04:05:04 +00:00
..
decoder.h
remove MOVDIRI opcode extension for now until fugured out how nicely do MOVDIR64B, they better to be both done with same CPUID feature name
2019-02-22 19:15:53 +00:00
disasm.cc
split some opcode reference tables in new decoder between x86-64 and 32 for better perf
2019-02-17 21:22:54 +00:00
fetchdecode32.cc
split some opcode reference tables in new decoder between x86-64 and 32 for better perf
2019-02-17 21:22:54 +00:00
fetchdecode64.cc
split some opcode reference tables in new decoder between x86-64 and 32 for better perf
2019-02-17 21:22:54 +00:00
fetchdecode_avx.h
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
2019-02-16 15:23:24 +00:00
fetchdecode_evex.h
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
2019-02-16 15:23:24 +00:00
fetchdecode_opmap_0f3a.h
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
2019-02-16 15:23:24 +00:00
fetchdecode_opmap_0f38.h
fixed compilation
2019-04-14 04:05:04 +00:00
fetchdecode_opmap.h
fixed copy-pasted issue with decoding
2019-02-17 21:54:38 +00:00
fetchdecode_x87.h
fix disasm of FISTTP opcodes
2017-12-19 20:36:55 +00:00
fetchdecode_xop.h
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
2019-02-16 15:23:24 +00:00
fetchdecode.h
enable yet another Bochs new decoder. It is a bit slower than old one but it is much more extendable so adding new opcode won't be nightmare anymore
2019-02-16 15:23:24 +00:00
ia_opcodes.def
remove MOVDIRI opcode extension for now until fugured out how nicely do MOVDIR64B, they better to be both done with same CPUID feature name
2019-02-22 19:15:53 +00:00
ia_opcodes.h
…
instr.h
split some opcode reference tables in new decoder between x86-64 and 32 for better perf
2019-02-17 21:22:54 +00:00