summaryrefslogtreecommitdiff
path: root/src/arch/x86/isa/microops/limmop.isa
AgeCommit message (Expand)Author
2017-11-07alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates.Gabe Black
2017-11-02alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.Gabe Black
2017-07-05cpu: Simplify the rename interface and use RegIdRekai Gonzalez-Alberquilla
2017-07-05arch, cpu: Architectural Register structural indexingNathanael Premillieu
2014-05-09arch: teach ISA parser how to split code across filesCurtis Dunham
2014-05-09arch: remove inline specifiers on all inst constrs, all ISAsCurtis Dunham
2013-06-18x86: Fix loading of floating point constantsAndreas Sandberg
2011-09-26ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.Gabe Black
2011-02-13X86: Don't read in dest regs if all bits are replaced.Gabe Black
2010-08-23X86: Get rid of the flagless microop constructor.Gabe Black
2010-08-23X86: Consolidate extra microop flags into one parameter.Gabe Black
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-08-17X86: Implement the lfpimm microop.Gabe Black
2009-07-16X86: Take limitted advantage of the compilers type checking for microop opera...Gabe Black
2009-01-06X86: Autogenerate macroop generateDisassemble function.Gabe Black
2007-10-30X86: Compile fixes for 32 bit/debug/opt.Gabe Black
2007-07-30X86: Make disassembly use the final register index. Add bits to indicate whet...Gabe Black
2007-07-29X86: Make limm use merge and allow overriding the data size.Gabe Black
2007-07-17Make disassembled x86 register indices reflect their size.Gabe Black
2007-07-14Pull some hard coded base classes out of the isa description.Gabe Black
2007-06-18Add in incomplete pick and merge functions which read and write pieces of reg...Gabe Black
2007-06-14Fix limm.Gabe Black
2007-06-12Make microOp vs microop and macroOp vs macroop capitilization consistent.Gabe Black
2007-06-04Make limm (load immediate) microopGabe Black