2002-11-07 Aldy Hernandez <aldyh@redhat.com>

* ppc-opc.c (EVUIMM_4): Change bit size to 32.
	(EVUIMM_2): Same.
	(EVUIMM_8): Same.
This commit is contained in:
Aldy Hernandez 2002-11-08 00:46:21 +00:00
parent ad8f2035df
commit ced05688d4
2 changed files with 2 additions and 1 deletions

View 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>

View 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