Bochs/bochs/cpu
Stanislav Shwartsman 75e0c5b421 Little speed optimizations in cpu_loop function
change apic classes to more c++ friendly
2004-10-16 19:34:17 +00:00
..
3dnow.cc Leave aligment in floatx80 reg to compiler. 2004-07-02 20:24:47 +00:00
access.cc Little bit optimize memory access functions. Now values are calculated only if they actually needed. 2004-09-13 20:48:11 +00:00
apic.cc Little speed optimizations in cpu_loop function 2004-10-16 19:34:17 +00:00
apic.h Little speed optimizations in cpu_loop function 2004-10-16 19:34:17 +00:00
arith8.cc Fix compilation errors ;) 2004-08-18 21:29:07 +00:00
arith16.cc Fix compilation errors ;) 2004-08-18 21:29:07 +00:00
arith32.cc 1. add comments to CPUID instruction 2004-09-26 20:29:04 +00:00
arith64.cc Fix compilation errors ;) 2004-08-18 21:29:07 +00:00
bcd.cc Fixed undocumented flags handling for some instructions. 2004-08-14 19:34:02 +00:00
bit.cc * Fix LOCK prefix handling for x86-64 2004-09-17 20:47:19 +00:00
cpu.cc Little speed optimizations in cpu_loop function 2004-10-16 19:34:17 +00:00
cpu.h 1. Added required GP(0) exception when setting conficting flags in CR0 2004-09-21 20:19:19 +00:00
cpuid.cc Added comments 2004-10-03 20:25:19 +00:00
ctrl_xfer8.cc Apply patches: 2004-03-02 20:48:48 +00:00
ctrl_xfer16.cc Commit patch 2004-05-10 21:05:51 +00:00
ctrl_xfer32.cc Commit patch 2004-05-10 21:05:51 +00:00
ctrl_xfer64.cc Commit patch 2004-05-10 21:05:51 +00:00
ctrl_xfer_pro.cc speedup and cleanup 2004-09-04 19:37:37 +00:00
data_xfer8.cc This commit is the first commit in long series of changes the have several purposes: 2004-08-09 21:28:47 +00:00
data_xfer16.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
data_xfer32.cc Little bit optimize memory access functions. Now values are calculated only if they actually needed. 2004-09-13 20:48:11 +00:00
data_xfer64.cc Merge softfloat-fpu-implementation_ver4_branch branch 2004-06-18 14:11:11 +00:00
debugstuff.cc Fixed bug 2004-09-30 16:50:03 +00:00
exception.cc Simplify cpu.h 2004-09-14 20:19:54 +00:00
extdb.cc fix for BX_CPU_LEVEL < 4 2003-02-26 02:35:11 +00:00
extdb.h Replaced tabs in cpu/*.{cc,h} files with spaces. 2002-10-04 17:04:33 +00:00
fetchdecode64.cc Fix comments for code 2004-10-08 19:29:04 +00:00
fetchdecode.cc Fix comments for code 2004-10-08 19:29:04 +00:00
fetchdecode.h Fix FISTTP instruction opcode table 2004-09-21 21:19:59 +00:00
flag_ctrl_pro.cc Fixed bug 2004-09-30 16:50:03 +00:00
flag_ctrl.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
fpu_emu.cc rename fpu.cc in cpu folder 2004-05-16 18:46:42 +00:00
hostasm.h - host asms in a specific file 2004-02-15 17:57:45 +00:00
i387.h Changed MMX regs access macros to avoid code duplication in MMX register declaration 2004-06-23 21:59:24 +00:00
init.cc Fix init values for system registers 2004-10-16 10:18:01 +00:00
io_pro.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
io.cc Speed up compilation process. 2004-06-19 15:20:15 +00:00
lazy_flags.cc 1. Small optimization for lazy_flags.cc 2004-09-04 10:21:28 +00:00
lazy_flags.h 1. Small optimization for lazy_flags.cc 2004-09-04 10:21:28 +00:00
logical8.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical16.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical32.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
logical64.cc Little bit optimize memory access functions. Now values are calculated only if they actually needed. 2004-09-13 20:48:11 +00:00
Makefile.in This commit is the first commit in long series of changes the have several purposes: 2004-08-09 21:28:47 +00:00
mmx.cc For spammers o 2004-04-08 17:17:47 +00:00
mult8.cc Fix MUL/IMUL instructions flags handling 2004-08-31 19:43:58 +00:00
mult16.cc Fix MUL/IMUL instructions flags handling 2004-08-31 19:43:58 +00:00
mult32.cc Fix MUL/IMUL instructions flags handling 2004-08-31 19:43:58 +00:00
mult64.cc Fix MUL/IMUL instructions flags handling 2004-08-31 19:43:58 +00:00
paging.cc Drop unnecessary warning 2004-10-05 20:25:06 +00:00
proc_ctrl.cc Imlemented CR8 register for X86-64 mode 2004-10-13 20:58:16 +00:00
protect_ctrl_pro.cc Implemented FAST lazy flags version for logic instructions. 2004-08-13 20:00:03 +00:00
protect_ctrl.cc Little speed optimizations in cpu_loop function 2004-10-16 19:34:17 +00:00
resolve16.cc - add __attribute__((regparm(X))) performance trick with gcc on x86 2003-03-17 00:41:01 +00:00
resolve32.cc - add __attribute__((regparm(X))) performance trick with gcc on x86 2003-03-17 00:41:01 +00:00
resolve64.cc remove redundant CPU LEVEL checks for x86-64 2003-12-29 21:47:36 +00:00
segment_ctrl_pro.cc 1. Fixed bug in FSUB instruction 2004-07-29 20:15:19 +00:00
segment_ctrl.cc Change BX_PANIC to BX_INFO when behaviour exactly matches Intel docs 2003-10-06 10:01:12 +00:00
shift8.cc speedup and cleanup 2004-09-04 19:37:37 +00:00
shift16.cc speedup and cleanup 2004-09-04 19:37:37 +00:00
shift32.cc Fixed flags handling for SHLD and rotate instrructions 2004-08-27 20:13:32 +00:00
shift64.cc Fixed flags handling for SHLD and rotate instrructions 2004-08-27 20:13:32 +00:00
soft_int.cc Change BX_PANIC to BX_INFO in BOUND instruction 2004-04-17 16:42:11 +00:00
sse_move.cc Fix FXSAVE/FXRSTOR instructions exceptions handling 2004-07-03 11:02:43 +00:00
sse_pfp.cc Implemented precision lost up indication in floating point status word 2004-06-25 18:51:28 +00:00
sse_rcp.cc Merge softfloat-fpu-implementation_ver4_branch branch 2004-06-18 14:11:11 +00:00
sse.cc For spammers o 2004-04-08 17:17:47 +00:00
stack16.cc Commit patch 2004-05-10 21:05:51 +00:00
stack32.cc 1. add comments to CPUID instruction 2004-09-26 20:29:04 +00:00
stack64.cc Fix typo in stack64 2004-10-06 20:10:01 +00:00
stack_pro.cc Fixed problem in previous commit ... 2004-09-04 20:19:39 +00:00
string.cc 1. Update changes 2004-08-16 20:18:01 +00:00
tasking.cc instrumentation enchancements: 2003-02-13 15:04:11 +00:00
vm8086.cc BX_PANIC replaced by BX_INFO 2004-07-08 20:15:23 +00:00
xmm.h For spammers o 2004-04-08 17:17:47 +00:00