HomeSort by: relevance | last modified time | path
    Searched refs:OP_POSTINC (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/h8300/
h8300-sim.h 69 OP_POSTINC, /* Register indirect w/post-increment. */
compile.c 801 p->type = X (OP_POSTINC, OP_SIZE (q->how));
1030 case OP_POSTINC:
1187 case X (OP_POSTINC, SB): /* Register indirect w/post-incr: byte. */
1195 case X (OP_POSTINC, SW): /* Register indirect w/post-incr: word. */
1203 case X (OP_POSTINC, SL): /* Register indirect w/post-incr: long. */
1503 case X (OP_POSTINC, SB): /* Register indirect w/post-incr, byte. */
1510 case X (OP_POSTINC, SW): /* Register indirect w/post-incr, word. */
1517 case X (OP_POSTINC, SL): /* Register indirect w/post-incr, long. */
  /src/external/gpl3/gdb.old/dist/sim/h8300/
h8300-sim.h 69 OP_POSTINC, /* Register indirect w/post-increment. */
compile.c 801 p->type = X (OP_POSTINC, OP_SIZE (q->how));
1030 case OP_POSTINC:
1187 case X (OP_POSTINC, SB): /* Register indirect w/post-incr: byte. */
1195 case X (OP_POSTINC, SW): /* Register indirect w/post-incr: word. */
1203 case X (OP_POSTINC, SL): /* Register indirect w/post-incr: long. */
1503 case X (OP_POSTINC, SB): /* Register indirect w/post-incr, byte. */
1510 case X (OP_POSTINC, SW): /* Register indirect w/post-incr, word. */
1517 case X (OP_POSTINC, SL): /* Register indirect w/post-incr, long. */
  /src/external/gpl3/gdb/dist/sim/d10v/
simops.c 44 OP_POSTINC,
335 case OP_POSTINC:
402 case OP_POSTINC:
1358 trace_input ("ld", OP_REG_OUTPUT, OP_POSTINC, OP_VOID);
1447 trace_input ("ld2w", OP_REG_OUTPUT, OP_POSTINC, OP_VOID);
2773 trace_input ("st", OP_REG, OP_POSTINC, OP_VOID);
2879 trace_input ("st2w", OP_DREG, OP_POSTINC, OP_VOID);
  /src/external/gpl3/gdb.old/dist/sim/d10v/
simops.c 44 OP_POSTINC,
335 case OP_POSTINC:
402 case OP_POSTINC:
1358 trace_input ("ld", OP_REG_OUTPUT, OP_POSTINC, OP_VOID);
1447 trace_input ("ld2w", OP_REG_OUTPUT, OP_POSTINC, OP_VOID);
2773 trace_input ("st", OP_REG, OP_POSTINC, OP_VOID);
2879 trace_input ("st2w", OP_DREG, OP_POSTINC, OP_VOID);

Completed in 40 milliseconds