Added seven new instructions ld, ld2w, sac, sachi, slae, st and

st2w for d10v. Created new testsuite for d10v to verify new
instructions.
This commit is contained in:
Diego Novillo 1999-10-07 06:17:04 +00:00
parent da3a7aa1b6
commit e1286a3825
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Oct 7 00:12:25 MDT 1999 Diego Novillo <dnovillo@cygnus.com>
* d10v.h: Add flag RESTRICTED_NUM3 for imm3 operands.
Thu Sep 23 07:08:38 1999 Jerry Quinn <jquinn@nortelnetworks.com>
* hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"

View File

@ -176,6 +176,10 @@ extern const struct d10v_operand d10v_operands[];
/* general purpose register */
#define OPERAND_GPR (0x40000)
/* special imm3 values with range restricted to -2 <= imm3 <= 3 */
/* needed for rac/rachi */
#define RESTRICTED_NUM3 (0x80000)
/* Structure to hold information about predefined registers. */
struct pd_reg
{