Fixed LDHI constraint
authorSvein Seldal <svein@dev.seldal.com>
Tue, 19 Nov 2002 11:59:12 +0000 (11:59 +0000)
committerSvein Seldal <svein@dev.seldal.com>
Tue, 19 Nov 2002 11:59:12 +0000 (11:59 +0000)
include/opcode/ChangeLog
include/opcode/tic4x.h

index 51027dcdda30ab3bef525cec32d71dd142eac2a6..65536009e1c24ed45f72d2604d74b6c8c9c4dd4d 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-19  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * tic4x.h (c4x_insts): Fixed LDHI constraint
+
 2002-11-18  Klee Dienes  <kdienes@apple.com>
 
        * h8300.h (h8_opcode): Remove 'length' field.
index 404a740b7342a81fee2a8c3b194ca7987952afab..214965df3dcfeb16a8bd3ab8f01abe5e304d1641 100644 (file)
@@ -951,8 +951,8 @@ static const c4x_inst_t c4x_insts[] =
   P_CLASS_INSN(  "ldf",   "stf",  0xd8000000, OP_C3X   ),
   BB_CLASS_INSN( "ldfC",          0x00000000, OP_C3X   ),
   B6_CLASS_INSN( "ldfi",          0x07800000, OP_C3X   ),
-  { "ldhi",   0x1fe00000, 0xffe00000, "U,r" , OP_C4X   },  /* Z_CLASS */
-  { "ldhi",   0x1fe00000, 0xffe00000, "#,r" , OP_C4X   },  /* Z_CLASS */
+  { "ldhi",   0x1fe00000, 0xffe00000, "U,R" , OP_C4X   },  /* Z_CLASS */
+  { "ldhi",   0x1fe00000, 0xffe00000, "#,R" , OP_C4X   },  /* Z_CLASS */
   A_CLASS_INSN(  "ldi",           0x08000000, OP_C3X   ),
   LL_CLASS_INSN( "ldi",           0xc6000000, OP_C3X   ),
   P_CLASS_INSN(  "ldi",   "sti",  0xda000000, OP_C3X   ),
This page took 0.026845 seconds and 4 git commands to generate.