sim: sh: adjust some dsp insn masks
authorMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 04:54:40 +0000 (23:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 16 Dec 2023 04:59:00 +0000 (23:59 -0500)
commit82a398adb854dd602212e1007d76b187277b9823
treef0a78bc38989333e00abadf2ac80f9189c3b91ca
parent0fd9d0cec01437c8ca2951f3702be16123733442
sim: sh: adjust some dsp insn masks

The pmuls encoding is incorrect -- it looks like a copy & paste error
from the padd pmuls variant.  The SuperH software manual covers this.

On the flip side, the manual lists pwsb & pwad as insns that exist,
but no description of what they do, what the insn name means, or the
actual encoding.  Our sim implementation stubs them both out as nops.
Let's mark the fields to avoid unused variable warnings.
sim/sh/gencode.c