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:
parent
ad8f2035df
commit
ced05688d4
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user