decode2: Decode unit and single-pipe attributes for mfspr/mtspr in decode2
authorPaul Mackerras <paulus@ozlabs.org>
Fri, 29 Jul 2022 23:42:19 +0000 (09:42 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 9 Aug 2022 09:51:57 +0000 (19:51 +1000)
commit47895f8aff5f8ff0d1a3f86509e22c4e5290b181
tree7fabb97e8872d89d1cffe7824027151258f435da
parent09965b91024faceab13446ab6801fdb2614da71e
decode2: Decode unit and single-pipe attributes for mfspr/mtspr in decode2

Instead of doing that in decode1.  That lets us get rid of the
force_single and override_unit fields of reg_internal_t in decode1,
which will simplify following changes to decode1.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
decode1.vhdl
decode2.vhdl