Home | History | Annotate | Download | only in info

Lines Matching full:plus

3395      Distclean plus any file that can be generated from other files.
5101 appropriate. The C front end uses GENERIC trees (CROSSREF), plus a
5115 probably depends on how well GENERIC (plus extensions) can be made to
5176 Usually it is easier to generate GENERIC trees plus extensions and let
5901 Source files are `reload.c' and `reload1.c', plus the header
5946 files are `final.c' plus `insn-output.c'; the latter is generated
7598 binary plus expression `expr', use:
10888 second operand as an integer. In an expression of code `plus', there
10938 An RTX code for a commutative binary operation, such as `PLUS' or
11869 Modes representing condition code values. These are `CCmode' plus
12063 expressions) combined with `plus' and `minus'. However, not all
12343 stack and the `addressof' expression is replaced with a `plus'
12371 `(plus:M X Y)'
12376 in their behavior on overflow of integer modes. `plus' wraps
12398 the three variants of `plus' (see above).
12560 Represents one plus the index of the least significant 1-bit in X,
12777 a byte and a full word cannot be written as `(plus:SI (reg:QI 34)
12778 (reg:SI 80))' because the `plus' operation requires two operands of the
12782 (plus:SI (sign_extend:SI (reg:QI 34)) (reg:SI 80))
12961 jump). X may also be a `mem' or `(plus:SI (pc) Y)', where Y may
13261 `(plus:M X Z)', `(minus:M X Z)', or `(plus:M X I)',
13266 (mem:SF (post_modify:SI (reg:SI 42) (plus (reg:SI 42)
15039 (mem:SI (plus:SI (reg:SI 100)
15042 (mem:SI (plus:SI (reg:SI 100)
15152 (plus:SI (match_operand:SI 1 "general_operand" "0,0")
15724 (plus:SI (match_dup 0)
15733 (plus:SI (match_operand:SI 1 "general_operand" "0")
15743 (plus:SI (reg:SI 6) (reg:SI 109)))
15760 (plus:SI (reg:SI 3) (reg:SI 109)))
15956 (plus:HI (match_operand:HI 1 "general_operand" "%0,0")
16212 Integer constant whose value plus one is a power of 2
16801 $r0 through R1, plus $a0 and $a1.
17664 enumeration constant: `CONSTRAINT_' plus the mangled name of the
18318 Store into operand 0 one plus the index of the least significant
18803 `jump_insn'. The number of elements in the table is one plus the
19465 (plus:SI (match_operand:SI 0 "register_operand" "%r")
19472 comparisons whose argument is a `plus'.
19507 (ge (plus:SI (match_operand:SI 0 "general_operand" "+d*am")
19513 (plus:SI (match_dup 0)
19534 (plus:SI (match_dup 0)
19593 integer `plus' can itself be a `plus'. `and', `ior', `xor',
19594 `plus', `mult', `smin', `smax', `umin', and `umax' are associative
19598 `mult', `plus', or `minus' expression, it will be the first
19601 * In combinations of `neg', `mult', `plus', and `minus', the `neg'
19604 `(mult (neg A) B)', but `(plus (mult (neg A) B) C)' is
19615 An operand of `neg', `not', `mult', `plus', or `minus' is made the
19618 * `(ltu (plus A B) B)' is converted to `(ltu (plus A B) A)'.
19621 * `(minus X (const_int N))' is converted to `(plus X (const_int
19661 (plus:M (plus:M X Y) CONSTANT)
19954 (plus:SI (match_operand:SI 1 "gen_reg_operand" "")
19957 [(set (match_dup 0) (plus:SI (match_dup 1) (match_dup 3)))
19958 (set (match_dup 0) (plus:SI (match_dup 0) (match_dup 4)))]
20247 [(set (reg:SI 15) (plus:SI (reg:SI 15) (const_int 4)))
20470 plus a few specific to attribute definitions, to be discussed below.
20539 with `plus', `minus', `mult', `div', `mod', `abs', `neg', `and',
21378 (plus:SI (match_operand:SI 1 "register_operand" "r")
21395 (plus:SI (match_operand:SI 1 "register_operand" "r")
23379 data structure consists of the actual code address plus a data
23921 address which is the register value plus a displacement.
23931 base register must belong in order to be used in a base plus index
23932 register address. You should define this macro if base plus index
23943 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
23970 for use as a base register in base plus index operand addresses,
23973 register. You should define this macro if base plus index
23988 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
24549 The default value for this macro is `STACK_POINTER_OFFSET' plus the
26589 `plus' indicates indexing. If so, then you _must_ reject such
26950 : ((GET_CODE (X) == PLUS || GET_CODE (X) == MINUS \
27078 If you do not define this macro, GCC uses a default cost of 4 plus
28831 CAT_NAME and SEL_NAME put together, plus 50 characters extra.
30698 Some machines can also perform `and' or `plus' operations on
30700 `sCOND' insn followed by `and' or `plus'. On those machines,
30702 `decscc', respectively, for the patterns which perform `plus' or
31126 PA doesn't consider PLUS to be commutative inside a MEM.
31311 invalid to apply operation OP (where unary plus is denoted by
32768 could give under the previous paragraph, plus a right to
33107 plus such following pages as are needed to hold, legibly, the
33479 optimizations, improved alias analysis, plus migrating GCC to
33606 ISO C99 support, CFG dumping support, etc., plus support of the
34382 * Roman Kennke for `BoxLayout', `GrayFilter' and `SplitPane', plus
34411 * Audrius Meskauskas for lots of Free Corba, RMI and HTML work plus
39636 * plus: Arithmetic. (line 14)
39637 * plus and attributes: Expressions. (line 64)
39638 * plus, canonicalization of: Insn Canonicalizations.