Lines Matching full:plus
1378 Distclean plus any file that can be generated from other files.
3085 appropriate. The C front end uses GENERIC trees (CROSSREF), plus a
3099 probably depends on how well GENERIC (plus extensions) can be made to
3160 Usually it is easier to generate GENERIC trees plus extensions and let
3869 Source files are `reload.c' and `reload1.c', plus the header
3914 files are `final.c' plus `insn-output.c'; the latter is generated
5507 binary plus expression `expr', use:
8602 second operand as an integer. In an expression of code `plus', there
8652 An RTX code for a commutative binary operation, such as `PLUS' or
9493 Modes representing condition code values. These are `CCmode' plus
9671 expressions) combined with `plus' and `minus'. However, not all
9951 stack and the `addressof' expression is replaced with a `plus'
9968 `(plus:M X Y)'
9973 in their behavior on overflow of integer modes. `plus' wraps
9995 the three variants of `plus' (see above).
10145 Represents one plus the index of the least significant 1-bit in X,
10358 a byte and a full word cannot be written as `(plus:SI (reg:QI 34)
10359 (reg:SI 80))' because the `plus' operation requires two operands of the
10363 (plus:SI (sign_extend:SI (reg:QI 34)) (reg:SI 80))
10516 jump). X may also be a `mem' or `(plus:SI (pc) Y)', where Y may
10816 `(plus:M X Z)', `(minus:M X Z)', or `(plus:M X I)',
10821 (mem:SF (post_modify:SI (reg:SI 42) (plus (reg:SI 42)
12589 (mem:SI (plus:SI (reg:SI 100)
12592 (mem:SI (plus:SI (reg:SI 100)
12702 (plus:SI (match_operand:SI 1 "general_operand" "0,0")
13274 (plus:SI (match_dup 0)
13283 (plus:SI (match_operand:SI 1 "general_operand" "0")
13293 (plus:SI (reg:SI 6) (reg:SI 109)))
13310 (plus:SI (reg:SI 3) (reg:SI 109)))
13506 (plus:HI (match_operand:HI 1 "general_operand" "%0,0")
14241 $r0 through R1, plus $a0 and $a1.
15044 enumeration constant: `CONSTRAINT_' plus the mangled name of the
15528 Store into operand 0 one plus the index of the least significant
15970 `jump_insn'. The number of elements in the table is one plus the
16619 (plus:SI (match_operand:SI 0 "register_operand" "%r")
16626 comparisons whose argument is a `plus'.
16661 (ge (plus:SI (match_operand:SI 0 "general_operand" "+d*am")
16667 (plus:SI (match_dup 0)
16688 (plus:SI (match_dup 0)
16747 integer `plus' can itself be a `plus'. `and', `ior', `xor',
16748 `plus', `mult', `smin', `smax', `umin', and `umax' are associative
16752 `mult', `plus', or `minus' expression, it will be the first
16755 * In combinations of `neg', `mult', `plus', and `minus', the `neg'
16758 `(mult (neg A) B)', but `(plus (mult (neg A) B) C)' is
16769 An operand of `neg', `not', `mult', `plus', or `minus' is made the
16772 * `(minus X (const_int N))' is converted to `(plus X (const_int
16812 (plus:M (plus:M X Y) CONSTANT)
17105 (plus:SI (match_operand:SI 1 "gen_reg_operand" "")
17108 [(set (match_dup 0) (plus:SI (match_dup 1) (match_dup 3)))
17109 (set (match_dup 0) (plus:SI (match_dup 0) (match_dup 4)))]
17398 [(set (reg:SI 15) (plus:SI (reg:SI 15) (const_int 4)))
17621 plus a few specific to attribute definitions, to be discussed below.
17690 with `plus', `minus', `mult', `div', `mod', `abs', `neg', `and',
18526 (plus:SI (match_operand:SI 1 "register_operand" "r")
18543 (plus:SI (match_operand:SI 1 "register_operand" "r")
20407 data structure consists of the actual code address plus a data
20948 address which is the register value plus a displacement.
20958 base register must belong in order to be used in a base plus index
20959 register address. You should define this macro if base plus index
20970 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
20997 for use as a base register in base plus index operand addresses,
21000 register. You should define this macro if base plus index
21015 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
21576 The default value for this macro is `STACK_POINTER_OFFSET' plus the
23596 `plus' indicates indexing. If so, then you _must_ reject such
23900 : ((GET_CODE (X) == PLUS || GET_CODE (X) == MINUS \
24028 If you do not define this macro, GCC uses a default cost of 4 plus
25682 CAT_NAME and SEL_NAME put together, plus 50 characters extra.
27521 Some machines can also perform `and' or `plus' operations on
27523 `sCOND' insn followed by `and' or `plus'. On those machines,
27525 `decscc', respectively, for the patterns which perform `plus' or
27933 PA doesn't consider PLUS to be commutative inside a MEM.
28092 invalid to apply operation OP (where unary plus is denoted by
29210 plus any associated interface definition files, plus the scripts
29506 plus such following pages as are needed to hold, legibly, the
29878 optimizations, improved alias analysis, plus migrating GCC to
30005 ISO C99 support, CFG dumping support, etc., plus support of the
30771 * Roman Kennke for `BoxLayout', `GrayFilter' and `SplitPane', plus
30800 * Audrius Meskauskas for lots of Free Corba, RMI and HTML work plus
33231 * plus: Arithmetic. (line 14)
33232 * plus and attributes: Expressions. (line 64)
33233 * plus, canonicalization of: Insn Canonicalizations.