Bochs/bochs/cpu
2007-12-20 18:29:42 +00:00
..
3dnow.cc Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
access.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
apic.cc Split bit.cc to 4 files - new files bit16/32/64.cc 2007-12-07 10:59:18 +00:00
apic.h Fix some copyright messages 2007-10-15 22:07:52 +00:00
arith8.cc Changes for lazy flags handling -> 1st stap in transition to new lazy flags handling by Darek Mihocka (www.emulators.com) 2007-12-04 19:27:23 +00:00
arith16.cc Changes for lazy flags handling -> 1st stap in transition to new lazy flags handling by Darek Mihocka (www.emulators.com) 2007-12-04 19:27:23 +00:00
arith32.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
arith64.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
bcd.cc Optimized memory access for 64-bit mode 2007-11-20 17:15:33 +00:00
bit16.cc Split bit.cc to 4 files - new files bit16/32/64.cc 2007-12-07 10:59:18 +00:00
bit32.cc Split bit.cc to 4 files - new files bit16/32/64.cc 2007-12-07 10:59:18 +00:00
bit64.cc Split bit.cc to 4 files - new files bit16/32/64.cc 2007-12-07 10:59:18 +00:00
bit.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
call_far.cc Speedup simulation by eliminating CPL==3 check from read/write_virtual* functions 2007-12-16 21:03:46 +00:00
cpu.cc Speedup simulation by eliminating CPL==3 check from read/write_virtual* functions 2007-12-16 21:03:46 +00:00
cpu.h Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
cpuid.cc Decode SSE4A 2007-12-15 17:42:24 +00:00
crregs.h Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
ctrl_xfer8.cc Code cleanup 2007-12-16 21:21:29 +00:00
ctrl_xfer16.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
ctrl_xfer32.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
ctrl_xfer64.cc push_64 and pop_64 could happen only in 64-bit mode 2007-12-16 21:40:44 +00:00
ctrl_xfer_pro.cc Added ability to merge traces cross JCC branch instructions 2007-12-14 20:41:09 +00:00
data_xfer8.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
data_xfer16.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
data_xfer32.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
data_xfer64.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
debugstuff.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
descriptor.h Faster memory access for 4G limit cases 2007-12-10 19:08:13 +00:00
exception.cc Speedup simulation by eliminating CPL==3 check from read/write_virtual* functions 2007-12-16 21:03:46 +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 Fixes in resolve.cc -> reduce amount of resolve functions even more 2007-12-18 21:41:44 +00:00
fetchdecode.cc MMX - modify masked write to RMW - faster execution 2007-12-19 23:21:11 +00:00
fetchdecode.h Fixes in resolve.cc -> reduce amount of resolve functions even more 2007-12-18 21:41:44 +00:00
flag_ctrl_pro.cc Optimized alignment check 2007-11-20 21:22:03 +00:00
flag_ctrl.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +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 Trace cache optimization merged 2007-12-09 18:36:05 +00:00
init.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
io_pro.cc Fixed a lot of code duplication and possible bug with oncorrect implementation of repeat speedup in 64-bit guest 2007-12-17 21:13:55 +00:00
io.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
iret.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
jmp_far.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
lazy_flags.cc Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
lazy_flags.h Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
logical8.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
logical16.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
logical32.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
logical64.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
Makefile.in Split bit.cc to 4 files - new files bit16/32/64.cc 2007-12-07 10:59:18 +00:00
mmx.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
mult8.cc One more step for lazy flags optimization 2007-12-06 16:57:59 +00:00
mult16.cc One more step for lazy flags optimization 2007-12-06 16:57:59 +00:00
mult32.cc One more step for lazy flags optimization 2007-12-06 16:57:59 +00:00
mult64.cc One more step for lazy flags optimization 2007-12-06 16:57:59 +00:00
paging.cc Split string instructions according to the address size - simpler and faster 2007-12-17 18:48:26 +00:00
proc_ctrl.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
protect_ctrl.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
resolve16.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
resolve32.cc Fixes in resolve.cc -> reduce amount of resolve functions even more 2007-12-18 21:41:44 +00:00
resolve64.cc Fixes in resolve.cc -> reduce amount of resolve functions even more 2007-12-18 21:41:44 +00:00
ret_far.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
segment_ctrl_pro.cc Fixed bug prevented to boot Win98 2007-11-30 08:49:12 +00:00
segment_ctrl.cc split11b on opcode tables level - split almost eevery splittable instruction 2007-11-17 12:44:10 +00:00
shift8.cc Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
shift16.cc Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
shift32.cc Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
shift64.cc Next step in lazy flags optimization by Darek MihockA - 2007-12-06 20:39:11 +00:00
smm.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
smm.h Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
soft_int.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
sse_move.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
sse_pfp.cc Make functions inline 2007-12-16 20:37:59 +00:00
sse_rcp.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
sse_string.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
sse.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
stack16.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
stack32.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
stack64.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
stack_pro.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
string.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
tasking.cc post exceptions and print BX_ERROR messages in tasking.cc 2007-12-13 23:17:50 +00:00
todo Merged Bochs instrumentation patch by Lluis Vilanova 2007-12-13 17:16:21 +00:00
vm8086.cc Changes in write_virtual_* and pop_* functions -> avoid moving parameteres by pointer 2007-12-20 18:29:42 +00:00
xmm.h Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00