Bochs/bochs/fpu
Stanislav Shwartsman f8c3968d42 Changes list made after CVS service crash:
- Fixed critical bug in CPU code added with one of the prev commits
  - Disasm support for SSE4
  - Rename PNI->SSE3 everywhere in the code
  - Correctly decode, disassemble and execute 'XCHG R8, rAX' x86-64 instruction
  - Correctly decode, disassemble and execute multi-byte NOP 0F F1 opcode
  - Fixed ENTER and LEAVE instructions in x86-64 mode
  - Added ability to turn ON instruction trace, only GUI support is missed.
    Instruction trace could be enabled if Bochs was compiled with disasm
  - More changes Bit32u -> bx_phy_address
  - Complete preliminary implementation of SMM in Bochs, SMI is still PANICs but if you press 'continue' everything should work OK
  - Small code cleanup
  - Update CHANGES and user docs
2006-04-05 17:31:35 +00:00
..
control_w.h
f2xm1.cc
ferr.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpatan.cc
fprem.cc
fpu_arith.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpu_compare.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpu_const.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpu_constant.h
fpu_load_store.cc Changes list made after CVS service crash: 2006-04-05 17:31:35 +00:00
fpu_misc.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpu_tags.cc
fpu_trans.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fpu.cc Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
fsincos.cc
fyl2x.cc
Makefile.in
poly.cc
softfloat-macros.h
softfloat-round-pack.cc
softfloat-round-pack.h
softfloat-specialize.cc
softfloat-specialize.h Now devices could be compiled separatelly from CPU 2006-03-06 22:03:16 +00:00
softfloat.cc
softfloat.h
softfloatx80.cc
softfloatx80.h
status_w.h
tag_w.h
todo