Chuan-Hua Chang wrote:
>
> When looking at the M32R decode function, the
IF-statement is absent
> from the decoder code. This lets me wonder that if
there is a way to
> remove this redundant IF-statement check in the CGEN
flow.
>
This is likely a case where all of the decodable bits have
already been
tested in reaching that particular case.
Dave