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

@ -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
{