summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-10-07X86: Make x86 initialize more state.Gabe Black
--HG-- extra : convert_revision : a55866efd339ae795da4072c070918bf419b07fa
2007-10-07X86: Work on the x86 tlb.Gabe Black
--HG-- extra : convert_revision : a08a5cb049a6030ba9fd56a89383d56026238dbf
2007-10-07X86: Make faults maintain an error code which gets pushed on the stack.Gabe Black
--HG-- extra : convert_revision : 7576f8cfaec9ddfb65e6ba7a6f64a5f453a42069
2007-10-07X86: Significantly filled out misc regs.Gabe Black
--HG-- extra : convert_revision : 4c53be6568134d65e57f5411df986fd9a89e82c9
2007-10-07X86: Make sure there are fewer spurious differences between instructions for ↵Gabe Black
caching purposes. --HG-- extra : convert_revision : 7e6be1c42f28f92d9e8b47169e683827bb3f4aaf
2007-10-07BitUnion: Fix some types in the bitunion classes.Gabe Black
--HG-- extra : convert_revision : 1c003f9fc9ef3a57c9199d692d172e747581f383
2007-10-07X86: Make initCPU and startupCPU do something basic.Gabe Black
--HG-- extra : convert_revision : 1a04f4402f4f31e4e5cd482c7983d853fe117df5
2007-10-07X86: Make the Interrupts class complain less.Gabe Black
--HG-- extra : convert_revision : 81d9544e85c90139704ffe4a117983df4bfa3bcd
2007-10-07X86: Adjust the config scripts for x86 fs.Gabe Black
--HG-- extra : convert_revision : 36ed22b50066f54be0e51c3419babc07dd218e10
2007-10-07X86: Make an x86 system object.Gabe Black
--HG-- extra : convert_revision : 590a4c29cb9b943a2d8c3a97c5fdfbabb658ac45
2007-10-07X86: Make an x86 platform object.Gabe Black
--HG-- extra : convert_revision : 7d64d3e78960f3bb937579f5d10937bed5f197be
2007-10-07X86: X86 FS compile fix.Gabe Black
--HG-- extra : convert_revision : bedd4cbab570d4ae84af9e8ead8f61db5c3c01dc
2007-10-04Merge with head.Gabe Black
--HG-- extra : convert_revision : aa1969b60044f8ed88e689bdd25eeded2b1105ec
2007-10-04X86: Fix the PageShift constant in isa_traits.hh (I thought I alread did this?)Gabe Black
--HG-- extra : convert_revision : bdc51a66e4fdf4b0a51b5c774ca7372a00a57269
2007-10-04SPARC: Make software trap 3 flush the register windows like the ABI specifies.Gabe Black
--HG-- extra : convert_revision : 8ff43617b56dcca5783d6cc490f87140fc20a36d
2007-10-02Merge with head.Gabe Black
--HG-- extra : convert_revision : 1aa0e4569a7c10e6a395c2c951ac29275b5bcf59
2007-10-02X86: Distinguish between the rep and repe prefixes.Gabe Black
STOS and MOVS only accept the rep prefix which always loops until rcx becomes 0. The other string instructions accept repe (same encoding as rep) and repne which also check the condition code flags each iteration. --HG-- extra : convert_revision : 544149f640302070810fb53e53bfeb0e87160ffc
2007-10-02X86: Start implementing the x86 tlb which will handle segmentation ↵Gabe Black
permission and limit checks and paging. --HG-- extra : convert_revision : 6072f7d9eecbaa066d39d6da7f0180ea4a2615af
2007-10-02X86: Fix places where movfp was used incorrectly.Gabe Black
--HG-- extra : convert_revision : a6b5688eaa53d2f6675df1be193726641e558d37
2007-10-02X86: Fix the movfp microop.Gabe Black
--HG-- extra : convert_revision : 23829782a2802a97a05e4dfdb5dd38fbe4165a90
2007-10-02X86: Fix x87 floating point stack register indexing.Gabe Black
--HG-- extra : convert_revision : b515ec20cbfc50b38aa7da6cf4d465acf9054c08
2007-10-02Predecoder: Clear out predecoder state on an ITLB fault.Gabe Black
--HG-- extra : convert_revision : 68f8ff778dbd28ade5070edf5a7d662e7bf0045a
2007-10-02X86: Put ldst into the microcode (the earlier changeset didn't really).Gabe Black
Also clean things up as much as possible so that faulting won't break an instruction. More microops which verify addresses are needed. --HG-- extra : convert_revision : 7c6050cb4798d287fe7d3cc4bb8c20dfa40ad2be
2007-10-02X86: Implement the ldst microop and put it in existing microcode where ↵Gabe Black
appropriate. --HG-- extra : convert_revision : f08bd725d07a501bb7a0ce91590b5d37db99c6f3
2007-10-02X86: Fix up the microcode for the FST and FSTP instructions.Gabe Black
--HG-- extra : convert_revision : ad68633e9b7eab425593acb20cf242bf98c2b642
2007-10-02X86: Get rid of a hack for ruflag which is no longer necessary.Gabe Black
--HG-- extra : convert_revision : 1bb60c9ddb483aead2af0201bbda938cc6d3f7cb
2007-10-02X86: Allow logic instructions to set ECF as well as CF.Gabe Black
--HG-- extra : convert_revision : 6ac20f069c86c23a8d443a7127afd6015166c00d
2007-10-02X86: Add classes for the actual x86 faults.Gabe Black
--HG-- extra : convert_revision : bc060a01b5415551b335ca68ccbf126333ae20b0
2007-10-02X86: Hook in another version of the XCHG instruction.Gabe Black
--HG-- extra : convert_revision : 7b6f9cd2f59443622f6963dfee454175322c0ef5
2007-10-02X86: Implement MOVSGabe Black
--HG-- extra : convert_revision : 29147e1b86f7c54ce9b5ff68001725802c665fc0
2007-10-02X86: Implement STOS.Gabe Black
--HG-- extra : convert_revision : 95f3bf185f07fe644d6ab96bbb6e598e406b92f4
2007-10-02CPU: Make the cpuid parameter get set in SE mode as well.Gabe Black
--HG-- extra : convert_revision : bc47206acb683ebaaa31f57af79b4b8db64e4d31
2007-10-02Remote GDB: Turn on remote gdb in SE mode.Gabe Black
--HG-- extra : convert_revision : e17eb629071edd0dbcb09dd6a6a2220d2c83d33f
2007-10-02CPU: Make the cpus check the pc event queues in SE mode.Gabe Black
--HG-- extra : convert_revision : 9dc4ea136c3c3f87a73d55e91bc4aae4eba70464
2007-10-02SPARC,Remote GDB: Flesh out the acc function for SE mode.Gabe Black
--HG-- extra : convert_revision : eada066ab64701b5c53e7351dfffbdc0e0d4f344
2007-10-02SPARC,Remote GDB: Fix an accounting bug in the remote gdb stuff.Gabe Black
--HG-- extra : convert_revision : f6f0986211c442ac94da315e344a8f54d4d58c8a
2007-10-02Remote GDB: Get rid of an unwanted delete in SE.Gabe Black
--HG-- extra : convert_revision : 7531ba87893a8ebff3863adb846b382d07a1d18d
2007-10-02CPU: Make sure the system parameter gets set in the cpu builders. Other ↵Gabe Black
parameters need to be fixed as well. --HG-- extra : convert_revision : 0401970a79855ee0a96eb29305346ce07b5c98ea
2007-10-01CPU: fix sparc_fs booting with SimpleTimingCPU.Ali Saidi
--HG-- extra : convert_revision : 3d95f6daa7f0e8e376d1a880f64c056619263885
2007-09-28Update statistics for the last three revisionsAli Saidi
--HG-- extra : convert_revision : 117e2a40bd6e0867d013a3a6076fb758ac526d24
2007-09-28Update stats for quiesced cyclesAli Saidi
--HG-- extra : convert_revision : 703ba58f156c9f2677b020f05d36bc1e3ae0b9e5
2007-09-28Rename cycles() function to ticks()Ali Saidi
--HG-- extra : convert_revision : 790eddb793d4f5ba35813d001037bd8601bd76a5
2007-09-28Update statistics to use cycles properly instead of ticksAli Saidi
--HG-- extra : convert_revision : 62911280b631ef24720f9ce701d1c19a9b8a9784
2007-09-25Condition Codes: Fix the findParity function.Gabe Black
--HG-- extra : convert_revision : 37520ed12f55f6b8d9daedca9947eaa2eb8d7cc7
2007-09-25Merge with head.Gabe Black
--HG-- extra : convert_revision : f331b9cbd82086d63d4f35e18f9e08466c016225
2007-09-25SPARC: Remove parameter that was only ever set to one value.Gabe Black
--HG-- extra : convert_revision : 3c22e576d95bdc7566bbce9b92cf2a6ff153a66f
2007-09-25SPARC: Remove some redundant code from some of the fp instructions.Gabe Black
--HG-- extra : convert_revision : 68b0341ae7a367b84c44081f9a3d6d0bc6631649
2007-09-25SPARC: Clean up of privileged instructions.Gabe Black
--HG-- extra : convert_revision : 1fb055a7d186a3e9dff46f1c1b46bad6bcd00562
2007-09-25SPARC: Long overdue cleanup of the condition code handlers.Gabe Black
--HG-- extra : convert_revision : ddc53a622a8f908fa48788f3b570f33fcfc25fff
2007-09-25Condition Codes: Fix type error.Gabe Black
--HG-- extra : convert_revision : 99f6c232cc421c6f741a8a11c029285e599eb183