Made immediate parameter of MOVHI be unsigned
authorNick Clifton <nickc@redhat.com>
Tue, 26 Aug 1997 16:40:28 +0000 (16:40 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Aug 1997 16:40:28 +0000 (16:40 +0000)
opcodes/ChangeLog
opcodes/v850-opc.c

index fd6b5c8cf2dba419c642b79c63368717c56a918b..6db0428692a8ff29be23b359b1714a7d9bd42e41 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-v850
+Tue Aug 26 09:42:28 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (MOVHI): Immediate parameter is unsigned.
+end-sanitize-v850
+
 Mon Aug 25 15:58:07 1997  Christopher Provenzano  <proven@cygnus.com>
 
        * configure: Rebuilt with latest devo autoconf for NT support.
index 5d0dce4a946763ec44062d00904ddf2cfee66752..d2fbd62a7c4059fbc31bcef46677f3b79237edb1 100644 (file)
@@ -640,7 +640,7 @@ const struct v850_opcode v850_opcodes[] =
 /* end-sanitize-v850e */
 { "mov",        OP  (0x00),            OP_MASK,                {R1, R2_NOTR0},         0 },
 { "movea",     OP  (0x31),             OP_MASK,                {I16, R1, R2_NOTR0},    0 },
-{ "movhi",     OP  (0x32),             OP_MASK,                {I16, R1, R2_NOTR0},    0 },
+{ "movhi",     OP  (0x32),             OP_MASK,                {I16U, R1, R2_NOTR0},   0 },
 { "add",       OP  (0x0e),             OP_MASK,                IF1,                    0 },
 { "add",       OP  (0x12),             OP_MASK,                IF2,                    0 },
 { "addi",      OP  (0x30),             OP_MASK,                IF6,                    0 },
This page took 0.031017 seconds and 4 git commands to generate.