mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 06:50:32 +00:00
2002-11-07 Aldy Hernandez <aldyh@redhat.com>
* ppc-opc.c (EVUIMM_4): Change bit size to 32. (EVUIMM_2): Same.
This commit is contained in:
parent
0ec30a3604
commit
95e172a508
@ -1,3 +1,8 @@
|
||||
2002-11-07 Aldy Hernandez <aldyh@redhat.com>
|
||||
|
||||
* ppc-opc.c (EVUIMM_4): Change bit size to 32.
|
||||
(EVUIMM_2): Same.
|
||||
|
||||
2002-11-07 Klee Dienes <kdienes@apple.com>
|
||||
|
||||
* Makefile.am (ia64-asmtab.c): Update to use the new '--srcdir'
|
||||
|
@ -544,11 +544,11 @@ const struct powerpc_operand powerpc_operands[] =
|
||||
|
||||
/* The other UIMM field in a half word EVX form instruction. */
|
||||
#define EVUIMM_2 EVUIMM + 1
|
||||
{ 5, 11, insert_ev2, extract_ev2, PPC_OPERAND_PARENS },
|
||||
{ 32, 11, insert_ev2, extract_ev2, PPC_OPERAND_PARENS },
|
||||
|
||||
/* The other UIMM field in a word EVX form instruction. */
|
||||
#define EVUIMM_4 EVUIMM_2 + 1
|
||||
{ 5, 11, insert_ev4, extract_ev4, PPC_OPERAND_PARENS },
|
||||
{ 32, 11, insert_ev4, extract_ev4, PPC_OPERAND_PARENS },
|
||||
|
||||
/* The other UIMM field in a double EVX form instruction. */
|
||||
#define EVUIMM_8 EVUIMM_4 + 1
|
||||
|
Loading…
Reference in New Issue
Block a user