* v850-opc.c: Add notes about needing special insert/extract
authorJeff Law <law@redhat.com>
Sat, 31 Aug 1996 07:32:01 +0000 (07:32 +0000)
committerJeff Law <law@redhat.com>
Sat, 31 Aug 1996 07:32:01 +0000 (07:32 +0000)
        for all the load/store insns, except "ld.b" and "st.b".
So we don't forget!

opcodes/ChangeLog
opcodes/v850-opc.c

index f908e3ff21ac34680ac4b5ae3b0ec119eb313e07..e84ff627f42afe29d74d2932b06ef8dbefc5eb3e 100644 (file)
@@ -1,6 +1,9 @@
 start-sanitize-v850
 Sat Aug 31 01:27:26 1996  Jeffrey A Law  (law@cygnus.com)
 
+       * v850-opc.c: Add notes about needing special insert/extract
+       for all the load/store insns, except "ld.b" and "st.b".
+
        * v850-opc.c (insert_d22, extract_d22): New functions.
        (v850_operands): Use insert_d22 and extract_d22 for
        D22 operands.
index 5239d801a7350da22fd8feed6c32fd3245baa82d..4530231160fc5f40ab52e9bac9eab435f8f3bcc7 100644 (file)
@@ -1,6 +1,12 @@
 #include "ansidecl.h"
 #include "opcode/v850.h"
 
+/* TODO:
+
+   * ld.h, ld.w st.h and st.w will need special insert/extract code.
+
+   * All sld instructions will need special insert/extrat code. */
+
 /* Local insertion and extraction functions.  */
 static unsigned long insert_d9 PARAMS ((unsigned long, long, const char **));
 static long extract_d9 PARAMS ((unsigned long, int *));
This page took 0.038393 seconds and 4 git commands to generate.