This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] [ARC] Two additional sets of nps400 instructions


Two more sets of nps400 instructions, along with associated assembler
tests.

---

Andrew Burgess (2):
  opcodes/arc: Add more nps instructions
  opcodes/arc: Add yet more nps instructions

 gas/ChangeLog                    |  12 +++
 gas/testsuite/gas/arc/nps400-4.d |  12 +++
 gas/testsuite/gas/arc/nps400-4.s |  11 +++
 gas/testsuite/gas/arc/nps400-5.d |  10 ++
 gas/testsuite/gas/arc/nps400-5.s |   5 +
 gas/testsuite/gas/arc/nps400-6.d |  70 +++++++++++++
 gas/testsuite/gas/arc/nps400-6.s |  67 +++++++++++++
 include/ChangeLog                |   8 ++
 include/opcode/arc.h             |   4 +-
 opcodes/ChangeLog                |  22 +++++
 opcodes/arc-nps400-tbl.h         |  62 ++++++++++++
 opcodes/arc-opc.c                | 208 ++++++++++++++++++++++++++++++++++-----
 12 files changed, 467 insertions(+), 24 deletions(-)
 create mode 100644 gas/testsuite/gas/arc/nps400-4.d
 create mode 100644 gas/testsuite/gas/arc/nps400-4.s
 create mode 100644 gas/testsuite/gas/arc/nps400-5.d
 create mode 100644 gas/testsuite/gas/arc/nps400-5.s
 create mode 100644 gas/testsuite/gas/arc/nps400-6.d
 create mode 100644 gas/testsuite/gas/arc/nps400-6.s

-- 
2.5.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]