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