..
access.cc
Fixed double quadword routines to work for little or big endian hosts.
2002-10-11 16:18:00 +00:00
apic.cc
Fixed elusive APIC interrupt problems when bochs compiled for P6 or later.
2002-10-05 10:25:31 +00:00
arith8.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
arith16.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
arith32.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
arith64.cc
I updated code that was using !!get_CF() (or other arithmetic flag) to
2002-09-24 18:33:38 +00:00
bcd.cc
Updated accessing of modrm/sib addressing information to
2002-09-17 22:50:53 +00:00
bit.cc
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
2002-09-22 18:22:24 +00:00
cpu.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
cpu.h
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
ctrl_xfer8.cc
Fixed number of problems with instrumentation merge cause to instrumentation fail the compilation
2002-09-29 15:06:58 +00:00
ctrl_xfer16.cc
Fixed number of problems with instrumentation merge cause to instrumentation fail the compilation
2002-09-29 15:06:58 +00:00
ctrl_xfer32.cc
Added a couple macros which expand on GCC to __attribute__ directives
2002-10-06 14:16:23 +00:00
ctrl_xfer64.cc
Fixed number of problems with instrumentation merge cause to instrumentation fail the compilation
2002-09-29 15:06:58 +00:00
ctrl_xfer_pro.cc
- improve panic msg slightly
2002-10-03 04:49:47 +00:00
data_xfer8.cc
Split out reg-reg and reg-memory cases for a few other high-profile
2002-09-29 19:21:38 +00:00
data_xfer16.cc
Split out reg-reg and reg-memory cases for a few other high-profile
2002-09-29 19:21:38 +00:00
data_xfer32.cc
Split out reg-reg and reg-memory cases for a few other high-profile
2002-09-29 19:21:38 +00:00
data_xfer64.cc
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
2002-09-22 18:22:24 +00:00
debugstuff.cc
Replaced tabs in cpu/*.{cc,h} files with spaces.
2002-10-04 17:04:33 +00:00
exception.cc
Latest round of patches/fixups to get 64 bit emulation further.
2002-10-08 14:43:18 +00:00
extdb.cc
- include <windows.h> in bochs.h whenever WIN32 is defined. This is required
2002-10-03 21:07:04 +00:00
extdb.h
Replaced tabs in cpu/*.{cc,h} files with spaces.
2002-10-04 17:04:33 +00:00
fetchdecode64.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
fetchdecode.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
flag_ctrl_pro.cc
Added a new function writeEFlags() which takes a 32-bit eflags
2002-10-05 06:33:10 +00:00
flag_ctrl.cc
Added a new function writeEFlags() which takes a 32-bit eflags
2002-10-05 06:33:10 +00:00
i387.h
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
init.cc
- upgrade bx_param_num to use 64 bit values, so that I could make
2002-10-16 19:39:27 +00:00
io_pro.cc
I updated code that was using !!get_CF() (or other arithmetic flag) to
2002-09-24 18:33:38 +00:00
io.cc
Fixed/updated/cleaned repeat IO & memcpy speedups for Long mode.
2002-09-24 04:43:59 +00:00
lazy_flags.cc
Replaced tabs in cpu/*.{cc,h} files with spaces.
2002-10-04 17:04:33 +00:00
lazy_flags.h
I merged the cpu/cpu.h and cpu64/cpu.h files as well as the
2002-09-13 00:15:23 +00:00
logical8.cc
- in OR_ALIb the local variable "sum" was changed to "result" but the
2002-10-11 13:50:14 +00:00
logical16.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
logical32.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
logical64.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
Makefile.in
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
mmx.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
mult8.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
mult16.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
mult32.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
mult64.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
paging.cc
Latest round of patches/fixups to get 64 bit emulation further.
2002-10-08 14:43:18 +00:00
proc_ctrl.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
protect_ctrl_pro.cc
- add RCS Id to header of every file. This makes it easier to know what's
2001-10-03 13:10:38 +00:00
protect_ctrl.cc
- in VERR / VERW function: changed BX_ERROR to BX_DEBUG. According to the i386
2002-10-13 15:34:49 +00:00
resolve16.cc
- Added an instruction cache. Size is fixed for the moment,
2002-09-19 19:17:20 +00:00
resolve32.cc
- Added an instruction cache. Size is fixed for the moment,
2002-09-19 19:17:20 +00:00
resolve64.cc
Converted all the remaining available separate fields in bxInstruction_c
2002-09-18 08:00:43 +00:00
segment_ctrl_pro.cc
Replaced tabs in cpu/*.{cc,h} files with spaces.
2002-10-04 17:04:33 +00:00
segment_ctrl.cc
Moved the EFLAGS.RF check and clearing of inhibit_mask code
2002-09-20 03:52:59 +00:00
shift8.cc
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
2002-09-22 18:22:24 +00:00
shift16.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
shift32.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
shift64.cc
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
2002-09-22 18:22:24 +00:00
soft_int.cc
Committed patches/patch-bochs-instrumentation from Stanislav.
2002-09-28 00:54:05 +00:00
sse2.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
sse.cc
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00
stack16.cc
Modified the way that the register field (low 3 bits of a few opcodes
2002-09-20 23:17:51 +00:00
stack32.cc
I integrated my hacks to get Linux/x86-64 booting. To keep
2002-09-24 00:44:56 +00:00
stack64.cc
Removed several "#if BX_CPU_LEVEL < 2" clauses, since stack64.cc
2002-10-06 21:38:02 +00:00
stack_pro.cc
These changes are from Peter Tattam
2002-09-24 08:29:06 +00:00
string.cc
Moved the asm() statements from the arithmetic instruction emulation
2002-10-07 22:51:58 +00:00
tasking.cc
Latest round of patches/fixups to get 64 bit emulation further.
2002-10-08 14:43:18 +00:00
vm8086.cc
Moved more separate fields in the bxInstruction_c into bitfields
2002-09-18 05:36:48 +00:00
xmm.h
Merged BOCHS-SSE branch
2002-10-16 17:37:35 +00:00