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:
parent
da3a7aa1b6
commit
e1286a3825
@ -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>
|
Thu Sep 23 07:08:38 1999 Jerry Quinn <jquinn@nortelnetworks.com>
|
||||||
|
|
||||||
* hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"
|
* hppa.h (pa_opcodes): Add "call" and "ret". Clean up "b", "bve"
|
||||||
|
@ -176,6 +176,10 @@ extern const struct d10v_operand d10v_operands[];
|
|||||||
/* general purpose register */
|
/* general purpose register */
|
||||||
#define OPERAND_GPR (0x40000)
|
#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. */
|
/* Structure to hold information about predefined registers. */
|
||||||
struct pd_reg
|
struct pd_reg
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user