Bochs/bochs/disasm
Stanislav Shwartsman 69c0b06955 fixes in disassembler
split REPEAT instructions according to opsize to speedup execution
now each REPEATABLE instruction splitted to 3 different instructions, one for 16-bit operand size, one for 32-bit and one for 64-bit. Choosing of correct instruction occure in fetchdecode step.
2004-11-20 23:26:32 +00:00
..
dis_decode.cc Some preparations and cleanups for future x86-64 2004-10-17 22:05:17 +00:00
dis_groups.cc fixes in disassembler 2004-11-20 23:26:32 +00:00
dis_tables.h fixes in disassembler 2004-11-20 23:26:32 +00:00
disasm.h fixes in disassembler 2004-11-20 23:26:32 +00:00
Makefile.in update makefile for support .cpp suffixes for C++ sources 2004-01-24 16:37:15 +00:00
resolve.cc everal fixes in disasm 2004-10-22 22:56:59 +00:00