summaryrefslogtreecommitdiff
path: root/opcodes/arc-opc.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Use bool in opcodesAlan Modra2021-03-311-93/+93
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* arc: Update vector instructions.Claudiu Zissulescu2020-07-071-2/+20
* [ARC][committed] Code cleanup and improvements.Claudiu Zissulescu2020-01-131-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* [ARC] Update ARC opcode tableClaudiu Zissulescu2019-07-241-1/+3
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* [ARC] Fix decoding of w6 signed short immediate.Claudiu Zissulescu2018-07-231-1/+5
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* [ARC] Fix handling of ARCv2 H-register class.claziss2017-11-221-0/+2
* [ARC] Improve printing of pc-relative instructions.claziss2017-11-211-1/+1
* Fix typos in error and option messages in OPCODES library.Nick Clifton2017-07-251-35/+35
* [ARC] Add SJLI instruction.Claudiu Zissulescu2017-07-191-1/+17
* [ARC] Add JLI support.John Eric Martin2017-07-191-1/+7
* [ARC] Enhance enter/leave mnemonics.Claudiu Zissulescu2017-04-251-1/+19
* Implement ARC NPS-400 Ultra Ip and Miscellaneous instructions.Rinat Zelig2017-03-271-350/+530
* arc/nps400: Add cp16/cp32 instructions to opcodes libraryRinat Zelig2017-03-211-3/+79
* [ARC] Fix assembler relaxation.Claudiu Zissulescu2017-02-151-34/+59
* [ARC] Provide an interface to decode ARC instructions.Claudiu Zissulescu2017-02-061-5/+52
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* [ARC] Add checking for LP_COUNT reg usage, improve error reporting.Claudiu Zissulescu2016-11-291-27/+56
* arc/nps400: Validate address type operands correctlyAndrew Burgess2016-11-041-2/+6
* arc: Implement NPS-400 dcmac instructionGraham Markall2016-11-031-1/+46
* arc: Change max instruction length to 64-bitsAndrew Burgess2016-11-031-482/+300
* arc: Replace ARC_SHORT macro with arc_opcode_len functionGraham Markall2016-11-031-0/+10
* [ARC] ISA alignment.Claudiu Zissulescu2016-09-261-2/+8
* Begin implementing ARC NPS-400 Accelerator instructionsGraham Markall2016-07-271-15/+116
* [ARC] Misc minor edits/fixesGraham Markall2016-06-231-3/+1
* Arc assembler: Convert nps400 from a machine type to an extension.Graham Markall2016-06-211-14/+14
* opcodes/arc: Fix extract for some add_s instructionsAndrew Burgess2016-06-151-1/+1
* [ARC] Add ldbit for npsGraham Markall2016-06-141-0/+36
* [ARC] Add deep packet inspection instructions for npsGraham Markall2016-06-141-15/+82
* [ARC] Add arithmetic and logic instructions for npsGraham Markall2016-06-141-1/+92
* Add support for 48 and 64 bit ARC instructions.Andrew Burgess2016-06-021-1/+297
* [ARC] Update instruction type and delay slot info.Claudiu Zissulescu2016-05-231-1/+1
* [ARC] Add SYNTAX_NOP and SYNTAX_1OP for extension instructionsClaudiu Zissulescu2016-05-041-0/+4
* opcodes/arc: Add yet more nps instructionsAndrew Burgess2016-04-191-23/+185
* arc/nps400 : New cmem instructions and associated relocationAndrew Burgess2016-04-141-0/+22
* Add support for .extCondCode, .extCoreRegister and .extAuxRegister.Claudiu Zissulescu2016-04-121-8/+9
* Add support for .extInstruction pseudo-op.Claudiu Zissulescu2016-04-121-2/+40
* arc/nps400: Add new instructionsAndrew Burgess2016-04-071-0/+50
* gas/arc: Handle multiple arc_opcode chains for same mnemonicAndrew Burgess2016-04-071-1/+31
* arc/nps400: Add additional instructionsAndrew Burgess2016-04-051-2/+117
* [ARC] Fix support for double assist instructions.Claudiu Zissulescu2016-04-051-5/+5
* opcodes/arc/nps: Fix some operand flagsAndrew Burgess2016-03-311-2/+2
* [ARC] Add support for Quarkse opcodes.Claudiu Zissulescu2016-03-291-0/+1
* arc/nps400: Add first nps400 instructionsAndrew Burgess2016-03-211-0/+147
* arc/opcodes: Use flag operand class to handle multiple flag matchesAndrew Burgess2016-03-211-25/+26