decode: Add a facility field to the instruction decode tables
authorPaul Mackerras <paulus@ozlabs.org>
Sat, 12 Dec 2020 01:38:06 +0000 (12:38 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Fri, 15 Jan 2021 01:40:09 +0000 (12:40 +1100)
commit89a67a18d0935fd5b4d96cde2d45bab084cc4abf
tree3891de75d503ad68aeedec7cefa718c89a67396e
parentec5730a75acb935bd61013f72b80dd82323a6fdb
decode: Add a facility field to the instruction decode tables

This makes it simpler to work out when to deliver a FPU unavailable
interrupt.  This also means we can get rid of the OP_FPLOAD and
OP_FPSTORE insn_type values.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
common.vhdl
decode1.vhdl
decode2.vhdl
decode_types.vhdl
execute1.vhdl
loadstore1.vhdl
scripts/fmt_log/fmt_log.c