Bochs/bochs/cpu
2007-12-01 16:45:17 +00:00
..
3dnow.cc Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
access.cc Optimized alignment check 2007-11-20 21:22:03 +00:00
apic.cc deliver smi should be available even if apic is OFF 2007-11-30 17:59:10 +00:00
apic.h Fix some copyright messages 2007-10-15 22:07:52 +00:00
arith8.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
arith16.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
arith32.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
arith64.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
bcd.cc Optimized memory access for 64-bit mode 2007-11-20 17:15:33 +00:00
bit.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
call_far.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
cpu.cc some simple SSE code optimizations 2007-11-27 22:12:45 +00:00
cpu.h Fixed bug prevented to boot Win98 2007-11-30 08:49:12 +00:00
cpuid.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
crregs.h Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
ctrl_xfer8.cc Split more opcodes EbIb opcodes 2007-11-17 18:08:46 +00:00
ctrl_xfer16.cc make some functions RSP safe so it is not needed to save/restore RSP for the anymore 2007-11-24 15:27:55 +00:00
ctrl_xfer32.cc make some functions RSP safe so it is not needed to save/restore RSP for the anymore 2007-11-24 15:27:55 +00:00
ctrl_xfer64.cc make some functions RSP safe so it is not needed to save/restore RSP for the anymore 2007-11-24 15:27:55 +00:00
ctrl_xfer_pro.cc Optimized alignment check 2007-11-20 21:22:03 +00:00
data_xfer8.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
data_xfer16.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
data_xfer32.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
data_xfer64.cc Split GvEv opcode groups 2007-11-21 22:36:02 +00:00
debugstuff.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
descriptor.h merge gate286 and gate386 in descriptor.h 2007-11-06 19:17:42 +00:00
exception.cc Fixed bug prevented to boot Win98 2007-11-30 08:49:12 +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 configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
fetchdecode.cc configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
fetchdecode.h Fixed compilation error when x86-64 emualtion disabled 2007-11-29 22:22:24 +00:00
flag_ctrl_pro.cc Optimized alignment check 2007-11-20 21:22:03 +00:00
flag_ctrl.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +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 Diplicate ICACHE size - now index to ICACHE is exactly 16 bit so ICACHE hash function could be computed more efficiently 2007-11-22 17:32:00 +00:00
init.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
io_pro.cc Optimize lazy flags for MUL/IMUL 2007-11-29 21:45:10 +00:00
io.cc Slight speed improvement in string functions 2007-10-29 15:39:18 +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 BITSCAN lazy flags evaluation optimization 2007-11-29 21:52:16 +00:00
lazy_flags.h BITSCAN lazy flags evaluation optimization 2007-11-29 21:52:16 +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 configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
mmx.cc some simple SSE code optimizations 2007-11-27 22:12:45 +00:00
mult8.cc Optimize lazy flags for MUL/IMUL 2007-11-29 21:45:10 +00:00
mult16.cc Optimize lazy flags for MUL/IMUL 2007-11-29 21:45:10 +00:00
mult32.cc Optimize lazy flags for MUL/IMUL 2007-11-29 21:45:10 +00:00
mult64.cc Optimize lazy flags for MUL/IMUL 2007-11-29 21:45:10 +00:00
paging.cc Optimized memory access for 64-bit mode 2007-11-20 17:15:33 +00:00
proc_ctrl.cc some simple SSE code optimizations 2007-11-27 22:12:45 +00:00
protect_ctrl.cc cleanups 2007-11-22 21:52:55 +00:00
resolve16.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
resolve32.cc Merge resolve functions for 32 and 64-bit 2007-11-18 19:46:14 +00:00
resolve64.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +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 Optimize 64-bit fetchdecode prefix handling 2007-11-20 23:00:44 +00:00
shift16.cc Optimize 64-bit fetchdecode prefix handling 2007-11-20 23:00:44 +00:00
shift32.cc Optimize 64-bit fetchdecode prefix handling 2007-11-20 23:00:44 +00:00
shift64.cc Optimize 64-bit fetchdecode prefix handling 2007-11-20 23:00:44 +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 configure/compile changes + small optimizations 2007-12-01 16:45:17 +00:00
sse_pfp.cc Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +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 copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00
stack16.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
stack32.cc Fixed bug prevented to boot Win98 2007-11-30 08:49:12 +00:00
stack64.cc make some functions RSP safe so it is not needed to save/restore RSP for the anymore 2007-11-24 15:27:55 +00:00
stack_pro.cc Fixed bug prevented to boot Win98 2007-11-30 08:49:12 +00:00
string.cc Optimized memory access for 64-bit mode 2007-11-20 17:15:33 +00:00
tasking.cc Eliminate saving of RSP from heart of cpu_loop 2007-11-24 14:22:34 +00:00
todo Update CPU TODO and CHANGES 2007-11-01 19:04:01 +00:00
vm8086.cc Optimized alignment check 2007-11-20 21:22:03 +00:00
xmm.h Changes copyrights for the files I wrote :) 2007-11-17 23:28:33 +00:00