.. |
3dnow.cc
|
Inline fpu exceptions functions
|
2008-04-14 16:50:27 +00:00 |
access.cc
|
Added debugger memory trace functionality. Enable by 'trace-mem on' command
|
2008-04-19 13:21:23 +00:00 |
apic.cc
|
Added RIP to the GPR register file as lst register
|
2008-02-15 19:03:54 +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
|
Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements
|
2008-04-04 22:39:45 +00:00 |
arith64.cc
|
Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements
|
2008-04-04 22:39:45 +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
|
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 |
bit32.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 |
bit64.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 |
bit.cc
|
preparations for future optimizations - not necessary speedupo now
|
2008-04-03 17:56:59 +00:00 |
call_far.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
cpu.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
cpu.h
|
Small emulation speed optimization
|
2008-04-19 22:29:44 +00:00 |
cpuid.cc
|
Add CPUID bits comments and update CPU TODO
|
2008-04-04 12:23:19 +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
|
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_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 |
ctrl_xfer64.cc
|
Implemented CALL_Far64 and JMP_Far64 according to Intel docs
|
2008-04-13 20:57:49 +00:00 |
ctrl_xfer_pro.cc
|
Convert EFER to val32 register, similar to other control registers
|
2008-03-31 20:56:27 +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
|
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 |
debugstuff.cc
|
Fixed linear address wrap in legacy (not long64) mode
|
2008-04-07 18:39:17 +00:00 |
descriptor.h
|
Faster memory access for 4G limit cases
|
2007-12-10 19:08:13 +00:00 |
exception.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
extdb.cc
|
Fixed paging permissions for code fetch
|
2008-04-18 13:51:09 +00:00 |
extdb.h
|
cleanups and optimizations
|
2008-01-22 16:20:30 +00:00 |
fetchdecode64.cc
|
Fixed ret_near decoding in 64-bit mode
|
2008-04-18 13:11:52 +00:00 |
fetchdecode.cc
|
- prefetch hint should be NOP when use in register mode
|
2008-04-16 16:44:06 +00:00 |
fetchdecode.h
|
Complete MASKMOVDQU decoding fix
|
2008-04-16 05:56:55 +00:00 |
flag_ctrl_pro.cc
|
small cpu code reorganization
|
2008-04-08 17:58:56 +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
|
white space cleanup
|
2008-02-02 21:46:54 +00:00 |
ia_opcodes.h
|
correct some opcode aliases
|
2008-04-12 10:08:43 +00:00 |
icache.cc
|
Fixed pageWriteStampTable to handle BIOS code as well - increased the table to all 4G instead of allocated memory size
|
2008-03-29 21:01:25 +00:00 |
icache.h
|
Small emulation speed optimization
|
2008-04-19 22:29:44 +00:00 |
init.cc
|
Added debugger memory trace functionality. Enable by 'trace-mem on' command
|
2008-04-19 13:21:23 +00:00 |
instr.h
|
Enabled #AC exception, fixed PANIC message
|
2008-04-14 21:48:37 +00:00 |
io_pro.cc
|
Fix busy TSS in TR
|
2008-04-17 14:22:23 +00:00 |
io.cc
|
- prefetch hint should be NOP when use in register mode
|
2008-04-16 16:44:06 +00:00 |
iret.cc
|
Enabled #AC exception, fixed PANIC message
|
2008-04-14 21:48:37 +00:00 |
jmp_far.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
lazy_flags.cc
|
Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements
|
2008-04-04 22:39:45 +00:00 |
lazy_flags.h
|
Reorganize fetchdecode tables with another level of redirection - a leap toward future improvements
|
2008-04-04 22:39:45 +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
|
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 |
Makefile.in
|
Inline pop/push functions
|
2008-04-05 17:51:55 +00:00 |
mmx.cc
|
Docs for MASKMOVQ were also not correct :(
|
2008-04-16 05:45:45 +00:00 |
mult8.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 |
mult16.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 |
mult32.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 |
mult64.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 |
paging.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
proc_ctrl.cc
|
Small emulation speed optimization
|
2008-04-19 22:29:44 +00:00 |
protect_ctrl.cc
|
Fixed canonical fault exceptions for call_far, interrupt, lldt and ltr instructions
|
2008-04-16 22:08:46 +00:00 |
resolve.cc
|
Merge resolve16/32/64.cc to single file
|
2008-04-03 17:44:33 +00:00 |
ret_far.cc
|
MSVC6 compilation changes
|
2008-03-26 16:25:05 +00:00 |
segment_ctrl_pro.cc
|
Small emulation speed optimization
|
2008-04-19 22:29:44 +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 SHRD/SHLD instructions
|
2008-04-05 19:08:01 +00:00 |
shift64.cc
|
Split SHRD/SHLD instructions
|
2008-04-05 19:08:01 +00:00 |
smm.cc
|
Added debugger memory trace functionality. Enable by 'trace-mem on' command
|
2008-04-19 13:21:23 +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
|
Fixed MASKMOVDQU instruction decoding
|
2008-04-16 05:41:43 +00:00 |
sse_pfp.cc
|
Fixed REOUNDPS/PD/SS/SD
|
2008-04-20 14:10:44 +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
|
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 |
stack16.cc
|
Inline pop/push functions
|
2008-04-05 17:51:55 +00:00 |
stack32.cc
|
- prefetch hint should be NOP when use in register mode
|
2008-04-16 16:44:06 +00:00 |
stack64.cc
|
preparations for future optimizations - not necessary speedupo now
|
2008-04-03 17:56:59 +00:00 |
stack.h
|
Inline pop/push functions
|
2008-04-05 17:51:55 +00:00 |
string.cc
|
- prefetch hint should be NOP when use in register mode
|
2008-04-16 16:44:06 +00:00 |
tasking.cc
|
More fixes for CPU emulation
|
2008-04-19 20:00:28 +00:00 |
todo
|
Fixed MASKMOVDQU instruction decoding
|
2008-04-16 05:41:43 +00:00 |
vm8086.cc
|
small cpu code reorganization
|
2008-04-08 17:58:56 +00:00 |
xmm.h
|
inline integer saturation code - speedup for MMX/SSE integer
|
2008-04-06 13:56:22 +00:00 |
xsave.cc
|
Fixed linear address wrap in legacy (not long64) mode
|
2008-04-07 18:39:17 +00:00 |