Bochs/bochs/cpu
Bryce Denney 42f412c43b - MS VC++ did not accept initialization of static const fields in the
class declaration, for example:
     static const unsigned os_64=0, as_64=0;
  After reading some suggestions on usenet, I changed these into
  enums instead, like this:
     enum { os_64=0, as_64=0 };
2002-09-16 15:21:51 +00:00
..
access.cc More migration/synchronization of cpu/cpu64. 2002-09-13 04:33:42 +00:00
apic.cc More migration/synchronization of cpu/cpu64. 2002-09-13 04:33:42 +00:00
arith8.cc Merged arith8.cc, stack16.cc. 2002-09-13 17:28:14 +00:00
arith16.cc (cpu64) Merged arith16.cc 2002-09-13 22:31:02 +00:00
arith32.cc (cpu64) Merged 2 more. For extdb.cc, essentially I just wrapped 2002-09-15 01:36:13 +00:00
arith64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
bcd.cc - AAM can generate an exception (divide by 0) 2002-07-06 11:02:35 +00:00
bit.cc (cpu64) Merged bit.cc. 2002-09-15 03:38:52 +00:00
cpu.cc Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +00:00
cpu.h - MS VC++ did not accept initialization of static const fields in the 2002-09-16 15:21:51 +00:00
ctrl_xfer8.cc (cpu64) Merged 4 more files. 2002-09-14 17:29:47 +00:00
ctrl_xfer16.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
ctrl_xfer32.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
ctrl_xfer64.cc Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +00:00
ctrl_xfer_pro.cc (cpu64) Merged a couple more files. 2002-09-15 02:23:12 +00:00
data_xfer8.cc (cpu64) Merged data_xfer8.cc 2002-09-13 21:47:21 +00:00
data_xfer16.cc (cpu64) Merged 4 more files. 2002-09-14 17:29:47 +00:00
data_xfer32.cc (cpu64) Merged 4 more files. 2002-09-14 17:29:47 +00:00
data_xfer64.cc Changed cpu64 calls to macros: 2002-09-13 17:04:14 +00:00
debugstuff.cc Updated CR4 to use the patented Bryce bitfields accessor method for 2002-09-14 19:21:41 +00:00
exception.cc (cpu64) Merged 4 more files. 2002-09-14 17:29:47 +00:00
extdb.cc Fixed CR4 reference in extdb.cc to use the new accessor model. 2002-09-15 14:01:16 +00:00
extdb.h I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
fetchdecode64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
fetchdecode.cc (cpu64) Merged fetchdecode.cc. Also, I had some problems with 2002-09-13 23:59:24 +00:00
flag_ctrl_pro.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
flag_ctrl.cc (cpu64) Merged another wad of files. 2002-09-15 01:00:20 +00:00
i387.h - check in Stanislav Shwartsman's patch "bochs-mmx.patch-endian-support". 2002-09-09 16:11:25 +00:00
init.cc Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +00:00
io_pro.cc - this revision changes the way eflags are accessed throughout the cpu and 2002-09-12 18:10:46 +00:00
io.cc Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +00:00
lazy_flags.cc (cpu64) Merged lazy_flags.cc. 2002-09-15 00:18:41 +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 (cpu64) Merged logical8.cc logical32.cc 2002-09-13 22:20:45 +00:00
logical16.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
logical32.cc (cpu64) Merged logical8.cc logical32.cc 2002-09-13 22:20:45 +00:00
logical64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
Makefile.in Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +00:00
mmx.cc Very small #ifdef mods so that all the static functions would 2002-09-09 17:13:13 +00:00
mult8.cc (cpu64) Merged mult8.cc 2002-09-13 21:34:00 +00:00
mult16.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
mult32.cc (cpu64) Merged another wad of files. 2002-09-15 01:00:20 +00:00
mult64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
paging.cc - cr4 has turned into a struct. fix two cases where it was used as if it 2002-09-16 13:14:06 +00:00
proc_ctrl.cc Removed references to building libextdb.a. It doesn't seem to 2002-09-15 15:10:21 +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 (cpu64) Merged protect_ctrl.cc. For cpu64 there is a cpu field 2002-09-13 21:08:54 +00:00
resolve16.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
resolve32.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
resolve64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
segment_ctrl_pro.cc (cpu64) Merged a couple more files. 2002-09-15 02:23:12 +00:00
segment_ctrl.cc (cpu64) Merged segment_ctrl.cc. 2002-09-14 03:31:50 +00:00
shift8.cc Changed cpu64 calls to macros: 2002-09-13 17:04:14 +00:00
shift16.cc I extended the guest-to-host TLB acceleration across the 2002-09-06 21:54:58 +00:00
shift32.cc Changed cpu64 calls to macros: 2002-09-13 17:04:14 +00:00
shift64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
soft_int.cc I merged the cpu/cpu.h and cpu64/cpu.h files as well as the 2002-09-13 00:15:23 +00:00
stack16.cc Merged arith8.cc, stack16.cc. 2002-09-13 17:28:14 +00:00
stack32.cc (cpu64) Merged another wad of files. 2002-09-15 01:00:20 +00:00
stack64.cc Moved 64-bit only files from cpu64 to cpu and modified the Makefiles 2002-09-13 15:53:22 +00:00
stack_pro.cc (cpu64) Merged another wad of files. 2002-09-15 01:00:20 +00:00
string.cc (cpu64) Merged string.cc. 2002-09-15 05:09:18 +00:00
tasking.cc resolve32.cc was redundant, tasking.cc was merged. 2002-09-13 16:23:02 +00:00
vm8086.cc (cpu64) Merged vm8086.cc. 2002-09-13 22:02:11 +00:00