Bochs/bochs/cpu
Stanislav Shwartsman be9ad60ef3 cleanups
2007-10-11 22:44:17 +00:00
..
3dnow.cc Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
access.cc Optimize building of segment ROK/WOK cache 2007-10-10 22:00:51 +00:00
apic.cc added cpu state param - for future use and for dbg info 2007-10-11 18:12:00 +00:00
apic.h A lot of changes but everything is really trivial. 2007-09-28 19:52:08 +00:00
arith8.cc Support access to SMRAM in memory object 2006-03-26 18:58:01 +00:00
arith16.cc - Fixed zero upper 32-bit part of GPR in x86-64 mode 2007-01-26 22:12:05 +00:00
arith32.cc - Fixed zero upper 32-bit part of GPR in x86-64 mode 2007-01-26 22:12:05 +00:00
arith64.cc Add debug prints before any #GP excepion which only possible to be generated 2006-06-09 22:29:07 +00:00
bcd.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
bit.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
call_far.cc Replace access_linear by read_virtual_xword when applicable 2007-02-03 21:36:40 +00:00
cpu.cc Debug first instruction in exception handler after exception 2007-09-26 18:07:39 +00:00
cpu.h Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
cpuid.cc Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
crregs.h Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
ctrl_xfer8.cc - Code cleanup, remove x86-64 code from functions which cannot be called from x86-64 2006-05-12 17:04:19 +00:00
ctrl_xfer16.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
ctrl_xfer32.cc Add debug prints before any #GP excepion which only possible to be generated 2006-06-09 22:29:07 +00:00
ctrl_xfer64.cc Fixes in zero upper ECX 2007-09-25 16:11:32 +00:00
ctrl_xfer_pro.cc Fixes in zero upper ECX 2007-09-25 16:11:32 +00:00
data_xfer8.cc minor x86_64 fixes and cleanups 2007-01-12 22:47:21 +00:00
data_xfer16.cc Added SSE4A and SSE4_2 to disassembler 2007-09-19 19:38:10 +00:00
data_xfer32.cc - Fixed zero upper 32-bit part of GPR in x86-64 mode 2007-01-26 22:12:05 +00:00
data_xfer64.cc minor x86_64 fixes and cleanups 2007-01-12 22:47:21 +00:00
debugstuff.cc added cpu state param - for future use and for dbg info 2007-10-11 18:12:00 +00:00
descriptor.h readability/writeability bit should not be checked in 64-bit mode 2007-09-26 19:09:10 +00:00
exception.cc Added error code for exception debug messages - help to debug 2007-09-27 16:22:14 +00:00
extdb.cc Fixed compilation error of extdb 2006-06-25 21:44:46 +00:00
extdb.h Fixed compilation error of extdb 2006-06-25 21:44:46 +00:00
fetchdecode64.cc cleanups 2007-10-11 22:44:17 +00:00
fetchdecode.cc cleanups 2007-10-11 22:44:17 +00:00
fetchdecode.h cleanups 2007-10-11 22:44:17 +00:00
flag_ctrl_pro.cc Implemented MTRR support 2007-09-20 17:33:35 +00:00
flag_ctrl.cc Add debug prints before any #GP excepion which only possible to be generated 2006-06-09 22:29:07 +00:00
fpu_emu.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
hostasm.h - host asms in a specific file 2004-02-15 17:57:45 +00:00
i387.h Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
icache.h - fixed memory leaks found with valgrind when trying to start a second 2006-09-20 20:52:23 +00:00
init.cc cleanups 2007-10-11 22:44:17 +00:00
io_pro.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
io.cc Cleanup 2007-10-10 22:20:32 +00:00
iret.cc remove dbg print 2007-09-26 19:10:41 +00:00
jmp_far.cc Fixed CR3 masking in long mode 2006-10-04 19:08:40 +00:00
lazy_flags.cc Some cleanup in lazy flags CF handling 2007-03-18 19:29:17 +00:00
lazy_flags.h support lazy flags for SHRD instruction 2005-10-13 20:21:35 +00:00
logical8.cc Some variables renaming + CPU vendor variable defition 2007-04-17 21:38:51 +00:00
logical16.cc Some variables renaming + CPU vendor variable defition 2007-04-17 21:38:51 +00:00
logical32.cc Some variables renaming + CPU vendor variable defition 2007-04-17 21:38:51 +00:00
logical64.cc Some variables renaming + CPU vendor variable defition 2007-04-17 21:38:51 +00:00
Makefile.in Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
mmx.cc added cpu state param - for future use and for dbg info 2007-10-11 18:12:00 +00:00
mult8.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult16.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult32.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult64.cc Enable SSE4_2 in CPUID 2007-10-01 21:08:26 +00:00
paging.cc changes Bit32u -> bx_phy_address in dbg paging method 2007-10-08 20:45:30 +00:00
proc_ctrl.cc Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
protect_ctrl.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
resolve16.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
resolve32.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
resolve64.cc Fixed RIP relative mode when in 32-bit address size 2007-04-09 21:15:00 +00:00
ret_far.cc Fixes in zero upper ECX 2007-09-25 16:11:32 +00:00
segment_ctrl_pro.cc Fixes in zero upper ECX 2007-09-25 16:11:32 +00:00
segment_ctrl.cc Support for Intel LSS/LFS/LGS in 64-bit mode 2007-04-09 20:28:15 +00:00
shift8.cc Support access to SMRAM in memory object 2006-03-26 18:58:01 +00:00
shift16.cc Support access to SMRAM in memory object 2006-03-26 18:58:01 +00:00
shift32.cc Support access to SMRAM in memory object 2006-03-26 18:58:01 +00:00
shift64.cc Support access to SMRAM in memory object 2006-03-26 18:58:01 +00:00
smm.cc Implemented MTRR support 2007-09-20 17:33:35 +00:00
smm.h Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
soft_int.cc Fixed ton of code duplication. 2006-08-31 18:18:17 +00:00
sse_move.cc added cpu state param - for future use and for dbg info 2007-10-11 18:12:00 +00:00
sse_pfp.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
sse_rcp.cc some speedup for SSE code - achived by code simplification 2007-09-20 22:55:03 +00:00
sse_string.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
sse.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
stack16.cc PUSHA/POP instructions rewritten, fixed PANIC message 2007-03-02 21:03:25 +00:00
stack32.cc PUSHA/POP instructions rewritten, fixed PANIC message 2007-03-02 21:03:25 +00:00
stack64.cc Fixed bug in ENTER instruction in long mode 2006-03-08 18:21:16 +00:00
stack_pro.cc Fixed another bug generator - duplication between descriptor type field and four descriptor cache bits 2006-06-12 16:58:27 +00:00
string.cc Cleanup 2007-10-10 22:20:32 +00:00
tasking.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
todo Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
vm8086.cc Replace access_linear by read_virtual_xword when applicable 2007-02-03 21:36:40 +00:00
xmm.h Misaligned SSE support 2007-07-15 19:03:39 +00:00