From f1a1e10e18aaf1141786c7a411d7a0f698dd67a2 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 29 Oct 1999 09:49:04 +0000 Subject: Define SHORT_AR (fix for CR: 101340) --- include/opcode/ChangeLog | 4 ++++ include/opcode/d30v.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 71aa204cd..63d2e8346 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +1999-10-29 Nick Clifton + + * d30v.h (SHORT_AR): Define. + 1999-10-18 Michael Meissner * alpha.h (alpha_num_opcodes): Convert to unsigned. diff --git a/include/opcode/d30v.h b/include/opcode/d30v.h index b828dab32..64c7c3634 100644 --- a/include/opcode/d30v.h +++ b/include/opcode/d30v.h @@ -118,6 +118,7 @@ struct d30v_opcode #define LONG_2b 59 /* LONG_2 with modifier of 3 */ #define LONG_D 60 /* for DBRAI*/ #define LONG_Db 61 /* for repeati*/ +#define SHORT_AR 62 /* like SHORT_AA but only accept register as third parameter */ /* the execution unit(s) used */ int unit; -- cgit v1.2.3