x86: implement x87 fp instruction fsincos
authorNilay Vaish <nilay@cs.wisc.edu>
Sun, 30 Dec 2012 18:45:45 +0000 (12:45 -0600)
committerNilay Vaish <nilay@cs.wisc.edu>
Sun, 30 Dec 2012 18:45:45 +0000 (12:45 -0600)
commit23ba6fc5fbaf55b016b5f0c0a852fa135d3f5f55
tree4e5bf0c68a330d74f5019cc73690f78953924373
parent3b01edd7fa5a78565aa911c9e33f8fd3a6b0478e
x86: implement x87 fp instruction fsincos
This patch implements the fsincos instruction. The code was originally written
by Vince Weaver. Gabe had made some comments about the code, but those were
never addressed. This patch addresses those comments.
src/arch/x86/isa/decoder/x87.isa
src/arch/x86/isa/insts/x87/transcendental_functions/trigonometric_functions.py
src/arch/x86/isa/microops/fpop.isa