On 2/13/19 4:53 PM, Palmer Dabbelt wrote:
From: Bastian Koppelmann <[email protected]> Acked-by: Alistair Francis <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Signed-off-by: Bastian Koppelmann <[email protected]> Signed-off-by: Peer Adelt <[email protected]> --- target/riscv/insn32.decode | 35 +++ target/riscv/insn_trans/trans_rvf.inc.c | 353 ++++++++++++++++++++++++ target/riscv/translate.c | 1 + 3 files changed, 389 insertions(+) create mode 100644 target/riscv/insn_trans/trans_rvf.inc.c
All translate_foo() functions are missing 'if (!has_ext(ctx, RVF)' checks. Cheers, Bastian
