Define SHORT_AR (fix for CR: 101340)
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 1999-10-29  Nick Clifton  <nickc@cygnus.com> | ||||||
|  |  | ||||||
|  | 	* d30v.h (SHORT_AR): Define. | ||||||
|  |  | ||||||
| 1999-10-18  Michael Meissner  <meissner@cygnus.com> | 1999-10-18  Michael Meissner  <meissner@cygnus.com> | ||||||
|  |  | ||||||
| 	* alpha.h (alpha_num_opcodes): Convert to unsigned. | 	* alpha.h (alpha_num_opcodes): Convert to unsigned. | ||||||
|   | |||||||
| @@ -118,6 +118,7 @@ struct d30v_opcode | |||||||
| #define LONG_2b		59	/* LONG_2 with modifier of 3 */ | #define LONG_2b		59	/* LONG_2 with modifier of 3 */ | ||||||
| #define LONG_D		60	/* for DBRAI*/ | #define LONG_D		60	/* for DBRAI*/ | ||||||
| #define LONG_Db		61	/* for repeati*/ | #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 */ |   /* the execution unit(s) used */ | ||||||
|   int unit; |   int unit; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user