.. |
access.cc
|
Fixed/updated/cleaned repeat IO & memcpy speedups for Long mode.
|
2002-09-24 04:43:59 +00:00 |
apic.cc
|
- fix compile warning about checking that an unsigned int was >= 0
|
2002-09-25 01:50:14 +00:00 |
arith8.cc
|
I updated code that was using !!get_CF() (or other arithmetic flag) to
|
2002-09-24 18:33:38 +00:00 |
arith16.cc
|
I updated code that was using !!get_CF() (or other arithmetic flag) to
|
2002-09-24 18:33:38 +00:00 |
arith32.cc
|
I updated code that was using !!get_CF() (or other arithmetic flag) to
|
2002-09-24 18:33:38 +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
|
|
|
bit.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +00:00 |
cpu.cc
|
I updated code that was using !!get_CF() (or other arithmetic flag) to
|
2002-09-24 18:33:38 +00:00 |
cpu.h
|
Added MMX opcodes to x86-64 mode
|
2002-09-27 09:56:40 +00:00 |
ctrl_xfer8.cc
|
I integrated my hacks to get Linux/x86-64 booting. To keep
|
2002-09-24 00:44:56 +00:00 |
ctrl_xfer16.cc
|
I integrated my hacks to get Linux/x86-64 booting. To keep
|
2002-09-24 00:44:56 +00:00 |
ctrl_xfer32.cc
|
Got rid of the KPL64Hacks macro. The fixes below eliminated it.
|
2002-09-27 07:01:02 +00:00 |
ctrl_xfer64.cc
|
Got rid of the KPL64Hacks macro. The fixes below eliminated it.
|
2002-09-27 07:01:02 +00:00 |
ctrl_xfer_pro.cc
|
Got rid of INIT_64_DESCRIPTOR in all places. Added/replaced it with
|
2002-09-24 16:35:44 +00:00 |
data_xfer8.cc
|
Moved the EFLAGS.RF check and clearing of inhibit_mask code
|
2002-09-20 03:52:59 +00:00 |
data_xfer16.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +00:00 |
data_xfer32.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +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
|
I updated code that was using !!get_CF() (or other arithmetic flag) to
|
2002-09-24 18:33:38 +00:00 |
exception.cc
|
SYSRET patch. need to do invalidate_prefetch() for correctness
|
2002-09-27 03:33:13 +00:00 |
extdb.cc
|
Oops, I had #ifdef 0'd the code in here to do a test compile,
|
2002-09-22 02:07:46 +00:00 |
extdb.h
|
|
|
fetchdecode64.cc
|
Added MMX opcodes to x86-64 mode
|
2002-09-27 09:56:40 +00:00 |
fetchdecode.cc
|
Added MMX opcodes to x86-64 mode
|
2002-09-27 09:56:40 +00:00 |
flag_ctrl_pro.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +00:00 |
flag_ctrl.cc
|
|
|
i387.h
|
- add sanity checks
|
2002-09-22 16:11:12 +00:00 |
init.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +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
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +00:00 |
lazy_flags.h
|
|
|
logical8.cc
|
Added new configure option --enable-host-specific-asms, so the
|
2002-09-23 17:59:18 +00:00 |
logical16.cc
|
Added new configure option --enable-host-specific-asms, so the
|
2002-09-23 17:59:18 +00:00 |
logical32.cc
|
Added new configure option --enable-host-specific-asms, so the
|
2002-09-23 17:59:18 +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
|
- fixed "macro expands to nothing" by renaming the macro
|
2002-09-22 07:23:26 +00:00 |
mmx.cc
|
Moved the EFLAGS.RF check and clearing of inhibit_mask code
|
2002-09-20 03:52:59 +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
|
Moved the EFLAGS.RF check and clearing of inhibit_mask code
|
2002-09-20 03:52:59 +00:00 |
proc_ctrl.cc
|
Implemented SWAPGS instruction.
|
2002-09-25 14:09:08 +00:00 |
protect_ctrl_pro.cc
|
|
|
protect_ctrl.cc
|
Implemented SWAPGS instruction.
|
2002-09-25 14:09:08 +00:00 |
resolve16.cc
|
|
|
resolve32.cc
|
|
|
resolve64.cc
|
|
|
segment_ctrl_pro.cc
|
Got rid of INIT_64_DESCRIPTOR in all places. Added/replaced it with
|
2002-09-24 16:35:44 +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
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +00:00 |
shift32.cc
|
Changed eflags accessors for get_?F() to use (val32 & (1<<N)) instead
|
2002-09-22 18:22:24 +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
|
Moved the EFLAGS.RF check and clearing of inhibit_mask code
|
2002-09-20 03:52:59 +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
|
Modified the way that the register field (low 3 bits of a few opcodes
|
2002-09-20 23:17:51 +00:00 |
stack_pro.cc
|
These changes are from Peter Tattam
|
2002-09-24 08:29:06 +00:00 |
string.cc
|
Fixed/updated/cleaned repeat IO & memcpy speedups for Long mode.
|
2002-09-24 04:43:59 +00:00 |
tasking.cc
|
|
|
vm8086.cc
|
|
|