[xcc] Removed ctc1, cfc1 instructions; added fp move test case
authorAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Thu, 5 Aug 2010 01:31:04 +0000 (18:31 -0700)
committerAndrew Waterman <waterman@s141.Millennium.Berkeley.EDU>
Thu, 5 Aug 2010 01:31:04 +0000 (18:31 -0700)
riscv/execute.h
riscv/insns/cfc1.h [deleted file]
riscv/insns/ctc1.h [deleted file]

index d5c69d742546c2e9546b4c895dc4e36a2fb257be..8c8ae901fe275ef55b99cf8dd21679513849b5da 100644 (file)
@@ -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 (file)
index e69de29..0000000
diff --git a/riscv/insns/ctc1.h b/riscv/insns/ctc1.h
deleted file mode 100644 (file)
index e69de29..0000000