Rename OP_MCRF to OP_CROP and trim insn_type_t
authorPaul Mackerras <paulus@ozlabs.org>
Mon, 6 Apr 2020 02:20:36 +0000 (12:20 +1000)
committerPaul Mackerras <paulus@ozlabs.org>
Tue, 7 Apr 2020 01:29:03 +0000 (11:29 +1000)
commitfe077a116aaec84a7cfdc5ae8cad077b7df891ab
treec70d712c838bd5f2a79379d56b808422dfebd473
parent0a95e4bfdd757a7f0ff8d5daf2a38fa56eb56c00
Rename OP_MCRF to OP_CROP and trim insn_type_t

OP_MCRF covers the CR logical ops as well as mcrf since commit
c05441bf4793 ("Implement CRNOR and friends"), so this renames
OP_MCRF to OP_CROP.  The OP_* values for the individual CR logical
ops (OP_CRAND, etc.) are not used, so remove them from insn_type_t.

No functional change.

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