Bochs/bochs/cpu
2008-07-26 15:07:14 +00:00
..
3dnow.cc Inline fpu exceptions functions 2008-04-14 16:50:27 +00:00
access32.cc - Fixed memory bug in tripple fault detection 2008-07-26 14:19:06 +00:00
access64.cc - Fixed memory bug in tripple fault detection 2008-07-26 14:19:06 +00:00
access.cc - Fixed memory bug in tripple fault detection 2008-07-26 14:19:06 +00:00
aes.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
apic.cc Added paramter to APIC reset method 2008-06-17 21:21:17 +00:00
apic.h Added paramter to APIC reset method 2008-06-17 21:21:17 +00:00
arith8.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
arith16.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
arith32.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
arith64.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
bcd.cc Use fastcall gcc attribute for all cpu execution functions - this pure "compiler helper" optimization brings additional 2% speedup to Bochs code 2008-03-22 21:29:41 +00:00
bit16.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
bit32.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
bit64.cc Eliminate return statement (for future code optimization) 2008-07-13 15:52:55 +00:00
bit.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
call_far.cc fixed variable name 2008-06-14 16:55:45 +00:00
cpu.cc Instrumentation code updated, some PANIC messages fixed 2008-06-23 02:56:31 +00:00
cpu.h - Fixed memory bug in tripple fault detection 2008-07-26 14:19:06 +00:00
cpuid.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
crregs.h - prefetch hint should be NOP when use in register mode 2008-04-16 16:44:06 +00:00
ctrl_xfer16.cc Fixed problem in my morning checkin + some more changes 2008-06-23 15:58:22 +00:00
ctrl_xfer32.cc Fixed problem in my morning checkin + some more changes 2008-06-23 15:58:22 +00:00
ctrl_xfer64.cc Fixed problem in my morning checkin + some more changes 2008-06-23 15:58:22 +00:00
ctrl_xfer_pro.cc Improved debug prints 2008-05-21 21:38:59 +00:00
data_xfer8.cc Remove more duplicated methods 2008-07-13 10:06:07 +00:00
data_xfer16.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
data_xfer32.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
data_xfer64.cc Remove more duplicated methods 2008-07-13 10:06:07 +00:00
debugstuff.cc - Correctly handle segment a byte in BIG real mode 2008-05-26 21:46:39 +00:00
descriptor.h Added comments 2008-05-26 18:02:07 +00:00
exception.cc - Fixed memory bug in tripple fault detection 2008-07-26 14:19:06 +00:00
extdb.cc Hide more memory variables 2008-05-01 20:28:36 +00:00
extdb.h cleanups and optimizations 2008-01-22 16:20:30 +00:00
fetchdecode64.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
fetchdecode.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
fetchdecode.h Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
flag_ctrl_pro.cc Fixed #AC exception detection 2008-04-25 08:19:36 +00:00
flag_ctrl.cc removed redundant ifdefs 2008-07-13 14:01:09 +00:00
fpu_emu.cc fixed duplicate line 2008-04-03 18:13:26 +00:00
i387.h Compress FPU tag word 2008-05-10 13:34:47 +00:00
ia_opcodes.h Remove more duplicated methods 2008-07-13 10:06:07 +00:00
icache.cc Save some time in redundant tracing 2008-07-17 17:28:25 +00:00
icache.h Put back optimization in pageWriteStampTable 2008-07-26 15:07:14 +00:00
init.cc fixed variable name 2008-06-14 16:55:45 +00:00
instr.h Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
io_pro.cc fixed variable name 2008-06-14 16:55:45 +00:00
io.cc Small coding style optimization 2008-07-13 13:32:15 +00:00
iret.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
jmp_far.cc Fixed LAR/LSL in 64-bit mode, compilation error fixes 2008-05-25 15:53:29 +00:00
lazy_flags.cc Fixed OF flag handling bug 2008-05-06 20:29:26 +00:00
lazy_flags.h Lazy falgs optimizations by Darek Mihocka 2008-05-04 15:07:08 +00:00
logical8.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
logical16.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
logical32.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
logical64.cc Clear some duplicated arithmetic opcodes - difference only in operands order 2008-07-13 09:59:59 +00:00
Makefile.in Reorganize ctrl_xfer8.cc code, allows to inline branch32 method 2008-06-22 03:45:55 +00:00
mmx.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
mult8.cc - Fixed missed #DE exception in x86-64 IDIV instruction 2008-05-24 10:26:03 +00:00
mult16.cc - Fixed missed #DE exception in x86-64 IDIV instruction 2008-05-24 10:26:03 +00:00
mult32.cc - Fixed missed #DE exception in x86-64 IDIV instruction 2008-05-24 10:26:03 +00:00
mult64.cc Fixed warnings found by icc compiler 2008-06-17 20:23:16 +00:00
paging.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
proc_ctrl.cc Delete unused code 2008-07-13 15:36:57 +00:00
protect_ctrl.cc Some cleanuop changes for future 2008-07-14 14:46:45 +00:00
resolve.cc Hide some BX_MEM_C variables 2008-05-01 20:08:37 +00:00
ret_far.cc FIxed assertion failure in recently added code 2008-06-13 08:02:22 +00:00
segment_ctrl_pro.cc - Correctly handle segment a byte in BIG real mode 2008-05-26 21:46:39 +00:00
segment_ctrl.cc Use fastcall gcc attribute for all cpu execution functions - this pure "compiler helper" optimization brings additional 2% speedup to Bochs code 2008-03-22 21:29:41 +00:00
shift8.cc Use fastcall gcc attribute for all cpu execution functions - this pure "compiler helper" optimization brings additional 2% speedup to Bochs code 2008-03-22 21:29:41 +00:00
shift16.cc Split SHRD/SHLD instructions 2008-04-05 19:08:01 +00:00
shift32.cc Split shift/rotate opcodes in 32-bit mode and 64-bit mode 2008-05-02 22:47:07 +00:00
shift64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
smm.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
smm.h white space cleanup 2008-02-02 21:46:54 +00:00
soft_int.cc Split access_linear to access_read_linear and access_write_linear 2008-03-29 18:18:08 +00:00
sse_move.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
sse_pfp.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
sse_rcp.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
sse_string.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
sse.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00
stack16.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
stack32.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
stack64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
stack.h Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
string.cc Remove repeat speedups from 16-bit address size methods - they not gonna speed up anyway because of segment limit issue 2008-06-25 10:34:21 +00:00
tasking.cc removed redundant ifdefs 2008-07-13 14:01:09 +00:00
todo - Support of AES CPU extensions, to enable configure with 2008-05-30 20:35:08 +00:00
vm8086.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
xmm.h inline integer saturation code - speedup for MMX/SSE integer 2008-04-06 13:56:22 +00:00
xsave.cc Call #UD exception directly instead of UndefinedOpcode function - for future use 2008-07-13 15:35:10 +00:00