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
/
fpop.isa
Age
Commit message (
Expand
)
Author
2015-10-06
x86: implement fild, fucomi, and fucomip x87 insts
Steve Reinhardt
2014-09-01
x86: set op class of two fp instructions
Nilay Vaish
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-09-30
x86: Add support for loading 32-bit and 80-bit floats in the x87
Andreas Sandberg
2013-09-30
x86: Fix re-entrancy problems in x87 store instructions
Andreas Sandberg
2013-06-18
x86: Add support for maintaining the x87 tag word
Andreas Sandberg
2013-06-18
x86: Make fprem like the fprem on a real x87
Andreas Sandberg
2013-06-18
x86: Fix the flag handling code in FABS and FCHS
Andreas Sandberg
2013-05-21
x86: add op class for int and fp microops in isa description
Nilay Vaish
2013-03-11
x86: implement some of the x87 instructions
Nilay Vaish
2013-01-15
x86: implement fabs, fchs instructions
Nilay Vaish
2012-12-30
x86: implement x87 fp instruction fsincos
Nilay Vaish
2012-09-11
x86: Add a separate register for D flag bit
Nilay Vaish
2012-05-22
X86: Split Condition Code register
Nilay Vaish
2012-04-14
clang/gcc: Fix compilation issues with clang 3.0 and gcc 4.6
Andreas Hansson
2011-09-26
ISA parser: Use '_' instead of '.' to delimit type modifiers on operands.
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-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-02
X86: Fix the movfp microop.
Gabe Black
2007-09-19
X86: Move the fp microops to their own file with their own base classes in C+...
Gabe Black