| /netbsd-src/external/bsd/flex/dist/examples/manual/ |
| H A D | expr.y | 17 %token PLUS MINUS MULT DIV EXPON 21 %left MINUS PLUS 37 | exp MINUS exp { $$ = $1 - $3; } 40 | MINUS exp %prec MINUS { $$ = -$2; }
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| H A D | optim.c | 247 case MINUS: in optim() 269 LO(p->n_left) == MINUS) { in optim() 302 if(o == PLUS && LO(p) == MINUS && RCON(p) && RCON(p->n_left) && in optim() 303 conval(p->n_right, MINUS, p->n_left->n_right)){ in optim() 340 o = p->n_op = MINUS; in optim() 344 if ((o == PLUS || o == MINUS || o == OR || o == ER) && in optim()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| H A D | table.c | 261 { MINUS, INAREG, 268 { MINUS, INAREG, 274 { MINUS, INBREG|FOREFF, 281 { MINUS, FOREFF|INAREG|FORCC, 287 { MINUS, INAREG|FOREFF, 294 { MINUS, FOREFF|INAREG|FORCC, 301 { MINUS, FOREFF|FORCC, 308 { MINUS, FOREFF|FORCC,
|
| H A D | local2.c | 90 case MINUS: in hopcode() 544 if ((p->n_op == PLUS || p->n_op == MINUS) && in cvtree() 548 if ((p->n_op == PLUS && q->n_right->n_op == MINUS) || in cvtree() 549 (p->n_op == MINUS && q->n_right->n_op == PLUS)) { in cvtree() 812 if (p->n_op == MINUS && p->n_right->n_op == ICON && in special() 817 if (p->n_op == MINUS && is1con(p->n_right)) in special()
|
| H A D | order.c | 49 if (p->n_op == MINUS && p->n_left->n_op == ASSIGN && in inctree() 81 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| H A D | nds32-cost.c | 82 || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 184 case MINUS: in nds32_rtx_costs_speed_prefer() 251 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 270 else if (outer_code == PLUS || outer_code == MINUS in nds32_rtx_costs_speed_prefer() 440 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_size_prefer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| H A D | nds32-cost.cc | 82 || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 184 case MINUS: in nds32_rtx_costs_speed_prefer() 251 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_speed_prefer() 270 else if (outer_code == PLUS || outer_code == MINUS in nds32_rtx_costs_speed_prefer() 440 else if (outer_code == PLUS || outer_code == MINUS) in nds32_rtx_costs_size_prefer()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | optim.c | 261 case MINUS: in optim() 283 LO(p->n_left) == MINUS) { in optim() 322 if(o == PLUS && LO(p) == MINUS && RCON(p) && RCON(p->n_left) && in optim() 323 conval(p->n_right, MINUS, p->n_left->n_right)){ in optim() 360 o = p->n_op = MINUS; in optim() 364 if ((o == PLUS || o == MINUS || o == OR || o == ER) && in optim()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | order.c | 67 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar() 105 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_right->n_op == ICON) { in myormake() 239 case MINUS: in nspecial()
|
| H A D | table.c | 829 { MINUS, INAREG, 835 { MINUS, INAREG, 841 { MINUS, INBREG, 848 { MINUS, INBREG, 855 { MINUS, INCREG | FEATURE_FPA, 861 { MINUS, INCREG | FEATURE_VFP, 867 { MINUS, INAREG, 873 { MINUS, INCREG | FEATURE_FPA, 879 { MINUS, INCREG | FEATURE_VFP, 885 { MINUS, INBREG, [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/ |
| H A D | table.c | 440 { MINUS, FOREFF, 446 { MINUS, INAREG, 452 { MINUS, FOREFF|INBREG, 458 { MINUS, FOREFF|INDREG, 464 { MINUS, FOREFF|INDREG, 470 { MINUS, FOREFF|INCREG|RESCC, 477 { MINUS, INAREG|FORCC,
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | loop-iv.cc | 567 if (op == MINUS in iv_add() 664 case MINUS: in get_biv_step_1() 763 case MINUS: in get_biv_step_1() 908 iv->base = simplify_gen_binary (MINUS, outer_mode, def, outer_step); in iv_analyze_biv() 968 case MINUS: in iv_analyze_expr() 1019 case MINUS: in iv_analyze_expr() 1348 case MINUS: in simple_rhs_p() 1561 && simplify_gen_binary (MINUS, mode, opb0, op0) == const1_rtx) in implies_p() 2412 iv0.step = simplify_gen_binary (MINUS, comp_mode, iv0.step, iv1.step); in iv_number_of_iterations() 2530 delta = simplify_gen_binary (MINUS, comp_mode, iv1.base, iv0.base); in iv_number_of_iterations() [all …]
|
| H A D | simplify-rtx.cc | 649 || GET_CODE (op) == MINUS in simplify_truncation() 1096 if (GET_CODE (op) == MINUS in simplify_unary_operation_1() 1099 return simplify_gen_binary (MINUS, mode, XEXP (op, 1), XEXP (op, 0)); in simplify_unary_operation_1() 1111 return simplify_gen_binary (MINUS, mode, temp, XEXP (op, 0)); in simplify_unary_operation_1() 1116 return simplify_gen_binary (MINUS, mode, temp, XEXP (op, 1)); in simplify_unary_operation_1() 1463 && GET_CODE (XEXP (op, 0)) == MINUS in simplify_unary_operation_1() 2707 return simplify_gen_binary (MINUS, mode, op1, XEXP (op0, 0)); in simplify_binary_operation_1() 2709 return simplify_gen_binary (MINUS, mode, op0, XEXP (op1, 0)); in simplify_binary_operation_1() 2809 || (GET_CODE (XEXP (op0, 0)) == MINUS in simplify_binary_operation_1() 2815 || (GET_CODE (XEXP (op0, 1)) == MINUS in simplify_binary_operation_1() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | loop-iv.c | 567 if (op == MINUS in iv_add() 664 case MINUS: in get_biv_step_1() 763 case MINUS: in get_biv_step_1() 908 iv->base = simplify_gen_binary (MINUS, outer_mode, def, outer_step); in iv_analyze_biv() 968 case MINUS: in iv_analyze_expr() 1019 case MINUS: in iv_analyze_expr() 1348 case MINUS: in simple_rhs_p() 1561 && simplify_gen_binary (MINUS, mode, opb0, op0) == const1_rtx) in implies_p() 2412 iv0.step = simplify_gen_binary (MINUS, comp_mode, iv0.step, iv1.step); in iv_number_of_iterations() 2530 delta = simplify_gen_binary (MINUS, comp_mode, iv1.base, iv0.base); in iv_number_of_iterations() [all …]
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| H A D | table.c | 458 { MINUS, INLL, 471 { MINUS, INLL, 478 { MINUS, INFL, 484 { MINUS, INDBL, 490 { MINUS, ININT, 496 { MINUS, ININT,
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | d10v-opc.c | 159 #define MINUS (PLUS + 1) /* postdecrement */ macro 161 #define ATMINUS (MINUS + 1) /* predecrement */ 230 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } }, 235 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } }, 320 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } }, 326 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | d10v-opc.c | 159 #define MINUS (PLUS + 1) /* postdecrement */ macro 161 #define ATMINUS (MINUS + 1) /* predecrement */ 230 { "ld", SHORT_2, 1, MU, PAR|RMEM, 0x6401, 0x7e01, { RDST, ATSIGN, RSRC, MINUS } }, 235 { "ld2w", SHORT_2, 1, MU, PAR|RMEM, 0x6601, 0x7e21, { RDSTE, ATSIGN, RSRC, MINUS } }, 320 { "st", SHORT_2, 1, MU, PAR|WMEM, 0x6c01, 0x7e01, { RSRC2, ATSIGN, RSRC_NOSP, MINUS } }, 326 { "st2w", SHORT_2, 1, MU, PAR|WMEM, 0x6e01, 0x7e21, { RSRC2E, ATSIGN, RSRC_NOSP, MINUS } },
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i86/ |
| H A D | table.c | 660 { MINUS, INAREG|FOREFF, 666 { MINUS, INAREG|FOREFF, 672 { MINUS, INCH|FOREFF, 678 { MINUS, INCH|FOREFF, 685 { MINUS, INLL|FOREFF, 691 { MINUS, INL|FOREFF, 697 { MINUS, INFL, 703 { MINUS, INFL|FOREFF, 773 { MINUS, INAREG,
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/powerpc/ |
| H A D | order.c | 71 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar() 100 if ((p->n_op == PLUS || p->n_op == MINUS) && p->n_right->n_op == ICON) { in myormake() 273 case MINUS: in nspecial()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rx/ |
| H A D | predicates.md | 89 ;; [(set (SP) (MINUS (SP) (INT))) 91 ;; (set (MEM (MINUS (SP) (INT))) (REG)) {optionally repeated} 111 || GET_CODE (SET_SRC (element)) != MINUS 124 || GET_CODE (XEXP (SET_DEST (element), 0)) != MINUS 146 || GET_CODE (XEXP (SET_DEST (element), 0)) != MINUS
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rx/ |
| H A D | predicates.md | 89 ;; [(set (SP) (MINUS (SP) (INT))) 91 ;; (set (MEM (MINUS (SP) (INT))) (REG)) {optionally repeated} 111 || GET_CODE (SET_SRC (element)) != MINUS 124 || GET_CODE (XEXP (SET_DEST (element), 0)) != MINUS 146 || GET_CODE (XEXP (SET_DEST (element), 0)) != MINUS
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/ |
| H A D | order.c | 54 if( p->n_op == PLUS || p->n_op == MINUS ){ in offstar() 76 case MINUS: in setbin()
|
| H A D | table.c | 394 { MINUS, FORREW|FOREFF|INAREG|INAREG, 401 { MINUS, FOREFF|INAREG|INAREG, 408 { MINUS, FOREFF|INAREG|INAREG, 415 { MINUS, FOREFF|INAREG|INAREG, 422 { MINUS, FOREFF|INAREG|INAREG, 429 { MINUS, INAREG|INAREG|FOREFF, 436 { MINUS, INAREG|INAREG|FOREFF, 443 { MINUS, FORREW|FOREFF|INAREG|INAREG,
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/ |
| H A D | table.c | 457 { MINUS, INBREG, 466 { MINUS, INAREG, 472 { MINUS, INAREG, 478 { MINUS, INAREG, 484 { MINUS, INCREG, 490 { MINUS, INCREG,
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/i386/ |
| H A D | table.c | 650 { MINUS, INAREG|FOREFF, 656 { MINUS, INAREG|FOREFF, 662 { MINUS, INCH|FOREFF, 669 { MINUS, INLL|FOREFF, 675 { MINUS, INLL|FOREFF, 681 { MINUS, INFL, 687 { MINUS, INFL|FOREFF, 776 { MINUS, INAREG,
|