From: Andrew Waterman Date: Thu, 5 Aug 2010 01:31:04 +0000 (-0700) Subject: [xcc] Removed ctc1, cfc1 instructions; added fp move test case X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7134cf8d9e4cabcaaa12839733468576402e2eb9;p=riscv-isa-sim.git [xcc] Removed ctc1, cfc1 instructions; added fp move test case --- diff --git a/riscv/execute.h b/riscv/execute.h index d5c69d7..8c8ae90 100644 --- a/riscv/execute.h +++ b/riscv/execute.h @@ -249,15 +249,6 @@ switch((insn.bits >> 0x19) & 0x7f) } #include "insns/unimp.h" } - case 0x2: - { - if((insn.bits & 0xfe007fff) == 0xd4002000) - { - #include "insns/cfc1.h" - break; - } - #include "insns/unimp.h" - } case 0x4: { if((insn.bits & 0xfe007fff) == 0xd4004000) @@ -276,15 +267,6 @@ switch((insn.bits >> 0x19) & 0x7f) } #include "insns/unimp.h" } - case 0x6: - { - if((insn.bits & 0xfe007fff) == 0xd4006000) - { - #include "insns/ctc1.h" - break; - } - #include "insns/unimp.h" - } default: { #include "insns/unimp.h" diff --git a/riscv/insns/cfc1.h b/riscv/insns/cfc1.h deleted file mode 100644 index e69de29..0000000 diff --git a/riscv/insns/ctc1.h b/riscv/insns/ctc1.h deleted file mode 100644 index e69de29..0000000