ghostmansd found that extswsli is incorrectly declared
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Sep 2022 22:56:59 +0000 (23:56 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Thu, 1 Sep 2022 22:56:59 +0000 (23:56 +0100)
commitc865b6c94dcf9a67b241306bf474b66a19ec6928
tree0f22a783c54eae9382ab10e7891c81d37eb33174
parent61b6aa407567e0455e0a4410f18f483ca3144eea
ghostmansd found that extswsli is incorrectly declared
as extswsli RA,RS,SH as XS-Form, where a quick check shows that
there *is* no field "SH" in XS-Form. there *is* however a field "sh"
in XS-Form and the pseudocode *correctly* uses it.

that then led to a review of all the other uses of SH and sh,
which also led to spotting that ME and MB are *also* mis-used
(MD-Form and MDS-Form) and need lower-casing in the operand
declaration but are *also* correct in the pseudo-code
`
openpower/isa/fixedshift.mdwn