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 4/4] [ARC] Add ldi_base and ei_base aux regs


From: claziss <claziss@synopsys.com>

Add 2 missing Aux registers to known register table.

---
 opcodes/arc-regs.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/opcodes/arc-regs.h b/opcodes/arc-regs.h
index f82e815..b6ed54b 100644
--- a/opcodes/arc-regs.h
+++ b/opcodes/arc-regs.h
@@ -268,6 +268,8 @@ DEF (0x269, ARC_OPCODE_ARCv2EM, NONE, nsc_table_base)
 DEF (0x278, ARC_OPCODE_ARCALL, NONE, pct_control)
 DEF (0x279, ARC_OPCODE_ARCALL, NONE, pct_bank)
 DEF (0x290, ARC_OPCODE_ARCV2,  NONE, jli_base)
+DEF (0x291, ARC_OPCODE_ARCV2,  NONE, ldi_base)
+DEF (0x292, ARC_OPCODE_ARCV2,  NONE, ei_base)
 DEF (0x300, ARC_OPCODE_ARCFPX, DPX,  fp_status)
 DEF (0x301, ARC_OPCODE_ARCFPX, DPX,  aux_dpfp1l)
 DEF (0x301, ARC_OPCODE_ARCFPX, DPX,  d1l)
-- 
1.9.1


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