From: Yunsup Lee Date: Fri, 18 Oct 2013 19:04:46 +0000 (-0700) Subject: can't execute frsr/fssr on ut X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9543d241b320cb1c4982949aa6d012940c8f5377;p=riscv-isa-sim.git can't execute frsr/fssr on ut --- diff --git a/hwacha/insns_ut/ut_frsr.h b/hwacha/insns_ut/ut_frsr.h deleted file mode 120000 index d7cf986..0000000 --- a/hwacha/insns_ut/ut_frsr.h +++ /dev/null @@ -1 +0,0 @@ -../../riscv/insns/frsr.h \ No newline at end of file diff --git a/hwacha/insns_ut/ut_fssr.h b/hwacha/insns_ut/ut_fssr.h deleted file mode 120000 index 1ca6bea..0000000 --- a/hwacha/insns_ut/ut_fssr.h +++ /dev/null @@ -1 +0,0 @@ -../../riscv/insns/fssr.h \ No newline at end of file diff --git a/hwacha/opcodes_hwacha_ut.h b/hwacha/opcodes_hwacha_ut.h index bd9e8b9..903efc5 100644 --- a/hwacha/opcodes_hwacha_ut.h +++ b/hwacha/opcodes_hwacha_ut.h @@ -15,7 +15,6 @@ DECLARE_INSN(ut_lb, 0x3, 0x707f) DECLARE_INSN(ut_fcvt_s_wu, 0x78000053, 0xfff0007f) DECLARE_INSN(ut_fcvt_d_l, 0x62000053, 0xfff0007f) DECLARE_INSN(ut_lh, 0x1003, 0x707f) -DECLARE_INSN(ut_frsr, 0xe8000053, 0xfffff07f) DECLARE_INSN(ut_fcvt_d_w, 0x72000053, 0xfff0007f) DECLARE_INSN(ut_lw, 0x2003, 0x707f) DECLARE_INSN(ut_add, 0x33, 0xfe00707f) @@ -113,7 +112,6 @@ DECLARE_INSN(ut_amomax_w, 0xa000202f, 0xf800707f) DECLARE_INSN(ut_fsgnj_d, 0x2a000053, 0xfe00707f) DECLARE_INSN(ut_mulhu, 0x2003033, 0xfe00707f) DECLARE_INSN(ut_fcvt_l_d, 0x42000053, 0xfff0007f) -DECLARE_INSN(ut_fssr, 0xf8000053, 0xfff0707f) DECLARE_INSN(ut_fcvt_lu_s, 0x48000053, 0xfff0007f) DECLARE_INSN(ut_fcvt_s_l, 0x60000053, 0xfff0007f) DECLARE_INSN(ut_auipc, 0x17, 0x7f)