Home
last modified time | relevance | path

Searched refs:post_op (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c2384 const char *post_op; in print_dget_set() local
2389 post_op = "++"; in print_dget_set()
2392 post_op = "--"; in print_dget_set()
2395 post_op = ""; in print_dget_set()
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op); in print_dget_set()
2470 const char *post_op = ""; in decode_template_definition() local
2501 post_op = "++"; in decode_template_definition()
2504 post_op = "--"; in decode_template_definition()
2513 post_op = "++"; in decode_template_definition()
2520 join_op, addr_reg_names[1], post_op); in decode_template_definition()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c2384 const char *post_op; in print_dget_set() local
2389 post_op = "++"; in print_dget_set()
2392 post_op = "--"; in print_dget_set()
2395 post_op = ""; in print_dget_set()
2398 snprintf (addr_buf, ADDR_WIDTH, "[%s%s]", base_reg, post_op); in print_dget_set()
2470 const char *post_op = ""; in decode_template_definition() local
2501 post_op = "++"; in decode_template_definition()
2504 post_op = "--"; in decode_template_definition()
2513 post_op = "++"; in decode_template_definition()
2520 join_op, addr_reg_names[1], post_op); in decode_template_definition()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y616 %type <modcodes> post_op
2997 | B LBRACK REG post_op RBRACK ASSIGN REG
3065 | W LBRACK REG post_op RBRACK ASSIGN REG
3076 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3166 | HALF_REG ASSIGN W LBRACK REG post_op RBRACK
3191 | REG ASSIGN W LBRACK REG post_op RBRACK xpmod
3224 | LBRACK REG post_op RBRACK ASSIGN REG
3307 | REG ASSIGN B LBRACK REG post_op RBRACK xpmod
3384 | REG ASSIGN LBRACK REG post_op RBRACK
4188 post_op:
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y616 %type <modcodes> post_op
2997 | B LBRACK REG post_op RBRACK ASSIGN REG
3065 | W LBRACK REG post_op RBRACK ASSIGN REG
3076 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG
3166 | HALF_REG ASSIGN W LBRACK REG post_op RBRACK
3191 | REG ASSIGN W LBRACK REG post_op RBRACK xpmod
3224 | LBRACK REG post_op RBRACK ASSIGN REG
3307 | REG ASSIGN B LBRACK REG post_op RBRACK xpmod
3384 | REG ASSIGN LBRACK REG post_op RBRACK
4188 post_op:
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dnfs_subr.c985 am_post_op_attr *post_op) in return_estale_or_rofs() argument
992 post_op->attributes_follow = 0; in return_estale_or_rofs()
995 am_fattr3 *fattr3 = &post_op->am_post_op_attr_u.attributes; in return_estale_or_rofs()
1000 post_op->attributes_follow = 1; in return_estale_or_rofs()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc565 transformational_op post_op) in simplify_transformation_to_array() argument
653 if (post_op) in simplify_transformation_to_array()
654 *dest = post_op (*dest, *dest); in simplify_transformation_to_array()
H A DChangeLog-20192704 * simplify.c (simplify_transformation_to_array): Run post_op
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c533 transformational_op post_op) in simplify_transformation_to_array() argument
621 if (post_op) in simplify_transformation_to_array()
622 *dest = post_op (*dest, *dest); in simplify_transformation_to_array()