Home
last modified time | relevance | path

Searched refs:BINOP_ASSIGN_MODIFY (Results 1 – 10 of 10) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm2-exp.y301 { write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
303 write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
311 { write_exp_elt_opcode(BINOP_ASSIGN_MODIFY);
313 write_exp_elt_opcode(BINOP_ASSIGN_MODIFY); }
Dexpression.h98 BINOP_ASSIGN_MODIFY, /* +=, -=, *=, and so on. enumerator
Dexpprint.c405 case BINOP_ASSIGN_MODIFY: in print_subexp_standard()
641 case BINOP_ASSIGN_MODIFY: in op_name_standard()
868 case BINOP_ASSIGN_MODIFY: in dump_subexp_body_standard()
Df-exp.y401 { write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
403 write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); }
Djv-exp.y666 { write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
668 write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); }
Dobjc-exp.y532 { write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
534 write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); }
Dc-exp.y469 { write_exp_elt_opcode (BINOP_ASSIGN_MODIFY);
471 write_exp_elt_opcode (BINOP_ASSIGN_MODIFY); }
Dparse.c949 case BINOP_ASSIGN_MODIFY: in operator_length_standard()
Deval.c1476 case BINOP_ASSIGN_MODIFY: in evaluate_subexp_standard()
1484 return value_x_binop (arg1, arg2, BINOP_ASSIGN_MODIFY, op, noside); in evaluate_subexp_standard()
Dvalarith.c418 case BINOP_ASSIGN_MODIFY: in value_x_binop()