Bochs/bochs/cpu
Stanislav Shwartsman 92568f7525 Faster 32-bit emulation wwith 64-bit enabled mode.
~10% speedup byu optimization of 32-bit mem access
2008-06-12 19:14:40 +00:00
..
3dnow.cc Inline fpu exceptions functions 2008-04-14 16:50:27 +00:00
access32.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
access64.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
access.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
aes.cc Added new file 2008-05-30 20:37:52 +00:00
apic.cc print physcial address with special format - preparations for 64-bit physical address emu 2008-05-09 22:33:37 +00:00
apic.h white space cleanup 2008-02-02 21:46:54 +00:00
arith8.cc Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements 2008-04-04 22:39:45 +00:00
arith16.cc Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements 2008-04-04 22:39:45 +00:00
arith32.cc Fixed CMPXCHG code bug from yesterday 2008-05-06 05:06:32 +00:00
arith64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +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 Fixed address size wrap in the bittest/set instructions 2008-04-25 07:40:51 +00:00
bit32.cc Fixed address size wrap in the bittest/set instructions 2008-04-25 07:40:51 +00:00
bit64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
bit.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
call_far.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
cpu.cc very small cleeanup 2008-06-12 16:40:53 +00:00
cpu.h Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
cpuid.cc - Support of AES CPU extensions, to enable configure with 2008-05-30 20:35:08 +00:00
crregs.h - prefetch hint should be NOP when use in register mode 2008-04-16 16:44:06 +00:00
ctrl_xfer8.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
ctrl_xfer16.cc Fixed dbg comment 2008-05-08 21:04:03 +00:00
ctrl_xfer32.cc Fixed compilation error 2008-04-30 16:31:07 +00:00
ctrl_xfer64.cc Fixes to 64-bit mode 2008-05-11 20:46:11 +00:00
ctrl_xfer_pro.cc Improved debug prints 2008-05-21 21:38:59 +00:00
data_xfer8.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
data_xfer16.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
data_xfer32.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
data_xfer64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +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 - Implemented GD bit in DR7 register 2008-06-02 19:50:40 +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 Fixed code duplication during prefix decoding 2008-06-11 20:58:29 +00:00
fetchdecode.cc Fixed code duplication during prefix decoding 2008-06-11 20:58:29 +00:00
fetchdecode.h - Support of AES CPU extensions, to enable configure with 2008-05-30 20:35:08 +00:00
flag_ctrl_pro.cc Fixed #AC exception detection 2008-04-25 08:19:36 +00:00
flag_ctrl.cc small cpu code reorganization 2008-04-08 17:58:56 +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 Typo again :) 2008-06-04 16:31:03 +00:00
icache.cc very small cleeanup 2008-06-12 16:40:53 +00:00
icache.h Lazy falgs optimizations by Darek Mihocka 2008-05-04 15:07:08 +00:00
init.cc Fixed CPU CPL restore when in v8086 mode 2008-05-30 21:10:37 +00:00
instr.h Enabled #AC exception, fixed PANIC message 2008-04-14 21:48:37 +00:00
io_pro.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
io.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +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 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
logical16.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
logical32.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
logical64.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
Makefile.in Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
mmx.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +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 missed #DE exception in x86-64 IDIV instruction 2008-05-24 10:26:03 +00:00
paging.cc - Fixed x86 data breakpoint match when breakpoint length is 8 bytes 2008-06-02 18:41:08 +00:00
proc_ctrl.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
protect_ctrl.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
resolve.cc Hide some BX_MEM_C variables 2008-05-01 20:08:37 +00:00
ret_far.cc Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +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 - Correctly handle segment a byte in BIG real mode 2008-05-26 21:46:39 +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 Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
sse_pfp.cc Splitted memory access methods for 32 and 64-bit code. 2008-05-10 18:10:53 +00:00
sse_rcp.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
sse_string.cc Fixed destination \register for SSE4.2 instructions 2008-04-18 14:15:58 +00:00
sse.cc Fixed bug in BLENDVPS/PD instructions 2008-05-10 22:20:05 +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 Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00
tasking.cc Fixed setting of reserved bits in CR3 register 2008-05-11 19:36:06 +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 Faster 32-bit emulation wwith 64-bit enabled mode. 2008-06-12 19:14:40 +00:00