Bochs/bochs/cpu
2007-11-16 08:30:22 +00:00
..
3dnow.cc
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
arith8.cc Small optimization for ADD lazy flags calculations. 2007-11-06 08:39:25 +00:00
arith16.cc Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
arith32.cc Rename splitmod11b methods 2007-11-16 08:30:22 +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 Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
cpuid.cc Complete MONITOR/MWAIT implemntation (including monitoring of memory range) 2007-11-01 18:03:48 +00:00
crregs.h
ctrl_xfer8.cc
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 Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
data_xfer16.cc Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
data_xfer32.cc Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
data_xfer64.cc
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
fetchdecode64.cc Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
fetchdecode.cc Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
fetchdecode.h Rename splitmod11b methods 2007-11-16 08:30:22 +00:00
flag_ctrl_pro.cc
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
i387.h
icache.h
init.cc Simplify Guest2HostTLB code 2007-11-11 20:44:07 +00:00
io_pro.cc
io.cc Slight speed improvement in string functions 2007-10-29 15:39:18 +00:00
iret.cc
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
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
mult8.cc
mult16.cc
mult32.cc
mult64.cc
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
segment_ctrl_pro.cc merge gate286 and gate386 in descriptor.h 2007-11-06 19:17:42 +00:00
segment_ctrl.cc
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
smm.h
soft_int.cc
sse_move.cc Fix SSE4 MOVNTDQA instruction - memory access must be always aligned 2007-10-20 17:03:33 +00:00
sse_pfp.cc
sse_rcp.cc
sse_string.cc
sse.cc
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
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
todo Update CPU TODO and CHANGES 2007-11-01 19:04:01 +00:00
vm8086.cc
xmm.h