Bochs/bochs/cpu
2007-10-30 22:15:42 +00:00
..
3dnow.cc Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
access.cc Naturally speedup repeat execution functions, fix TLB index calculations 2007-10-30 22:15:42 +00:00
apic.cc Optimize access to IP (16 bit) - made IP register similar to GPR 2007-10-18 22:44:39 +00:00
apic.h Fix some copyright messages 2007-10-15 22:07:52 +00:00
arith8.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
arith16.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
arith32.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
arith64.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
bcd.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
bit.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
call_far.cc fixed push to new stack for long mode 2007-10-19 12:40:19 +00:00
cpu.cc Naturally speedup repeat execution functions, fix TLB index calculations 2007-10-30 22:15:42 +00:00
cpu.h Naturally speedup repeat execution functions, fix TLB index calculations 2007-10-30 22:15:42 +00:00
cpuid.cc Fix some copyright messages 2007-10-15 22:07:52 +00:00
crregs.h Fix some copyright messages 2007-10-15 22:07:52 +00:00
ctrl_xfer8.cc - Code cleanup, remove x86-64 code from functions which cannot be called from x86-64 2006-05-12 17:04:19 +00:00
ctrl_xfer16.cc Fixed BranchImm cases in 64-bit mode 2007-10-22 17:41:41 +00:00
ctrl_xfer32.cc Fixed BranchImm cases in 64-bit mode 2007-10-22 17:41:41 +00:00
ctrl_xfer64.cc Fixed BranchImm cases in 64-bit mode 2007-10-22 17:41:41 +00:00
ctrl_xfer_pro.cc Optimize access to IP (16 bit) - made IP register similar to GPR 2007-10-18 22:44:39 +00:00
data_xfer8.cc minor x86_64 fixes and cleanups 2007-01-12 22:47:21 +00:00
data_xfer16.cc Added SSE4A and SSE4_2 to disassembler 2007-09-19 19:38:10 +00:00
data_xfer32.cc - Fixed zero upper 32-bit part of GPR in x86-64 mode 2007-01-26 22:12:05 +00:00
data_xfer64.cc minor x86_64 fixes and cleanups 2007-01-12 22:47:21 +00:00
debugstuff.cc Remove dump_cpu debugger function, CPI method and all related structures. 2007-10-23 21:51:44 +00:00
descriptor.h Fix some copyright messages 2007-10-15 22:07:52 +00:00
exception.cc fixed push to new stack for long mode 2007-10-19 12:40:19 +00:00
extdb.cc Optimize access to IP (16 bit) - made IP register similar to GPR 2007-10-18 22:44:39 +00:00
extdb.h Fixed compilation error of extdb 2006-06-25 21:44:46 +00:00
fetchdecode64.cc Fixed BranchImm cases in 64-bit mode 2007-10-22 17:41:41 +00:00
fetchdecode.cc Fixed BranchImm cases in 64-bit mode 2007-10-22 17:41:41 +00:00
fetchdecode.h cleanups 2007-10-11 22:44:17 +00:00
flag_ctrl_pro.cc Implemented MTRR support 2007-09-20 17:33:35 +00:00
flag_ctrl.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
fpu_emu.cc Fix some copyright messages 2007-10-15 22:07:52 +00:00
i387.h Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
icache.h - fixed memory leaks found with valgrind when trying to start a second 2006-09-20 20:52:23 +00:00
init.cc INFO message about CPU reset 2007-10-14 21:42:50 +00:00
io_pro.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
io.cc Slight speed improvement in string functions 2007-10-29 15:39:18 +00:00
iret.cc remove dbg print 2007-09-26 19:10:41 +00:00
jmp_far.cc Fixed CR3 masking in long mode 2006-10-04 19:08:40 +00:00
lazy_flags.cc Some cleanup in lazy flags CF handling 2007-03-18 19:29:17 +00:00
lazy_flags.h support lazy flags for SHRD instruction 2005-10-13 20:21:35 +00:00
logical8.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
logical16.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
logical32.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
logical64.cc reduce amount of used temp variables 2007-10-21 23:35:11 +00:00
Makefile.in During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
mmx.cc added cpu state param - for future use and for dbg info 2007-10-11 18:12:00 +00:00
mult8.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult16.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult32.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
mult64.cc Enable SSE4_2 in CPUID 2007-10-01 21:08:26 +00:00
paging.cc Naturally speedup repeat execution functions, fix TLB index calculations 2007-10-30 22:15:42 +00:00
proc_ctrl.cc Optimize access to IP (16 bit) - made IP register similar to GPR 2007-10-18 22:44:39 +00:00
protect_ctrl.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
resolve16.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
resolve32.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
resolve64.cc Fixed RIP relative mode when in 32-bit address size 2007-04-09 21:15:00 +00:00
ret_far.cc Fixes in zero upper ECX 2007-09-25 16:11:32 +00:00
segment_ctrl_pro.cc Some EIP setting cleanups. 2007-10-18 21:27:56 +00:00
segment_ctrl.cc Support for Intel LSS/LFS/LGS in 64-bit mode 2007-04-09 20:28:15 +00:00
shift8.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
shift16.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
shift32.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
shift64.cc During Bochs benchmarking I figured out that hostasm actually slow down the emulation ... so remove this ugly code which also doesn't help :) 2007-10-21 22:07:33 +00:00
smm.cc Implemented MTRR support 2007-09-20 17:33:35 +00:00
smm.h Change my e-mail to #SF one 2007-03-23 21:27:13 +00:00
soft_int.cc Fixed ton of code duplication. 2006-08-31 18:18:17 +00:00
sse_move.cc Fix SSE4 MOVNTDQA instruction - memory access must be always aligned 2007-10-20 17:03:33 +00:00
sse_pfp.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
sse_rcp.cc some speedup for SSE code - achived by code simplification 2007-09-20 22:55:03 +00:00
sse_string.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
sse.cc Added SSE4_2 instructions emulation 2007-10-01 19:59:37 +00:00
stack16.cc PUSHA/POP instructions rewritten, fixed PANIC message 2007-03-02 21:03:25 +00:00
stack32.cc PUSHA/POP instructions rewritten, fixed PANIC message 2007-03-02 21:03:25 +00:00
stack64.cc Fixed bug in ENTER instruction in long mode 2006-03-08 18:21:16 +00:00
stack_pro.cc Optimize access to IP (16 bit) - made IP register similar to GPR 2007-10-18 22:44:39 +00:00
string.cc Slight speed improvement in string functions 2007-10-29 15:39:18 +00:00
tasking.cc Converted CR0 bits to one register similar to CR4 - a bit slower but helps with other features implemntation 2007-07-09 15:16:14 +00:00
todo Started first implementation of MONITOR/MWAIT 2007-10-11 21:29:01 +00:00
vm8086.cc Replace access_linear by read_virtual_xword when applicable 2007-02-03 21:36:40 +00:00
xmm.h Misaligned SSE support 2007-07-15 19:03:39 +00:00