Searched refs:post_op (Results 1 – 2 of 2) sorted by relevance
535 %type <modcodes> post_op2884 | B LBRACK REG post_op RBRACK ASSIGN REG2930 | W LBRACK REG post_op RBRACK ASSIGN REG2941 | W LBRACK REG post_op RBRACK ASSIGN HALF_REG3011 | HALF_REG ASSIGN W LBRACK REG post_op RBRACK3028 | REG ASSIGN W LBRACK REG post_op RBRACK xpmod3061 | LBRACK REG post_op RBRACK ASSIGN REG3128 | REG ASSIGN B LBRACK REG post_op RBRACK xpmod3196 | REG ASSIGN LBRACK REG post_op RBRACK3934 post_op:
1465 int post_op; local1936 case PREDECREMENT_EXPR: value = -1; post_op = 0; goto increment;1937 case PREINCREMENT_EXPR: value = 1; post_op = 0; goto increment;1938 case POSTDECREMENT_EXPR: value = -1; post_op = 1; goto increment;1939 case POSTINCREMENT_EXPR: value = 1; post_op = 1; goto increment;1951 if (target != IGNORE_TARGET && post_op)1954 if (target != IGNORE_TARGET && ! post_op)1990 if (target != IGNORE_TARGET && post_op)1999 if (target != IGNORE_TARGET && ! post_op)