diff options
author | Nick Clifton <nickc@redhat.com> | 1999-10-29 09:49:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-10-29 09:49:04 +0000 |
commit | f1a1e10e18aaf1141786c7a411d7a0f698dd67a2 (patch) | |
tree | d0d631b5350f318db953cdd5066dbc8986fcbb0e /include/opcode/d30v.h | |
parent | da516da191b5f647f2c4486129d25fc14093d53d (diff) | |
download | cygnal-f1a1e10e18aaf1141786c7a411d7a0f698dd67a2.tar.gz cygnal-f1a1e10e18aaf1141786c7a411d7a0f698dd67a2.tar.bz2 cygnal-f1a1e10e18aaf1141786c7a411d7a0f698dd67a2.zip |
Define SHORT_AR (fix for CR: 101340)
Diffstat (limited to 'include/opcode/d30v.h')
-rw-r--r-- | include/opcode/d30v.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |