From ced05688d426318d084754ffe0c7f8f73324adb2 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Fri, 8 Nov 2002 00:46:21 +0000 Subject: [PATCH] 2002-11-07 Aldy Hernandez * ppc-opc.c (EVUIMM_4): Change bit size to 32. (EVUIMM_2): Same. (EVUIMM_8): Same. --- opcodes/ChangeLog | 1 + opcodes/ppc-opc.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 136b3f8595c..bdf4903786e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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 diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 259423aa1ad..dc014d28a9f 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -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 -- 2.30.2