x86: Get rid of a problematic DPRINTF in PremFp.
authorGabe Black <gabeblack@google.com>
Wed, 21 Nov 2018 00:22:26 +0000 (16:22 -0800)
committerGabe Black <gabeblack@google.com>
Wed, 21 Nov 2018 09:57:15 +0000 (09:57 +0000)
commita5bc2291391b0497fdc60fdc960e07bcecebfb8f
treed8650d794a028541de313268f198e0922e959c8a
parentdb442c10391586f007ac060245dc322a38c9b204
x86: Get rid of a problematic DPRINTF in PremFp.

This DPRINTF shouldn't be necessary since it shows the operands and
results of the instruction which the trace should already make
available. Also by passing the destination register to DPRINTF, the ISA
parser will assume that it's also a source when tracking dependencies.

Change-Id: I820387c82578bdbb8d2e3d91652a6c0185077f54
Reviewed-on: https://gem5-review.googlesource.com/c/14475
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Gabe Black <gabeblack@google.com>
src/arch/x86/isa/microops/fpop.isa