Bochs/bochs/cpu
2012-03-26 19:05:58 +00:00
..
cpudb SVM: Added EXITINFO2 write on VMEXIT (missed in prev commit) 2012-02-19 20:15:23 +00:00
3dnow.cc
access32.cc fixed a lot of code duplication in debugging/instrumentation of mem access 2012-03-20 18:26:04 +00:00
access64.cc fixed a lot of code duplication in debugging/instrumentation of mem access 2012-03-20 18:26:04 +00:00
access.cc fixed a lot of code duplication in debugging/instrumentation of mem access 2012-03-20 18:26:04 +00:00
aes.cc
apic.cc name cpu log functions in lower case 2012-02-23 19:31:02 +00:00
apic.h - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
arith8.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
arith16.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
arith32.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
arith64.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
avx2.cc
avx_fma.cc fixed FMA4 instructions sources 2012-03-06 15:18:35 +00:00
avx_pfp.cc dos2unix for avx_pfp.cc 2012-01-30 15:29:22 +00:00
avx.cc
bcd.cc
bit16.cc
bit32.cc
bit64.cc
bit.cc
bmi32.cc
bmi64.cc
call_far.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
cpu.cc fixed VMX issue + small code reorg 2012-03-13 15:18:21 +00:00
cpu.h - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
cpuid.h Major commit ! 2012-02-13 23:29:01 +00:00
crc32.cc
crregs.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
crregs.h firt cleanup in SVM code. added intercept check for MSR and IO 2011-12-26 19:57:39 +00:00
ctrl_xfer16.cc instrumentation: added special indication for indirect call/jump 2011-12-18 18:11:56 +00:00
ctrl_xfer32.cc instrumentation: added special indication for indirect call/jump 2011-12-18 18:11:56 +00:00
ctrl_xfer64.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
ctrl_xfer_pro.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
data_xfer8.cc
data_xfer16.cc move inhibit interrrupts functionality to icount interface 2011-12-21 06:17:45 +00:00
data_xfer32.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
data_xfer64.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
debugstuff.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
descriptor.h
event.cc removed incorrect BX_INFO msg 2012-03-07 20:07:57 +00:00
exception.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
fetchdecode64.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
fetchdecode_avx.h
fetchdecode_sse.h
fetchdecode_x87.h expand FCMOV function to 8 different functions - each one is much simpler to implement and understand 2012-02-01 12:07:53 +00:00
fetchdecode_xop.h Major commit ! 2012-02-13 23:29:01 +00:00
fetchdecode.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
fetchdecode.h - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
flag_ctrl_pro.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
flag_ctrl.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
fpu_emu.cc
gather.cc
generic_cpuid.cc SVM: Added EXITINFO2 write on VMEXIT (missed in prev commit) 2012-02-19 20:15:23 +00:00
generic_cpuid.h - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
i387.h
ia_opcodes.h correctly handle #UD because of XOP.VVV 2012-03-05 19:48:55 +00:00
icache.cc fixed VMX issue + small code reorg 2012-03-13 15:18:21 +00:00
icache.h
init.cc added TLB contents to param tree for debugger purposes. Nopw the TLB could be browsed through param-tree in debugger and GUI debugger as well 2012-03-25 20:56:18 +00:00
instr.h
io.cc more SVM implementation 2011-12-27 19:42:11 +00:00
iret.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
jmp_far.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
lazy_flags.h Lazy flags improvement patch by Darek Mihocka - measured 5% speedup everywhere accross the board 2012-03-17 08:51:52 +00:00
load.cc fixed some warnings after compilation with msvcpp 2010 2011-12-10 18:58:25 +00:00
logical8.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
logical16.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
logical32.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
logical64.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
Makefile.in stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
mmx.cc
msr.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
mult8.cc
mult16.cc
mult32.cc
mult64.cc
paging.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
proc_ctrl.cc fixed compilation error in 386 config. also fixed bugs in tasking code found by new assertion added in stack.cc new code 2012-03-26 19:05:58 +00:00
protect_ctrl.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
resolver.cc
ret_far.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
segment_ctrl_pro.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
segment_ctrl.cc
shift8.cc
shift16.cc
shift32.cc
shift64.cc
simd_compare.h Major commit ! 2012-02-13 23:29:01 +00:00
simd_int.h
simd_pfp.h
smm.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
smm.h
soft_int.cc - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
sse_move.cc rename some SSE handlers 2012-02-28 18:53:58 +00:00
sse_pfp.cc
sse_rcp.cc
sse_string.cc
sse.cc
stack16.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
stack32.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
stack64.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
stack.cc fixed compilation error in 386 config. also fixed bugs in tasking code found by new assertion added in stack.cc new code 2012-03-26 19:05:58 +00:00
stack.h stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
string.cc
svm.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
svm.h Major commit ! 2012-02-13 23:29:01 +00:00
tasking.cc fixed compilation error in 386 config. also fixed bugs in tasking code found by new assertion added in stack.cc new code 2012-03-26 19:05:58 +00:00
tbm32.cc Major commit ! 2012-02-13 23:29:01 +00:00
tbm64.cc Major commit ! 2012-02-13 23:29:01 +00:00
todo Major commit ! 2012-02-13 23:29:01 +00:00
vm8086.cc - Do not compile support for alignment check (#AC exception) by default 2012-03-25 19:07:17 +00:00
vmcs.cc
vmexit.cc added missed line in MSR fix 2012-03-17 12:07:27 +00:00
vmfunc.cc VMX: Fixed VMFUNC instruction behavior to align with Intel SDM revision 041 2011-12-17 14:06:23 +00:00
vmx.cc stack direct access optimization - 5% emu speedup to all 32-bit guests, for 64-bit guests speedup is less because they have less stack accesses 2012-03-25 11:54:32 +00:00
vmx.h - Implemented Task Switch intercept in SVM, cleanup in task switch handling code 2012-01-11 20:21:29 +00:00
xmm.h
xop.cc fixed FMA4 instructions sources 2012-03-06 15:18:35 +00:00
xsave.cc more SVM implementation 2011-12-27 19:42:11 +00:00