This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [PATCHv3 7/7] arc/nps400: Add first nps400 instructions
- From: Nick Clifton <nickc at redhat dot com>
- To: Andrew Burgess <andrew dot burgess at embecosm dot com>, binutils at sourceware dot org
- Cc: Claudiu dot Zissulescu at synopsys dot com, Cupertino dot Miranda at synopsys dot com, noamca at mellanox dot com, Andreas Schwab <schwab at suse dot de>
- Date: Fri, 18 Mar 2016 10:01:12 +0000
- Subject: Re: [PATCHv3 7/7] arc/nps400: Add first nps400 instructions
- Authentication-results: sourceware.org; auth=none
- References: <cover dot 1458082098 dot git dot andrew dot burgess at embecosm dot com> <ca0f4a7ac0f6225135974f8bac1368238c124f8e dot 1458082098 dot git dot andrew dot burgess at embecosm dot com>
Hi Andrew,
> gas/ChangeLog:
>
> * testsuite/gas/arc/nps400-0.d: New file.
> * testsuite/gas/arc/nps400-0.s: New file.
> * testsuite/gas/arc/nps400-1.d: New file.
> * testsuite/gas/arc/nps400-1.s: New file.
>
> include/ChangeLog:
>
> * opcodes/arc.h (insn_class_t): Add BITOP type.
>
> opcodes/ChangeLog:
>
> * arc-nps400-tbl.h: New file.
> * arc-opc.c: Add top level comment.
> (insert_nps_3bit_dst): New function.
> (extract_nps_3bit_dst): New function.
> (insert_nps_3bit_src2): New function.
> (extract_nps_3bit_src2): New function.
> (insert_nps_bitop_size): New function.
> (extract_nps_bitop_size): New function.
> (arc_flag_operands): Add nps400 entries.
> (arc_flag_classes): Add nps400 entries.
> (arc_operands): Add nps400 entries.
> (arc_opcodes): Add nps400 include.
Approved - please apply.
Cheers
Nick