Home
last modified time | relevance | path

Searched refs:MINUS (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dunion1.C9 typedef enum { BADBINOP = 0, PLUS, MINUS, MULT, DIV, POWR } binoptype; enumerator
22 {"-", MINUS},
/openbsd/src/gnu/usr.bin/gcc/gcc/config/c4x/
Dc4x-modes.def87 converts (LTU (MINUS (0x80000000) (0x7fffffff) (0x80000000)))
88 to (LEU (MINUS (0x80000000) (0x7fffffff) (0x7fffffff)))
89 to (GE (MINUS (0x80000000) (0x7fffffff) (0x00000000)))
91 Now (MINUS (0x80000000) (0x7fffffff)) returns 0x00000001 but the
94 Thus (GE (MINUS (0x80000000) (0x7fffffff) (0x00000000))) sets the N
/openbsd/src/gnu/gcc/gcc/config/c4x/
Dc4x-modes.def95 converts (LTU (MINUS (0x80000000) (0x7fffffff) (0x80000000)))
96 to (LEU (MINUS (0x80000000) (0x7fffffff) (0x7fffffff)))
97 to (GE (MINUS (0x80000000) (0x7fffffff) (0x00000000)))
99 Now (MINUS (0x80000000) (0x7fffffff)) returns 0x00000001 but the
102 Thus (GE (MINUS (0x80000000) (0x7fffffff) (0x00000000))) sets the N
/openbsd/src/lib/libkeynote/
Dkeynote.y40 %left PLUS MINUS DOTT
346 | numex MINUS numex { $$ = $1 - $3; }
365 | MINUS numex %prec UNARYMINUS { $$ = -($2); }
384 | floatex MINUS floatex { $$ = ($1 - $3); }
398 | MINUS floatex %prec UNARYMINUS { $$ = -($2); }
/openbsd/src/gnu/gcc/gcc/
Dloop-iv.c531 if (op == MINUS in iv_add()
628 case MINUS: in get_biv_step_1()
729 case MINUS: in get_biv_step_1()
875 iv->base = simplify_gen_binary (MINUS, outer_mode, def, outer_step); in iv_analyze_biv()
944 case MINUS: in iv_analyze_expr()
995 case MINUS: in iv_analyze_expr()
1308 else if (GET_CODE (niter) == MINUS) in determine_max_iter()
1367 case MINUS: in simple_rhs_p()
1495 && simplify_gen_binary (MINUS, mode, opb0, op0) == const1_rtx) in implies_p()
2096 iv0.step = simplify_gen_binary (MINUS, comp_mode, iv0.step, iv1.step); in iv_number_of_iterations()
[all …]
Dsimplify-rtx.c525 if (GET_CODE (op) == MINUS in simplify_unary_operation_1()
528 return simplify_gen_binary (MINUS, mode, XEXP (op, 1), XEXP (op, 0)); in simplify_unary_operation_1()
540 return simplify_gen_binary (MINUS, mode, temp, XEXP (op, 0)); in simplify_unary_operation_1()
545 return simplify_gen_binary (MINUS, mode, temp, XEXP (op, 1)); in simplify_unary_operation_1()
811 && GET_CODE (XEXP (op, 0)) == MINUS in simplify_unary_operation_1()
1505 return simplify_gen_binary (MINUS, mode, op1, XEXP (op0, 0)); in simplify_binary_operation_1()
1507 return simplify_gen_binary (MINUS, mode, op0, XEXP (op1, 0)); in simplify_binary_operation_1()
1621 return simplify_gen_binary (MINUS, mode, op1, in simplify_binary_operation_1()
1694 case MINUS: in simplify_binary_operation_1()
1807 return simplify_gen_binary (MINUS, mode, tem, XEXP (op0, 0)); in simplify_binary_operation_1()
[all …]
/openbsd/src/gnu/usr.bin/perl/lib/unicore/auxiliary/
DLBTest.txt81 × 0023 × 002D ÷ # × [0.3] NUMBER SIGN (AL) × [21.02] HYPHEN-MINUS (HY) ÷ [0.3]
82 × 0023 × 0020 ÷ 002D ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] HYPHEN-MINUS (HY) ÷…
83 … × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [21.02] HYPHEN-MINUS (HY) ÷ [0.3]
84 …GN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] HYPHEN-MINUS (HY) ÷ [0.3]
253 × 2014 × 002D ÷ # × [0.3] EM DASH (B2) × [21.02] HYPHEN-MINUS (HY) ÷ [0.3]
254 × 2014 × 0020 ÷ 002D ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] HYPHEN-MINUS (HY) ÷ [0.…
255 … ÷ # × [0.3] EM DASH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [21.02] HYPHEN-MINUS (HY) ÷ [0.3]
256 …SH (B2) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] HYPHEN-MINUS (HY) ÷ [0.3]
425 × 0009 × 002D ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [21.02] HYPHEN-MINUS (HY) ÷ [0.3]
426 …02D ÷ # × [0.3] <CHARACTER TABULATION> (BA) × [7.01] SPACE (SP) ÷ [18.0] HYPHEN-MINUS (HY) ÷ [0.3]
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dd10v-opc.c159 #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 } },
Dd30v-opc.c398 #define MINUS (PLUS + 1) /* postdecrement */ macro
400 #define ATMINUS (MINUS + 1) /* predecrement */
421 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
425 { SHORT_M2, 3, { Ra2, ATPAR, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) */
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dd10v-opc.c159 #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 } },
Dd30v-opc.c402 #define MINUS (PLUS + 1) /* Postdecrement. */ macro
404 #define ATMINUS (MINUS + 1) /* Predecrement. */
426 { SHORT_M, 3, { Ra, ATPAR, Rb, MINUS, Rc } }, /* Ra,@(Rb-,Rc) */
430 { SHORT_M2, 3, { Ra2, ATPAR, Rb, MINUS, Rc } },/* Ra,@(Rb-,Rc) */
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c126 if (code == PLUS || code == MINUS)
731 && GET_CODE (XEXP (op, 0)) == MINUS
849 case MINUS:
969 return simplify_gen_binary (MINUS, mode, op1, XEXP (op0, 0));
971 return simplify_gen_binary (MINUS, mode, op0, XEXP (op1, 0));
1053 && (GET_CODE (op0) == PLUS || GET_CODE (op0) == MINUS
1054 || GET_CODE (op1) == PLUS || GET_CODE (op1) == MINUS
1098 case MINUS:
1191 && (GET_CODE (op0) == PLUS || GET_CODE (op0) == MINUS
1192 || GET_CODE (op1) == PLUS || GET_CODE (op1) == MINUS
[all …]
Dexplow.c348 else if (GET_CODE (x) == PLUS || GET_CODE (x) == MINUS
479 else if (GET_CODE (x) == PLUS || GET_CODE (x) == MINUS
586 else if (GET_CODE (x) == MULT || GET_CODE (x) == MINUS)
1184 || GET_CODE (SET_SRC (pat)) != MINUS
1520 #define STACK_GROW_OP MINUS
1728 case MINUS:
/openbsd/src/regress/usr.bin/mandoc/char/unicode/
Dascii.out_html7 -- HYPHEN-MINUS
Dascii.out_ascii14 -- HYPHEN-MINUS
Dascii.out_utf814 -- HYPHEN-MINUS
Dnamed.out_utf8126 −− MINUS SIGN
127 ∓∓ MINUS-OR-PLUS SIGN
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dbfin-parse.h99 MINUS = 325, enumerator
274 #define MINUS 325 macro
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Ddarwin.c433 gen_rtx (MINUS, Pmode, orig, pic_base));
610 gen_rtx (MINUS, Pmode,
659 gen_rtx (MINUS, Pmode,
678 gen_rtx (MINUS, Pmode, orig, pic_base));
733 gen_rtx (MINUS, Pmode,
907 if (GET_CODE (op) == MINUS
/openbsd/src/gnu/usr.bin/gcc/gcc/config/cris/
Dcris.c293 && (code == PLUS || code == MINUS
331 && (code == PLUS || code == MINUS || code == UMIN));
347 && (code == PLUS || code == MINUS));
497 case MINUS:
1947 || GET_CODE (SET_SRC (exp)) == MINUS))
1995 || GET_CODE (SET_SRC (exp)) == MINUS
2402 case MINUS:
2450 case MINUS:
2500 case MINUS:
3095 case MINUS:
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djavaop.def51 OPERAND_VALUE is PLUS, MINUS, MULT, TRUNC_DIV, RDIV, REM,
210 JAVAOP (isub, 100, BINOP, INT, MINUS)
211 JAVAOP (lsub, 101, BINOP, LONG, MINUS)
212 JAVAOP (fsub, 102, BINOP, FLOAT, MINUS)
213 JAVAOP (dsub, 103, BINOP, DOUBLE, MINUS)
/openbsd/src/gnu/llvm/clang/tools/clang-fuzzer/
Dcxx_proto.proto32 MINUS = 1; enumerator
Dcxx_loop_proto.proto38 MINUS = 1; enumerator
/openbsd/src/gnu/gcc/gcc/config/m68hc11/
Dpredicates.md93 || GET_CODE (op) == PLUS || GET_CODE (op) == MINUS
105 || GET_CODE (op) == PLUS || GET_CODE (op) == MINUS;
/openbsd/src/usr.bin/awk/
Dmaketab.c61 { MINUS, "arith", " - " },

12345678910>>...15