Bochs/bochs/cpu
2008-02-12 22:42:47 +00:00
..
3dnow.cc white space cleanup 2008-02-02 21:46:54 +00:00
access.cc Fixed compilation error when alignment check is disabled 2008-02-12 06:47:03 +00:00
apic.cc white space cleanup 2008-02-02 21:46:54 +00:00
apic.h white space cleanup 2008-02-02 21:46:54 +00:00
arith8.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
arith16.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
arith32.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
arith64.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
bcd.cc white space cleanup 2008-02-02 21:46:54 +00:00
bit16.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
bit32.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
bit64.cc white space cleanup 2008-02-02 21:46:54 +00:00
bit.cc white space cleanup 2008-02-02 21:46:54 +00:00
call_far.cc white space cleanup 2008-02-02 21:46:54 +00:00
cpu.cc white space cleanup 2008-02-02 21:46:54 +00:00
cpu.h Added first stubs for XSAVE/XRESTOR implementation 2008-02-12 22:41:39 +00:00
cpuid.cc white space cleanup 2008-02-02 21:46:54 +00:00
crregs.h Added first stubs for XSAVE/XRESTOR implementation 2008-02-12 22:41:39 +00:00
ctrl_xfer8.cc white space cleanup 2008-02-02 21:46:54 +00:00
ctrl_xfer16.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
ctrl_xfer32.cc white space cleanup 2008-02-02 21:46:54 +00:00
ctrl_xfer64.cc white space cleanup 2008-02-02 21:46:54 +00:00
ctrl_xfer_pro.cc cleanups 2008-02-07 18:28:50 +00:00
data_xfer8.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
data_xfer16.cc another whitespace cleanup by Sebastien 2008-02-05 22:33:35 +00:00
data_xfer32.cc white space cleanup 2008-02-02 21:46:54 +00:00
data_xfer64.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
debugstuff.cc white space cleanup 2008-02-02 21:46:54 +00:00
descriptor.h Faster memory access for 4G limit cases 2007-12-10 19:08:13 +00:00
exception.cc white space cleanup 2008-02-02 21:46:54 +00:00
extdb.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
extdb.h cleanups and optimizations 2008-01-22 16:20:30 +00:00
fetchdecode64.cc Unpack more fields in bxInstruction_c -> this increase bxInstruction size by 4 bytes but I have no way but do it if want to support SSE5 dest override later 2008-02-04 21:28:53 +00:00
fetchdecode.cc Optimization in 16-bit resolve functions 2008-02-07 20:43:13 +00:00
fetchdecode.h Added first stubs for XSAVE/XRESTOR implementation 2008-02-12 22:41:39 +00:00
flag_ctrl_pro.cc remove staruct for eflags and use single 32-bit variable 2008-01-29 22:26:29 +00:00
flag_ctrl.cc white space cleanup 2008-02-02 21:46:54 +00:00
fpu_emu.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
i387.h white space cleanup 2008-02-02 21:46:54 +00:00
icache.cc white space cleanup 2008-02-02 21:46:54 +00:00
icache.h white space cleanup 2008-02-02 21:46:54 +00:00
init.cc Canonical check have higher priority than #AC check 2008-02-11 20:52:10 +00:00
instr.h Unpack more fields in bxInstruction_c -> this increase bxInstruction size by 4 bytes but I have no way but do it if want to support SSE5 dest override later 2008-02-04 21:28:53 +00:00
io_pro.cc white space cleanup 2008-02-02 21:46:54 +00:00
io.cc Optimization in 16-bit resolve functions 2008-02-07 20:43:13 +00:00
iret.cc white space cleanup 2008-02-02 21:46:54 +00:00
jmp_far.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
lazy_flags.cc white space cleanup 2008-02-02 21:46:54 +00:00
lazy_flags.h Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
logical8.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
logical16.cc Eliminate BxResolve call from the heart of cpu loop and move into instructions that really require this calculation. Yes, it blows the code of EVERY CPU method but it has >15% speedup ! 2008-01-10 19:37:56 +00:00
logical32.cc Eliminate BxResolve call from the heart of cpu loop and move into instructions that really require this calculation. Yes, it blows the code of EVERY CPU method but it has >15% speedup ! 2008-01-10 19:37:56 +00:00
logical64.cc Eliminate BxResolve call from the heart of cpu loop and move into instructions that really require this calculation. Yes, it blows the code of EVERY CPU method but it has >15% speedup ! 2008-01-10 19:37:56 +00:00
Makefile.in Added first stubs for XSAVE/XRESTOR implementation 2008-02-12 22:41:39 +00:00
mmx.cc white space cleanup 2008-02-02 21:46:54 +00:00
mult8.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
mult16.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
mult32.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
mult64.cc white space cleanup 2008-02-02 21:46:54 +00:00
paging.cc Canonical check have higher priority than #AC check 2008-02-11 20:52:10 +00:00
proc_ctrl.cc Added first stubs for XSAVE/XRESTOR implementation 2008-02-12 22:41:39 +00:00
protect_ctrl.cc white space cleanup 2008-02-02 21:46:54 +00:00
resolve16.cc Optimization in 16-bit resolve functions 2008-02-07 20:43:13 +00:00
resolve32.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
resolve64.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
ret_far.cc white space cleanup 2008-02-02 21:46:54 +00:00
segment_ctrl_pro.cc white space cleanup 2008-02-02 21:46:54 +00:00
segment_ctrl.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
shift8.cc white space cleanup 2008-02-02 21:46:54 +00:00
shift16.cc white space cleanup 2008-02-02 21:46:54 +00:00
shift32.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
shift64.cc white space cleanup 2008-02-02 21:46:54 +00:00
smm.cc Canonical check have higher priority than #AC check 2008-02-11 20:52:10 +00:00
smm.h white space cleanup 2008-02-02 21:46:54 +00:00
soft_int.cc white space cleanup 2008-02-02 21:46:54 +00:00
sse_move.cc white space cleanup 2008-02-02 21:46:54 +00:00
sse_pfp.cc white space cleanup 2008-02-02 21:46:54 +00:00
sse_rcp.cc white space cleanup 2008-02-02 21:46:54 +00:00
sse_string.cc white space cleanup 2008-02-02 21:46:54 +00:00
sse.cc white space cleanup 2008-02-02 21:46:54 +00:00
stack16.cc white space cleanup 2008-02-02 21:46:54 +00:00
stack32.cc white space cleanup 2008-02-02 21:46:54 +00:00
stack64.cc white space cleanup 2008-02-02 21:46:54 +00:00
stack_pro.cc Cleanups. Move bxInstruction_c definition to separate file instr.h 2008-01-29 17:13:10 +00:00
string.cc Optimization in 16-bit resolve functions 2008-02-07 20:43:13 +00:00
tasking.cc white space cleanup 2008-02-02 21:46:54 +00:00
todo white space cleanup 2008-02-02 21:46:54 +00:00
vm8086.cc white space cleanup 2008-02-02 21:46:54 +00:00
xmm.h white space cleanup 2008-02-02 21:46:54 +00:00
xsave.cc new file - currently with stubs for xsave/xrestr extensions 2008-02-12 22:42:47 +00:00