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
/
decoder
/
x87.isa
Age
Commit message (
Expand
)
Author
2015-10-06
x86: implement fild, fucomi, and fucomip x87 insts
Steve Reinhardt
2015-04-13
x86: implements x87 mult/div instructions
Nilay Vaish
2014-01-27
x86: implements x87 add/sub instructions
Nilay Vaish
2014-01-27
x86: implements fxch instruction.
Nilay Vaish
2013-09-30
x86: Add support for FLDENV & FNSTENV
Andreas Sandberg
2013-09-30
x86: Add support for loading 32-bit and 80-bit floats in the x87
Andreas Sandberg
2013-03-11
x86: implement some of the x87 instructions
Nilay Vaish
2013-01-15
x86: implements fsin, fcos instructions
Nilay Vaish
2013-01-15
x86: implement fabs, fchs instructions
Nilay Vaish
2012-12-30
x86: implement x87 fp instruction fnstsw
Nilay Vaish
2012-12-30
x86: implement x87 fp instruction fsincos
Nilay Vaish
2011-03-02
X86: Decode the mysterious and elusive ffreep x87 instruction.
Gabe Black
2010-05-23
copyright: Change HP copyright on x86 code to be more friendly
Nathan Binkert
2009-08-20
X86: Fix the decoding for and fill out FST and FSTP.
Gabe Black
2007-10-18
X86: Make "Inst" the default format instead of WarnUnimpl for one byte opcodes.
Gabe Black
2007-09-19
X86: Implement the fld, fst, and fstp instructions.
Gabe Black
2007-07-31
X86: Add operand type information to the fnstcw and fldw instruction placehol...
Gabe Black
2007-07-30
X86: Add decoding for x87 floating point.
Gabe Black