From f337259fbd5ee31c6794158457dcd0d23e5c0f13 Mon Sep 17 00:00:00 2001 From: Claudiu Zissulescu Date: Tue, 7 Jul 2020 16:01:48 +0300 Subject: arc: Update vector instructions. Update vadd2, vadd4h, vmac2h, vmpy2h, vsub4h vector instructions arguments to discriminate between double/single register operands. opcodes/ xxxx-xx-xx Claudiu Zissulescu * arc-opc.c (insert_rbd): New function. (RBD): Define. (RBDdup): Likewise. * arc-tbl.h (vadd2, vadd4h, vmac2h, vmpy2h, vsub4h): Update instructions. Signed-off-by: Claudiu Zissulescu --- opcodes/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'opcodes/ChangeLog') diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 32bc8e7..07f2594 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2020-07-07 Claudiu Zissulescu + + * arc-opc.c (insert_rbd): New function. + (RBD): Define. + (RBDdup): Likewise. + * arc-tbl.h (vadd2, vadd4h, vmac2h, vmpy2h, vsub4h): Update + instructions. + 2020-07-07 Jan Beulich * i386-dis.c (EVEX_W_0F3826_P_1, EVEX_W_0F3826_P_2, -- cgit v1.1