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

  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.y 616 %type <modcodes> post_op
2996 /* LDST: B [ pregs <post_op> ] = dregs. */
2998 | B LBRACK REG post_op RBRACK ASSIGN REG
3005 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
3065 /* LDST: W [ pregs <post_op> ] = dregs. */
3066 | W LBRACK REG post_op RBRACK ASSIGN REG
3073 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
3077 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3091 notethat ("dspLDST: W [ iregs <post_op> ] = dregs_half\n");
3167 | HALF_REG ASSIGN W LBRACK REG post_op RBRAC
4188 post_op: label
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.y 616 %type <modcodes> post_op
2996 /* LDST: B [ pregs <post_op> ] = dregs. */
2998 | B LBRACK REG post_op RBRACK ASSIGN REG
3005 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
3065 /* LDST: W [ pregs <post_op> ] = dregs. */
3066 | W LBRACK REG post_op RBRACK ASSIGN REG
3073 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
3077 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3091 notethat ("dspLDST: W [ iregs <post_op> ] = dregs_half\n");
3167 | HALF_REG ASSIGN W LBRACK REG post_op RBRAC
4188 post_op: label
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
metag-dis.c 2384 const char *post_op; local
2389 post_op = "++";
2392 post_op = "--";
2395 post_op = "";
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op);
2470 const char *post_op = ""; local
2501 post_op = "++";
2504 post_op = "--";
2513 post_op = "++";
2520 join_op, addr_reg_names[1], post_op);
3208 const char *post_op = ""; local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
metag-dis.c 2384 const char *post_op; local
2389 post_op = "++";
2392 post_op = "--";
2395 post_op = "";
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op);
2470 const char *post_op = ""; local
2501 post_op = "++";
2504 post_op = "--";
2513 post_op = "++";
2520 join_op, addr_reg_names[1], post_op);
3208 const char *post_op = ""; local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
metag-dis.c 2384 const char *post_op; local
2389 post_op = "++";
2392 post_op = "--";
2395 post_op = "";
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op);
2470 const char *post_op = ""; local
2501 post_op = "++";
2504 post_op = "--";
2513 post_op = "++";
2520 join_op, addr_reg_names[1], post_op);
3208 const char *post_op = ""; local
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
metag-dis.c 2384 const char *post_op; local
2389 post_op = "++";
2392 post_op = "--";
2395 post_op = "";
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op);
2470 const char *post_op = ""; local
2501 post_op = "++";
2504 post_op = "--";
2513 post_op = "++";
2520 join_op, addr_reg_names[1], post_op);
3208 const char *post_op = ""; local
    [all...]

Completed in 55 milliseconds