arch: teach ISA parser how to split code across files
[gem5.git] / src / arch / x86 / isa / microops / regop.isa
2014-05-09 Curtis Dunhamarch: teach ISA parser how to split code across files
2014-05-09 Curtis Dunhamarch: remove inline specifiers on all inst constrs...
2013-09-30 Andreas Sandbergx86: Add support for FXSAVE, FXSAVE64, FXRSTOR, and...
2013-05-21 Nilay Vaishx86: add op class for int and fp microops in isa descri...
2012-09-11 Nilay VaishX86: make use of register predication
2012-09-11 Nilay Vaishx86: Add a separate register for D flag bit
2012-05-22 Nilay VaishX86: Split Condition Code register
2012-02-26 Gabe BlackX86: Use the M5PanicFault fault in execute methods...
2012-01-07 Gabe BlackMerge with the main repository again.
2011-12-01 Gabe BlackX86: Fix a bad segmentation check for the stack segment.
2011-09-27 Gabe BlackISA parser: Use '_' instead of '.' to delimit type...
2011-02-22 Brad Beckmannm5: merged in hammer fix
2011-02-18 Korey Sewellm5: merge inorder/release-notes/make_release changes
2011-02-16 Nathan Binkertmerge alpha system files into tree
2011-02-14 Gabe BlackX86: Put the result used for flags in an intermediate...
2011-02-14 Gabe BlackX86: Don't read in dest regs if all bits are replaced.
2011-02-07 Brad Beckmannx86: set IsCondControl flag for the appropriate microops
2010-12-08 Gabe BlackX86: Take advantage of new PCState syntax.
2010-10-31 Gabe BlackISA,CPU,etc: Create an ISA defined PC type that abstrac...
2010-10-29 Gabe BlackX86: Fault on divide by zero instead of panicing.
2010-08-23 Gabe BlackX86: Get rid of the flagless microop constructor.
2010-08-23 Gabe BlackX86: Consolidate extra microop flags into one parameter.
2010-06-25 Gabe BlackX86: Fix div2 flag calculation.
2010-05-24 Nathan Binkertcopyright: Change HP copyright on x86 code to be more...
2010-05-14 Ali SaidiAutomated merge with ssh://m5sim.org//repo/m5
2010-05-12 Gabe BlackX86: Actual change that fixes div. How did that happen?
2010-05-02 Gabe BlackX86: Finally fix a division corner case.
2010-01-19 Derek Howermerge
2009-11-11 Vince WeaverX86: add ULL to 1's being shifted in 64-bit values
2009-09-17 Gabe BlackX86: Sign extend the immediate of wripi like the regist...
2009-09-17 Gabe BlackX86: Make the imm8 member of immediate microops really...
2009-08-11 Brad Beckmannmerged Tushar's bug fix with public repository changes
2009-08-09 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-09 Gabe BlackX86: Make not taken conditional moves leave the destina...
2009-08-07 Gabe BlackX86: Implement shift right/left double 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-19 Gabe BlackX86: Implement far jmp.
2009-04-19 Gabe BlackX86: Fix a bug in the chks microop where it ignored...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
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: 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-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-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-12 Gabe BlackX86: Create a SeqOp class of microops and make Br one...
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: Truncate descriptors to 16 bits.
2008-06-12 Gabe BlackX86: Add in some support for the tsc register.
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: Implement the lgdt instruction.
2007-12-02 Gabe BlackX86: Implement wrbase and wrlimit for loading pseudo...
2007-11-15 Korey Sewellbranch merge
next