index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
/
x86
/
isa
/
microops
/
limmop.isa
Age
Commit message (
Expand
)
Author
2017-11-02
alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts.
Gabe Black
2017-07-05
cpu: Simplify the rename interface and use RegId
Rekai Gonzalez-Alberquilla
2017-07-05
arch, cpu: Architectural Register structural indexing
Nathanael Premillieu
2014-05-09
arch: teach ISA parser how to split code across files
Curtis Dunham
2014-05-09
arch: remove inline specifiers on all inst constrs, all ISAs
Curtis Dunham
2013-06-18
x86: Fix loading of floating point constants
Andreas Sandberg
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
Gabe Black
2011-02-13
X86: Don't read in dest regs if all bits are replaced.
Gabe Black
2010-08-23
X86: Get rid of the flagless microop constructor.
Gabe Black
2010-08-23
X86: Consolidate extra microop flags into one parameter.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-08-17
X86: Implement the lfpimm microop.
Gabe Black
2009-07-16
X86: Take limitted advantage of the compilers type checking for microop opera...
Gabe Black
2009-01-06
X86: Autogenerate macroop generateDisassemble function.
Gabe Black
2007-10-30
X86: Compile fixes for 32 bit/debug/opt.
Gabe Black
2007-07-30
X86: Make disassembly use the final register index. Add bits to indicate whet...
Gabe Black
2007-07-29
X86: Make limm use merge and allow overriding the data size.
Gabe Black
2007-07-17
Make disassembled x86 register indices reflect their size.
Gabe Black
2007-07-14
Pull some hard coded base classes out of the isa description.
Gabe Black
2007-06-18
Add in incomplete pick and merge functions which read and write pieces of reg...
Gabe Black
2007-06-14
Fix limm.
Gabe Black
2007-06-12
Make microOp vs microop and macroOp vs macroop capitilization consistent.
Gabe Black
2007-06-04
Make limm (load immediate) microop
Gabe Black