.. |
3dnow.cc
|
Change my e-mail to #SF one
|
2007-03-23 21:27:13 +00:00 |
access.cc
|
Simplify Guest2HostTLB code
|
2007-11-11 20:44:07 +00:00 |
apic.cc
|
Complete MONITOR/MWAIT implemntation (including monitoring of memory range)
|
2007-11-01 18:03:48 +00:00 |
apic.h
|
Fix some copyright messages
|
2007-10-15 22:07:52 +00:00 |
arith8.cc
|
Small optimization for ADD lazy flags calculations.
|
2007-11-06 08:39:25 +00:00 |
arith16.cc
|
Fixes in registers read/write -> fixed zero upper of register in POP_Ed
|
2007-11-13 21:07:08 +00:00 |
arith32.cc
|
Fixes in registers read/write -> fixed zero upper of register in POP_Ed
|
2007-11-13 21:07:08 +00:00 |
arith64.cc
|
Small optimization for ADD lazy flags calculations.
|
2007-11-06 08:39:25 +00:00 |
bcd.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
bit.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
call_far.cc
|
merge gate286 and gate386 in descriptor.h
|
2007-11-06 19:17:42 +00:00 |
cpu.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
cpu.h
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
cpuid.cc
|
Complete MONITOR/MWAIT implemntation (including monitoring of memory range)
|
2007-11-01 18:03:48 +00:00 |
crregs.h
|
Fix some copyright messages
|
2007-10-15 22:07:52 +00:00 |
ctrl_xfer8.cc
|
- Code cleanup, remove x86-64 code from functions which cannot be called from x86-64
|
2006-05-12 17:04:19 +00:00 |
ctrl_xfer16.cc
|
Split JCC methods to 16 different methods per branch condition
|
2007-11-12 18:20:15 +00:00 |
ctrl_xfer32.cc
|
Split JCC methods to 16 different methods per branch condition
|
2007-11-12 18:20:15 +00:00 |
ctrl_xfer64.cc
|
Split JCC methods to 16 different methods per branch condition
|
2007-11-12 18:20:15 +00:00 |
ctrl_xfer_pro.cc
|
Optimize access to IP (16 bit) - made IP register similar to GPR
|
2007-10-18 22:44:39 +00:00 |
data_xfer8.cc
|
minor x86_64 fixes and cleanups
|
2007-01-12 22:47:21 +00:00 |
data_xfer16.cc
|
Added SSE4A and SSE4_2 to disassembler
|
2007-09-19 19:38:10 +00:00 |
data_xfer32.cc
|
- Fixed zero upper 32-bit part of GPR in x86-64 mode
|
2007-01-26 22:12:05 +00:00 |
data_xfer64.cc
|
minor x86_64 fixes and cleanups
|
2007-01-12 22:47:21 +00:00 |
debugstuff.cc
|
split 32-bit modermdata variable in BxInstruction_c to 4 Bit8u variables
|
2007-11-08 18:21:37 +00:00 |
descriptor.h
|
merge gate286 and gate386 in descriptor.h
|
2007-11-06 19:17:42 +00:00 |
exception.cc
|
merge gate286 and gate386 in descriptor.h
|
2007-11-06 19:17:42 +00:00 |
extdb.cc
|
Optimize access to IP (16 bit) - made IP register similar to GPR
|
2007-10-18 22:44:39 +00:00 |
extdb.h
|
Fixed compilation error of extdb
|
2006-06-25 21:44:46 +00:00 |
fetchdecode64.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
fetchdecode.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
fetchdecode.h
|
cleanups
|
2007-10-11 22:44:17 +00:00 |
flag_ctrl_pro.cc
|
Implemented MTRR support
|
2007-09-20 17:33:35 +00:00 |
flag_ctrl.cc
|
Fixes in registers read/write -> fixed zero upper of register in POP_Ed
|
2007-11-13 21:07:08 +00:00 |
fpu_emu.cc
|
Fix some copyright messages
|
2007-10-15 22:07:52 +00:00 |
i387.h
|
Change my e-mail to #SF one
|
2007-03-23 21:27:13 +00:00 |
icache.h
|
- fixed memory leaks found with valgrind when trying to start a second
|
2006-09-20 20:52:23 +00:00 |
init.cc
|
Simplify Guest2HostTLB code
|
2007-11-11 20:44:07 +00:00 |
io_pro.cc
|
Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation
|
2007-07-09 15:16:14 +00:00 |
io.cc
|
Slight speed improvement in string functions
|
2007-10-29 15:39:18 +00:00 |
iret.cc
|
remove dbg print
|
2007-09-26 19:10:41 +00:00 |
jmp_far.cc
|
merge gate286 and gate386 in descriptor.h
|
2007-11-06 19:17:42 +00:00 |
lazy_flags.cc
|
Small optimization for ADD lazy flags calculations.
|
2007-11-06 08:39:25 +00:00 |
lazy_flags.h
|
support lazy flags for SHRD instruction
|
2005-10-13 20:21:35 +00:00 |
logical8.cc
|
reduce amount of used temp variables
|
2007-10-21 23:35:11 +00:00 |
logical16.cc
|
split 32-bit modermdata variable in BxInstruction_c to 4 Bit8u variables
|
2007-11-08 18:21:37 +00:00 |
logical32.cc
|
split 32-bit modermdata variable in BxInstruction_c to 4 Bit8u variables
|
2007-11-08 18:21:37 +00:00 |
logical64.cc
|
reduce amount of used temp variables
|
2007-10-21 23:35:11 +00:00 |
Makefile.in
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
mmx.cc
|
added cpu state param - for future use and for dbg info
|
2007-10-11 18:12:00 +00:00 |
mult8.cc
|
Now devices could be compiled separatelly from CPU
|
2006-03-06 22:03:16 +00:00 |
mult16.cc
|
Now devices could be compiled separatelly from CPU
|
2006-03-06 22:03:16 +00:00 |
mult32.cc
|
Now devices could be compiled separatelly from CPU
|
2006-03-06 22:03:16 +00:00 |
mult64.cc
|
Enable SSE4_2 in CPUID
|
2007-10-01 21:08:26 +00:00 |
paging.cc
|
Simplify Guest2HostTLB code
|
2007-11-11 20:44:07 +00:00 |
proc_ctrl.cc
|
Fixed compilation warning when compiling with no x86-64
|
2007-11-09 12:06:34 +00:00 |
protect_ctrl.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
resolve16.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
resolve32.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
resolve64.cc
|
Bugfix and optimize BxResolve calls - bugfix in 64-bit mode
|
2007-11-13 17:30:54 +00:00 |
ret_far.cc
|
Fixes in zero upper ECX
|
2007-09-25 16:11:32 +00:00 |
segment_ctrl_pro.cc
|
merge gate286 and gate386 in descriptor.h
|
2007-11-06 19:17:42 +00:00 |
segment_ctrl.cc
|
Support for Intel LSS/LFS/LGS in 64-bit mode
|
2007-04-09 20:28:15 +00:00 |
shift8.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
shift16.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
shift32.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
shift64.cc
|
During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :)
|
2007-10-21 22:07:33 +00:00 |
smm.cc
|
Implemented MTRR support
|
2007-09-20 17:33:35 +00:00 |
smm.h
|
Change my e-mail to #SF one
|
2007-03-23 21:27:13 +00:00 |
soft_int.cc
|
Fixed ton of code duplication.
|
2006-08-31 18:18:17 +00:00 |
sse_move.cc
|
Fix SSE4 MOVNTDQA instruction - memory access must be always aligned
|
2007-10-20 17:03:33 +00:00 |
sse_pfp.cc
|
Added SSE4_2 instructions emulation
|
2007-10-01 19:59:37 +00:00 |
sse_rcp.cc
|
some speedup for SSE code - achived by code simplification
|
2007-09-20 22:55:03 +00:00 |
sse_string.cc
|
Added SSE4_2 instructions emulation
|
2007-10-01 19:59:37 +00:00 |
sse.cc
|
Added SSE4_2 instructions emulation
|
2007-10-01 19:59:37 +00:00 |
stack16.cc
|
Fixes in registers read/write -> fixed zero upper of register in POP_Ed
|
2007-11-13 21:07:08 +00:00 |
stack32.cc
|
Fixes in registers read/write -> fixed zero upper of register in POP_Ed
|
2007-11-13 21:07:08 +00:00 |
stack64.cc
|
Fixed bug in ENTER instruction in long mode
|
2006-03-08 18:21:16 +00:00 |
stack_pro.cc
|
Optimize access to IP (16 bit) - made IP register similar to GPR
|
2007-10-18 22:44:39 +00:00 |
string.cc
|
Slight speed improvement in string functions
|
2007-10-29 15:39:18 +00:00 |
tasking.cc
|
Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation
|
2007-07-09 15:16:14 +00:00 |
todo
|
Update CPU TODO and CHANGES
|
2007-11-01 19:04:01 +00:00 |
vm8086.cc
|
Replace access_linear by read_virtual_xword when applicable
|
2007-02-03 21:36:40 +00:00 |
xmm.h
|
Misaligned SSE support
|
2007-07-15 19:03:39 +00:00 |