arch-x86: implement POPCNT instruction.
[gem5.git] / src / arch / x86 / isa / microops / regop.isa
2021-01-27 Tong Shenarch-x86: implement POPCNT instruction.
2021-01-27 Andreas Sandbergarch, mem, cpu, systemc: Remove Python 2.7 glue code
2020-11-26 Bobby R. BruceMerge "misc: Merge branch hotfix v20.1.0.2 branch into...
2020-11-24 Gabe Blackx86: Convert X86 to use local reg index storage.
2020-11-16 Bobby R. Brucemisc: Merge branch hotfix v20.1.0.2 branch into develop
2020-10-01 Bobby R. Brucemisc: Merge branch 'release-staging-v20.1.0.0' into...
2020-09-28 Gabe Blackmisc: Update attribute syntax, and reorganize compiler.hh.
2020-09-01 Bobby R. Brucearch-arm,arch-x86: Added missing overrides
2020-08-24 Juan M. Cebrianarch-x86,cpu: Fix bpred by annotating branch instructio...
2020-03-13 Giacomo Travaglinimisc: Make exception handling python3 compliant
2020-03-10 Giacomo Travaglinimisc: Replace __metaclass__ with six.add_metaclass
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-18 Gabe Blackx86: Delete authors lists from x86 files.
2019-01-31 Gabe Blackx86: Stop using/defining some ISA specific register...
2018-03-15 Gabe Blackx86: Add bitfields which can gather/scatter bases and...
2017-12-14 Jason Lowe-Powermisc: Updates for gcc7.2 for x86
2017-11-07 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86: Merge exec decl...
2017-11-02 Gabe Blackalpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize...
2017-05-16 Gabe Blackx86: Fix the multiplication microops.
2016-02-07 Steve Reinhardtstyle: remove trailing whitespace
2015-04-30 Nilay Vaishx86: change divide-by-zero fault to divide-error
2014-10-16 Andreas Hanssonarch: Use shared_ptr for all Faults
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...
next