Bochs/bochs/cpu
2015-07-12 20:10:43 +00:00
..
avx re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
cpudb remove not relevant comments 2015-06-14 20:36:16 +00:00
fpu re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
3dnow.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
access2.cc optimize for target with no x86-64 support 2015-05-04 19:58:01 +00:00
access.cc preparations and interface definition for memory type support 2015-02-19 20:23:08 +00:00
access.h fixed more compilation problems and code cleanup 2015-01-26 20:01:25 +00:00
aes.cc Implemented VCMPPS/PD/SS/SD AVX512 instructions 2013-12-03 15:44:23 +00:00
apic.cc change BX_INFO message to BX_DEBUG because it floods log 2015-05-19 20:21:17 +00:00
apic.h preparations for apic regs virtualization feature described in SDM rev044 2012-09-06 15:21:08 +00:00
arith8.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
arith16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
arith32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
arith64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
bcd.cc reword all the CPU code in preparation for future CPU speedup implementation. 2011-07-06 20:01:18 +00:00
bit16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
bit32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
bit64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
bit.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
bmi32.cc added missing includes 2014-03-02 19:18:05 +00:00
bmi64.cc added missing includes 2014-03-02 19:18:05 +00:00
call_far.cc fixed large code duplication in write_new_stack methods 2014-10-12 18:59:10 +00:00
cpu.cc Fixed segmentation fault that could happen under rare conditions with handlers chaining speedups enabled. 2014-10-15 18:00:04 +00:00
cpu.h introducr new class for VMCS mapping so it can be customized per cpuid 2015-07-06 18:46:57 +00:00
cpuid.cc cleanups of vmcs mapping related stuff 2015-07-07 21:06:56 +00:00
cpuid.h cleanups of vmcs mapping related stuff 2015-07-07 21:06:56 +00:00
cpustats.h Added statistics collection infrastructure in Bochs and 2014-10-14 15:59:10 +00:00
crc32.cc Standartization of Bochs instruction handlers. 2012-08-05 13:52:40 +00:00
crregs.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
crregs.h added new bits definitions recently published 2015-06-29 19:53:56 +00:00
ctrl_xfer16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
ctrl_xfer32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
ctrl_xfer64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
ctrl_xfer_pro.cc Major rewrite of memory access methods to avoid massive code duplication and enable inlining of memory access methods 2015-01-25 20:55:10 +00:00
data_xfer8.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
data_xfer16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
data_xfer32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
data_xfer64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
debugstuff.cc fixed compilation error with vs2008 2013-10-25 05:36:10 +00:00
descriptor.h Major rewrite of memory access methods to avoid massive code duplication and enable inlining of memory access methods 2015-01-25 20:55:10 +00:00
disasm.cc fixed compilation warnings and errors with MSVCPP 2014-07-09 16:08:16 +00:00
event.cc update (c) for few files 2013-09-05 18:40:14 +00:00
exception.cc fixed exception error code for debugger and instrumentation 2014-12-18 19:45:03 +00:00
fetchdecode64.cc remove BxResolveModrm member in BxInstruction_c class and inline resolve functions into instruction handlers instead. helps to remove indirect branch mispredictions (suggested by Vtune). measured speedup on Win7-64 boot is 5%, on other guests it might vary between 1% and 5% 2015-05-16 20:29:49 +00:00
fetchdecode_avx.h Implemented VDBPSADBW AVX512BW instruction 2014-08-05 20:18:42 +00:00
fetchdecode_evex.h Update CPUID defines after recently published 2014-09-26 12:14:53 +00:00
fetchdecode_sse.h finish sse tables cleanup in disasm and fetchdecode 2013-10-11 20:09:51 +00:00
fetchdecode_x87.h disasm fixes 2013-10-07 19:02:53 +00:00
fetchdecode_xop.h Debugger: fixed param tree access to 64-bit variables (need to use get64() instead of get()) 2013-12-05 19:17:16 +00:00
fetchdecode.cc remove BxResolveModrm member in BxInstruction_c class and inline resolve functions into instruction handlers instead. helps to remove indirect branch mispredictions (suggested by Vtune). measured speedup on Win7-64 boot is 5%, on other guests it might vary between 1% and 5% 2015-05-16 20:29:49 +00:00
fetchdecode.h Added definitions from recently published Intel Architecture 2014-11-01 13:12:24 +00:00
flag_ctrl_pro.cc bugfix for VMX_VM_EXEC_CTRL1_EXTERNAL_INTERRUPT_VMEXIT control handling 2014-07-08 19:15:54 +00:00
flag_ctrl.cc Move INTR, Local APIC INTR and SVN VINTR into new event interface (hardest part) 2012-10-03 20:24:29 +00:00
fpu_emu.cc reword all the CPU code in preparation for future CPU speedup implementation. 2011-07-06 20:01:18 +00:00
generic_cpuid.cc Cleanup of CPUDB modules, moved common functionality into bx_cpuid_t base class 2015-02-11 21:31:17 +00:00
generic_cpuid.h Cleanup of CPUDB modules, moved common functionality into bx_cpuid_t base class 2015-02-11 21:31:17 +00:00
i387.h attemp to fix compilation issue 2015-02-25 19:43:47 +00:00
ia_opcodes.h Added definitions from recently published Intel Architecture 2014-11-01 13:12:24 +00:00
icache.cc ~1% emulation speedup by skipping pageWriteStamp check for stack writes. 2015-05-23 19:34:59 +00:00
icache.h remove the victim cache code to resolve assert in proc_ctrl.cc 2015-05-04 19:47:52 +00:00
init.cc fixed Bochs compiled for 386 with FPU enabled 2015-06-10 20:36:46 +00:00
instr.h remove BxResolveModrm member in BxInstruction_c class and inline resolve functions into instruction handlers instead. helps to remove indirect branch mispredictions (suggested by Vtune). measured speedup on Win7-64 boot is 5%, on other guests it might vary between 1% and 5% 2015-05-16 20:29:49 +00:00
io.cc fixed more compilation problems and code cleanup 2015-01-26 20:01:25 +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 small optimization in lazy flags code 2012-09-06 19:49:14 +00:00
load.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
logical8.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
logical16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
logical32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
logical64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
Makefile.in remove BxResolveModrm member in BxInstruction_c class and inline resolve functions into instruction handlers instead. helps to remove indirect branch mispredictions (suggested by Vtune). measured speedup on Win7-64 boot is 5%, on other guests it might vary between 1% and 5% 2015-05-16 20:29:49 +00:00
mmx.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
msr.cc introduce new 64bit packed register type and implement pat/mtrr and mmx registers through it 2015-02-23 21:17:33 +00:00
mult8.cc Standartization of Bochs instruction handlers. 2012-08-05 13:52:40 +00:00
mult16.cc Standartization of Bochs instruction handlers. 2012-08-05 13:52:40 +00:00
mult32.cc Standartization of Bochs instruction handlers. 2012-08-05 13:52:40 +00:00
mult64.cc Standartization of Bochs instruction handlers. 2012-08-05 13:52:40 +00:00
paging.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
proc_ctrl.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
protect_ctrl.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
rdrand.cc some lazy flags handling optimizations 2014-10-22 17:49:12 +00:00
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
scalar_arith.h fixed code duplication in BEXTR implementations 2014-03-02 19:16:13 +00:00
segment_ctrl_pro.cc Major rewrite of memory access methods to avoid massive code duplication and enable inlining of memory access methods 2015-01-25 20:55:10 +00:00
segment_ctrl.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
sha.cc properly added sha.cc to the tree 2013-07-24 18:56:37 +00:00
shift8.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
shift16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
shift32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
shift64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
simd_compare.h Implement AVX512BW and AVX512DQ extensions published in recently published Intel Archtecture Extensions manual rev20. 2014-07-18 11:14:25 +00:00
simd_int.h Implemented VDBPSADBW AVX512BW instruction 2014-08-05 20:18:42 +00:00
simd_pfp.h Added shape of implementation for last missing VSCALEF* AVX-512 instructons. 2014-03-09 21:42:11 +00:00
smm.cc implement memory type calculation by mtrr. todo: memory type from page tables 2015-02-20 21:50:59 +00:00
smm.h Fixed SF bug [3548109] VMX State Not Restored After Entering SMM on 32-bit Systems 2012-07-27 08:13:39 +00:00
soft_int.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
sse_move.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
sse_pfp.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
sse_rcp.cc Added shape of implementation for last missing VSCALEF* AVX-512 instructons. 2014-03-09 21:42:11 +00:00
sse_string.cc Implement AVX512BW and AVX512DQ extensions published in recently published Intel Archtecture Extensions manual rev20. 2014-07-18 11:14:25 +00:00
sse.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
stack16.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
stack32.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
stack64.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00
stack.cc ~1% emulation speedup by skipping pageWriteStamp check for stack writes. 2015-05-23 19:34:59 +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 code reorg : take laddr calculation out of 64-bit memory handlers. this creates generic linear address memory handlers which now could be used elsewhere 2014-10-20 21:08:29 +00:00
svm.cc memory type report for physical accesses and RMW acccesses. todo: consider also pat 2015-02-22 21:26:26 +00:00
svm.h preparations and interface definition for memory type support 2015-02-19 20:23:08 +00:00
tasking.cc fixed massive code duplication 2014-07-03 06:40:42 +00:00
todo update TODO 2015-06-29 19:57:04 +00:00
vapic.cc fixed typo causing compilation error 2015-02-22 21:33:26 +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 cleanups of vmcs mapping related stuff 2015-07-07 21:06:56 +00:00
vmexit.cc fix vmexit qualification for some instructions after previous code reorg and inlining of resolve_modrm methods 2015-05-16 21:25:43 +00:00
vmfunc.cc implemented virtualization exception feature 2013-01-28 16:30:25 +00:00
vmx.cc fixed VMCS memory type calculation 2015-07-12 20:10:43 +00:00
vmx.h return value from clear/set_mapping functions 2015-07-06 20:16:34 +00:00
xmm.h add proper alignment of XMM/YMM/ZMM registers within CPU class 2014-06-25 19:12:14 +00:00
xsave.cc re-style old resolve macros after resolve function inlining 2015-05-16 21:06:59 +00:00