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 07147777d3
commit c43185deeb
7 changed files with 52 additions and 5 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
{