Bochs/bochs/cpu
2005-06-16 20:28:27 +00:00
..
3dnow.cc Update my e-mail in source files 2005-05-12 18:07:48 +00:00
access.cc Merged patch for Hkan T. Johansson 2005-06-14 20:55:57 +00:00
apic.cc Allow zero apic timer count: 2005-06-16 16:56:30 +00:00
apic.h A lot of debug prints added to APIC.CC 2005-04-29 18:38:35 +00:00
arith8.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
arith16.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
arith32.cc CMPXCHG16B instruction implemented 2005-05-19 20:25:16 +00:00
arith64.cc CMPXCHG16B instruction implemented 2005-05-19 20:25:16 +00:00
bcd.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
bit.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
cpu.cc Speedup ICAche decWriteStamp operation. The main idea for this speedup was given by h.johansson. 2005-06-16 20:28:27 +00:00
cpu.h Separate force_flags function from read_flags (fix code duplication) 2005-06-16 17:25:04 +00:00
cpuid.cc CMPXCHG16B instruction implemented 2005-05-19 20:25:16 +00:00
ctrl_xfer8.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
ctrl_xfer16.cc Reverting back RETF instruction changes made by Kevin Lawton 2005-03-20 18:01:01 +00:00
ctrl_xfer32.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
ctrl_xfer64.cc implement jump_far64 for code segments 2005-05-19 18:13:08 +00:00
ctrl_xfer_pro.cc Fixed compilation problem 2005-05-20 17:04:42 +00:00
data_xfer8.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
data_xfer16.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
data_xfer32.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
data_xfer64.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
debugstuff.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
descriptor.h implement the correct condition for the segment limit check 2005-05-19 19:46:20 +00:00
exception.cc Fixed compilation problem in segment_ctrl.pro 2005-04-13 17:13:05 +00:00
extdb.cc
extdb.h dos2unix 2005-04-18 17:28:30 +00:00
fetchdecode64.cc Added SMP status to TODO file 2005-05-27 01:53:38 +00:00
fetchdecode.cc Improve Bochs instrumentation 2005-04-29 21:28:59 +00:00
fetchdecode.h Update my e-mail in source files 2005-05-12 18:07:48 +00:00
flag_ctrl_pro.cc Separate force_flags function from read_flags (fix code duplication) 2005-06-16 17:25:04 +00:00
flag_ctrl.cc
fpu_emu.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
hostasm.h
i387.h - clarify operator precedence (needed by MSVC) 2005-06-09 17:42:34 +00:00
icache.h Speedup ICAche decWriteStamp operation. The main idea for this speedup was given by h.johansson. 2005-06-16 20:28:27 +00:00
init.cc Separate pageWriteStamp from ICACHE. The pageWriteStamp has totally independant structure and could be used in future with icache structure. Also it could be significantly speeded up using BX_SMF analog constructions. 2005-04-10 19:42:48 +00:00
io_pro.cc
io.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
lazy_flags.cc
lazy_flags.h
logical8.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
logical16.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
logical32.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
logical64.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
Makefile.in
mmx.cc Update my e-mail in source files 2005-05-12 18:07:48 +00:00
mult8.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
mult16.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
mult32.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
mult64.cc Commit patch by kuma neko [yuubyou@gmail.com] 2005-05-13 14:15:35 +00:00
paging.cc Merged patch for Hkan T. Johansson 2005-06-14 20:55:57 +00:00
proc_ctrl.cc Added SMP status to TODO file 2005-05-27 01:53:38 +00:00
protect_ctrl_pro.cc
protect_ctrl.cc Fixed compatability mode execution bug, compatability mode and long mode should be treated as protected for all protected_mode() checks 2005-03-29 21:37:06 +00:00
resolve16.cc
resolve32.cc
resolve64.cc
segment_ctrl_pro.cc implement jump_far64 for code segments 2005-05-19 18:13:08 +00:00
segment_ctrl.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
shift8.cc
shift16.cc
shift32.cc
shift64.cc
soft_int.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
sse_move.cc Fixed FPU TAG WORD restore in FXRESTOR instruction 2005-06-13 20:25:16 +00:00
sse_pfp.cc Update my e-mail in source files 2005-05-12 18:07:48 +00:00
sse_rcp.cc Update my e-mail in source files 2005-05-12 18:07:48 +00:00
sse.cc Update my e-mail in source files 2005-05-12 18:07:48 +00:00
stack16.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
stack32.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
stack64.cc Unify coding style in CPU methods 2005-05-20 20:06:50 +00:00
stack_pro.cc Added CVS version header to all the files. 2005-03-19 20:44:01 +00:00
string.cc
tasking.cc
vm8086.cc
xmm.h - some more warnings in MSVC fixed 2005-06-06 20:14:50 +00:00