From: Dmitry Selyutin Date: Sat, 14 May 2022 20:09:00 +0000 (+0000) Subject: ppc-opc: support grevw and grevw. instructions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f0db167d082debb0cf7f2006e01ffaec047ebb74;p=binutils-gdb.git ppc-opc: support grevw and grevw. instructions --- diff --git a/opcodes/ppc-opc.c b/opcodes/ppc-opc.c index 6bea447313a..5e74cd547be 100644 --- a/opcodes/ppc-opc.c +++ b/opcodes/ppc-opc.c @@ -5871,6 +5871,8 @@ const struct powerpc_opcode powerpc_opcodes[] = { {"grev", XBM5(5,150,0), XBM5_MASK, DRAFT, PPCVLE, {RT, RA, RB}}, {"grev.", XBM5(5,150,1), XBM5_MASK, DRAFT, PPCVLE, {RT, RA, RB}}, +{"grevw", XBM5(5,182,0), XBM5_MASK, DRAFT, PPCVLE, {RT, RA, RB}}, +{"grevw.", XBM5(5,182,1), XBM5_MASK, DRAFT, PPCVLE, {RT, RA, RB}}, {"grevi", XBM6(5,214,0), XBM6_MASK, DRAFT, PPCVLE, {RT, RA, XBI6}}, {"grevi.", XBM6(5,214,1), XBM6_MASK, DRAFT, PPCVLE, {RT, RA, XBI6}},