Searched refs:RX_Operand_Postinc (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drx.h53 RX_Operand_Postinc, /* [Rn+] */ enumerator in enum:__anon2101
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drx.h53 RX_Operand_Postinc, /* [Rn+] */ enumerator in enum:__anon1521
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drx.h53 RX_Operand_Postinc, /* [Rn+] */ enumerator in enum:__anon1139
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drx.h53 RX_Operand_Postinc, /* [Rn+] */ enumerator in enum:__anon1120
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Drx-dis.c351 case RX_Operand_Postinc:
H A Drx-decode.c7196 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(rdst); F_____;
7234 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(crdst + 16);
12767 OP(0, p ? RX_Operand_Predec : RX_Operand_Postinc, rdst, 0);
12874 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
12981 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Drx-dis.c351 case RX_Operand_Postinc:
H A Drx-decode.c7196 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(rdst); F_____;
7234 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(crdst + 16);
12767 OP(0, p ? RX_Operand_Predec : RX_Operand_Postinc, rdst, 0);
12874 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
12981 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Drx-dis.c351 case RX_Operand_Postinc:
H A Drx-decode.c7196 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(rdst); F_____;
7234 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(crdst + 16);
12767 OP(0, p ? RX_Operand_Predec : RX_Operand_Postinc, rdst, 0);
12874 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
12981 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Drx-dis.c351 case RX_Operand_Postinc:
H A Drx-decode.c7196 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(rdst); F_____;
7234 ID(mov); OP(1, RX_Operand_Postinc, 0, 0); DR(crdst + 16);
12767 OP(0, p ? RX_Operand_Predec : RX_Operand_Postinc, rdst, 0);
12874 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
12981 OP(1, p ? RX_Operand_Predec : RX_Operand_Postinc, rsrc, 0);
/netbsd-current/external/gpl3/gdb.old/dist/sim/rx/
H A Drx.c413 case RX_Operand_Postinc: /* [Rn+] */
467 if (o->type == RX_Operand_Postinc)
585 case RX_Operand_Postinc: /* [Rn+] */
635 if (o->type == RX_Operand_Postinc)
922 case RX_Operand_Postinc:
1439 || (opcode->op[0].type == RX_Operand_Postinc
/netbsd-current/external/gpl3/gdb/dist/sim/rx/
H A Drx.c415 case RX_Operand_Postinc: /* [Rn+] */
469 if (o->type == RX_Operand_Postinc)
587 case RX_Operand_Postinc: /* [Rn+] */
637 if (o->type == RX_Operand_Postinc)
924 case RX_Operand_Postinc:
1441 || (opcode->op[0].type == RX_Operand_Postinc

Completed in 382 milliseconds