2002-11-07 Aldy Hernandez <aldyh@redhat.com>
authorAldy Hernandez <aldyh@redhat.com>
Fri, 8 Nov 2002 00:46:21 +0000 (00:46 +0000)
committerAldy Hernandez <aldyh@redhat.com>
Fri, 8 Nov 2002 00:46:21 +0000 (00:46 +0000)
* ppc-opc.c (EVUIMM_4): Change bit size to 32.
(EVUIMM_2): Same.
(EVUIMM_8): Same.

opcodes/ChangeLog
opcodes/ppc-opc.c

index 136b3f8..bdf4903 100644 (file)
@@ -2,6 +2,7 @@
 
        * ppc-opc.c (EVUIMM_4): Change bit size to 32.
        (EVUIMM_2): Same.
+       (EVUIMM_8): Same.
 
 2002-11-07  Klee Dienes  <kdienes@apple.com>
 
index 259423a..dc014d2 100644 (file)
@@ -552,7 +552,7 @@ const struct powerpc_operand powerpc_operands[] =
 
   /* The other UIMM field in a double EVX form instruction. */
 #define EVUIMM_8 EVUIMM_4 + 1
-  { 8, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS },
+  { 32, 11, insert_ev8, extract_ev8, PPC_OPERAND_PARENS },
 
   /* The WS field.  */
 #define WS EVUIMM_8 + 1