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
79db3896d4
enable symbols for branch targets and JMP/CALL direct ptr instructions in new disassembler (still to be tested), attempt to use new disassembler in GUI debugger
2020-12-30 11:36:33 +00:00
..
decoder.h
implemented AVX encoded VNNI instructions published in recent SDM - not tested yet
2020-10-03 09:23:28 +00:00
disasm.cc
enable symbols for branch targets and JMP/CALL direct ptr instructions in new disassembler (still to be tested), attempt to use new disassembler in GUI debugger
2020-12-30 11:36:33 +00:00
fetchdecode32.cc
add into ia_opcodes.def disasm field for every instruction
2020-03-28 14:23:54 +00:00
fetchdecode64.cc
fixed recent segoverride assignment bug in SVN
2020-02-28 15:03:52 +00:00
fetchdecode_avx.h
implemented AVX encoded VNNI instructions published in recent SDM - not tested yet
2020-10-03 09:23:28 +00:00
fetchdecode_evex.h
…
fetchdecode_opmap_0f3a.h
…
fetchdecode_opmap_0f38.h
…
fetchdecode_opmap.h
…
fetchdecode_x87.h
…
fetchdecode_xop.h
…
fetchdecode.h
…
ia_opcodes.def
implemented AVX encoded VNNI instructions published in recent SDM - not tested yet
2020-10-03 09:23:28 +00:00
ia_opcodes.h
add into ia_opcodes.def disasm field for every instruction
2020-03-28 14:23:54 +00:00
instr.h
…