x86: increment the stack pointer in lret inst
[gem5.git] / src / arch / x86 / isa / microops /
2009-08-05 Derek Howermerge
2009-08-05 Gabe BlackMerge with head.
2009-08-05 Gabe BlackX86: Make conditional moves zero extend their 32 bit...
2009-08-05 Gabe BlackX86: Fix condition code setting for signed multiplies...
2009-08-05 Gabe BlackX86: Make the check for negative operands for sign...
2009-08-05 Gabe BlackX86: Make sure immediate values are truncated properly.
2009-08-05 Gabe BlackX86: Handle rotate left with carry instructions that...
2009-08-05 Gabe BlackX86: Handle rotate right with carry instructions that...
2009-08-05 Gabe BlackX86: Fix the overflow bit for rotate right with carry.
2009-08-05 Gabe BlackX86: Fix the computation of the bottom part of rotate...
2009-08-05 Gabe BlackX86: Fix the computation of the upper part of rotate...
2009-08-05 Gabe BlackX86: Handle rotating right all the way around or more.
2009-08-05 Gabe BlackX86: Make shifts/rotations that write to 32 bits of...
2009-08-05 Gabe BlackX86: Handle left rotations that go all the way around...
2009-08-05 Gabe BlackX86: Fix the sar carry flag.
2009-08-05 Gabe BlackX86: Fix sign extension when doing an arithmetic shift...
2009-08-05 Gabe BlackX86: Fix the carry flag for shr.
2009-08-05 Gabe BlackX86: Fix the carry flag for shl.
2009-08-03 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-02 Gabe BlackX86: Fix the high result of mul1s, and removed undefine...
2009-07-18 Derek Howermerge
2009-07-16 Polina Dudnikmerge
2009-07-16 Gabe BlackX86: Take limitted advantage of the compilers type...
2009-05-29 Gabe BlackX86: Keep track of more descriptor state to accomodate...
2009-04-23 Gabe BlackX86: Put the StoreCheck flag with the others, and don...
2009-04-19 Gabe BlackX86: Implement the stul microop.
2009-04-19 Gabe BlackX86: Implement the ldstl microop.
2009-04-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Fix a bug in the chks microop where it ignored...
2009-04-19 Gabe BlackX86: LEA calculates an address before segmentation.
2009-04-19 Gabe BlackX86: Fix the halt microop.
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-27 Gabe BlackX86: Take address size into account when computing...
2009-02-27 Gabe BlackX86: Fix segment limit checks.
2009-02-25 Gabe BlackX86: Add segmentation checks for ldt related descriptor...
2009-02-25 Gabe BlackX86: Make the TSS type check actually return a fault...
2009-02-25 Gabe BlackX86: Make rdcr use merge and the mov to control registe...
2009-02-25 Gabe BlackX86: Make the segment register reading microops use...
2009-02-25 Gabe BlackX86: Do a merge for the zero extension microop.
2009-02-25 Gabe BlackX86: Add microops for reading/writing debug registers.
2009-02-25 Gabe BlackX86: Check src1 for illegal values since that's the...
2009-02-25 Gabe BlackX86: Implement a basic prefetch instruction.
2009-02-25 Gabe BlackX86: Use the right portion of a register for stores.
2009-02-25 Gabe BlackX86: Add a flag to force memory accesses to happen...
2009-02-25 Gabe BlackX86: Add a wrattr microop.
2009-02-25 Gabe BlackX86: Fix segment limit checking.
2009-02-25 Gabe BlackX86: Add a check to chks to verify a task state segment...
2009-02-25 Gabe BlackX86: Add a check to chks which raises #GP(selector...
2009-02-25 Gabe BlackX86: Make the stupd microop not update registers in...
2009-02-25 Gabe BlackCPU: Get rid of translate... functions from various...
2009-02-07 Nathan BinkertQuell g++ 4.3 warning about operator ambiguity
2009-02-02 Gabe BlackX86: Make the fault classes handle error codes better.
2009-02-02 Gabe BlackX86: Distinguish between hardware and software interrup...
2009-02-02 Gabe BlackX86: Make the chks microop check for the right int...
2009-01-07 Gabe BlackX86: Autogenerate macroop generateDisassemble function.
2008-11-10 Gabe BlackX86: Fix completeAcc get call.
2008-10-13 Gabe BlackX86: Set the delayed commit flag in x86 microops approp...
2008-10-13 Gabe BlackX86: Add wrval/rdval microops for reading significant...
2008-10-13 Gabe BlackX86: Make sure register microops set fault rather than...
2008-10-13 Gabe BlackX86: Implement an wrdh microop which loads bases/offset...
2008-10-13 Gabe BlackX86: Implement the chks check of interrupt gate target...
2008-10-13 Gabe BlackX86: Add a check type for interrupt gates.
2008-10-13 Gabe BlackX86: Fix chks checking the submode for stack segments.
2008-10-13 Gabe BlackX86: Let segment manipulation microops be conditional.
2008-10-13 Gabe BlackX86: Fix the rdbase microop
2008-10-13 Gabe BlackX86: Create a handy way to access labels from the ROM...
2008-10-13 Gabe BlackX86: Make X86's microcode ROM actually do something.
2008-10-12 Gabe BlackX86: Create an eret microop which returns from ROM...
2008-10-12 Gabe BlackX86: Make Br never report itself as the last microop.
2008-10-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
2008-10-09 Gabe BlackX86: Fix the debugging microops. The debug functions...
2008-06-12 Gabe BlackX86: Make the disassembly for halt conform with the...
2008-06-12 Gabe BlackX86: Change how segment loading is performed.
2008-06-12 Gabe BlackX86: Keep handy values like the operating mode in one...
2008-06-12 Gabe BlackX86: Change what the microop chks does.
2008-06-12 Gabe BlackX86: Add a microop to read a segments attribute register.
2008-06-12 Gabe BlackX86: Add microops and supporting code to manipulate...
2008-06-12 Gabe BlackX86: Add microops which panic, fatal, warn, and warn_once.
2008-06-12 Gabe BlackX86: Truncate descriptors to 16 bits.
2008-06-12 Gabe BlackX86: Add in some support for the tsc register.
2008-02-27 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-02-27 Gabe BlackX86: Implement the INVLPG instruction and the TIA microop.
2007-12-02 Gabe BlackX86: Implement mov from control register.
2007-12-02 Gabe BlackX86: First crack at far returns. This is grossly approx...
2007-12-02 Gabe BlackX86: Reorganize segmentation and implement segment...
2007-12-02 Gabe BlackX86: Make the "fault" microop predicated.
2007-12-02 Gabe BlackX86: Implement the lgdt instruction.
2007-12-02 Gabe BlackX86: Implement wrbase and wrlimit for loading pseudo...
2007-11-15 Korey Sewellbranch merge
2007-11-13 Gabe BlackX86: Make microcode use presegmentation RIPs and the...
2007-11-12 Gabe BlackX86: Implement the wrcr microop which writes a control...
2007-11-12 Gabe BlackX86: Change the meaning of the sext and zext width...
2007-11-12 Gabe BlackX86: Various fixes to indexing segmentation related...
2007-10-31 Steve ReinhardtMerge in bus DPRINTF changes.
2007-10-30 Gabe BlackX86: Compile fixes for 32 bit/debug/opt.
2007-10-22 Gabe BlackMerge with head.
2007-10-22 Gabe BlackX86: Implement the cda microop which checks if an addre...
2007-10-22 Gabe BlackX86: Implement the stupd microop ("store with update...
2007-10-19 Gabe BlackX86: Impelement the HLT instruction and fix the "halt...
2007-10-19 Gabe BlackX86: Implement a "halt" microop.
next