gas/config/
* tc-xgate.c: Revised assembler so that operands are collected before the addressing mode is determined. include/opcode/ * xgate.h: Changed the format string for mode XGATE_OP_DYA_MON. opcodes/ * xgate-dis.c: Removed an IF statement that will always be false due to overlapping operand masks. * xgate-opc.c: Corrected 'com' opcode entry and fixed spacing.
This commit is contained in:
parent
ea51d3d425
commit
8dcd55f74f
|
@ -77,7 +77,7 @@
|
||||||
#define XGATE_OP_IDO5 "r,r,i5"
|
#define XGATE_OP_IDO5 "r,r,i5"
|
||||||
#define XGATE_OP_REL9 "b9"
|
#define XGATE_OP_REL9 "b9"
|
||||||
#define XGATE_OP_REL10 "ba"
|
#define XGATE_OP_REL10 "ba"
|
||||||
#define XGATE_OP_DYA_MON "=r,r"
|
#define XGATE_OP_DYA_MON "=r"
|
||||||
/* Macro definitions. */
|
/* Macro definitions. */
|
||||||
#define XGATE_OP_IMM16mADD "r,if; addl addh"
|
#define XGATE_OP_IMM16mADD "r,if; addl addh"
|
||||||
#define XGATE_OP_IMM16mAND "r,if; andl andh"
|
#define XGATE_OP_IMM16mAND "r,if; andl andh"
|
||||||
|
|
Loading…
Reference in New Issue