mips,cpu: Get rid of the IsDpsOp StaticInst flag.
authorGabe Black <gabeblack@google.com>
Sun, 30 Aug 2020 08:46:31 +0000 (01:46 -0700)
committerGabe Black <gabeblack@google.com>
Tue, 15 Sep 2020 20:35:59 +0000 (20:35 +0000)
commit5c33112fa5a08f0fc94579f4cb4ae87210fa001a
treea730549ef61e2a78c8acf9081cdb596ace94cd58
parent6df6f9aa98022457cff470118c88b5b8f1a6ba21
mips,cpu: Get rid of the IsDpsOp StaticInst flag.

This flag was set by MIPS for a few instructions, but didn't have an
accessor in StaticInst and was never used for anything.

Change-Id: I153cedde0d16cb1d78b2705bd7340ebfd10e4fb6
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/33740
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/mips/isa/formats/dsp.isa
src/cpu/StaticInstFlags.py