Generalize the mul_32bit and mul_signed fields of decode_rom_t
authorPaul Mackerras <paulus@ozlabs.org>
Sun, 6 Oct 2019 04:21:27 +0000 (15:21 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Mon, 7 Oct 2019 06:15:57 +0000 (17:15 +1100)
commit90b6e273809e81c1c32a537b94cef0f530e63337
tree9563c04d051b299ae05387fb9150350ccc82371d
parent7fe84220a51f08d79af71966c46ae52bc8369b00
Generalize the mul_32bit and mul_signed fields of decode_rom_t

This changes the names of the mul_32bit and mul_signed fields of
decode_rom_t to is_32bit and is_signed, so they can be used with
other types of operations besides multiplies.

This plumbs the is_32bit and is_signed flags down into execute1,
though they are not used at this point.

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