Searched refs:post_op (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dmetag-dis.c2384 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...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2384 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...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2384 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...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dmetag-dis.c2387 const char *post_op; local
2392 post_op = "++";
2395 post_op = "--";
2398 post_op = "";
2401 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op);
2473 const char *post_op = ""; local
2504 post_op = "++";
2507 post_op = "--";
2516 post_op = "++";
2523 join_op, addr_reg_names[1], post_op);
3212 const char *post_op = ""; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dbfin-parse.y613 %type <modcodes> post_op
2993 /* LDST: B [ pregs <post_op> ] = dregs. */
2995 | B LBRACK REG post_op RBRACK ASSIGN REG
3002 notethat ("LDST: B [ pregs <post_op> ] = dregs\n");
3062 /* LDST: W [ pregs <post_op> ] = dregs. */
3063 | W LBRACK REG post_op RBRACK ASSIGN REG
3070 notethat ("LDST: W [ pregs <post_op> ] = dregs\n");
3074 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3088 notethat ("dspLDST: W [ iregs <post_op> ] = dregs_half\n");
3164 | HALF_REG ASSIGN W LBRACK REG post_op RBRAC
4185 post_op: label
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y616 %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...]
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y616 %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...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c985 am_post_op_attr *post_op)
992 post_op->attributes_follow = 0;
995 am_fattr3 *fattr3 = &post_op->am_post_op_attr_u.attributes;
1000 post_op->attributes_follow = 1;
983 return_estale_or_rofs(am_nfs_fh3 *fh, am_pre_op_attr *pre_op, am_post_op_attr *post_op) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c528 The result might be post processed using post_op. */
533 transformational_op post_op)
621 if (post_op)
622 *dest = post_op (*dest, *dest);
531 simplify_transformation_to_array(gfc_expr *result, gfc_expr *array, gfc_expr *dim, gfc_expr *mask, transformational_op op, transformational_op post_op) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc560 The result might be post processed using post_op. */
565 transformational_op post_op)
653 if (post_op)
654 *dest = post_op (*dest, *dest);
563 simplify_transformation_to_array(gfc_expr *result, gfc_expr *array, gfc_expr *dim, gfc_expr *mask, transformational_op op, transformational_op post_op) argument

Completed in 313 milliseconds