Home | History | Annotate | Download | only in info

Lines Matching full:plus

3395      Distclean plus any file that can be generated from other files.
5187 appropriate. The C front end uses GENERIC trees (CROSSREF), plus a
5201 probably depends on how well GENERIC (plus extensions) can be made to
5262 Usually it is easier to generate GENERIC trees plus extensions and let
5983 `ira-emit.c', `ira-lives', plus header files `ira.h' and
6001 Source files are `reload.c' and `reload1.c', plus the header
6046 files are `final.c' plus `insn-output.c'; the latter is generated
7709 binary plus expression `expr', use:
8702 second operand as an integer. In an expression of code `plus', there
8752 An RTX code for a commutative binary operation, such as `PLUS' or
9703 Modes representing condition code values. These are `CCmode' plus
9878 expressions) combined with `plus' and `minus'. However, not all
10313 `(plus:M X Y)'
10318 in their behavior on overflow of integer modes. `plus' wraps
10340 the three variants of `plus' (see above).
10502 Represents one plus the index of the least significant 1-bit in X,
10719 a byte and a full word cannot be written as `(plus:SI (reg:QI 34)
10720 (reg:SI 80))' because the `plus' operation requires two operands of the
10724 (plus:SI (sign_extend:SI (reg:QI 34)) (reg:SI 80))
10902 jump). X may also be a `mem' or `(plus:SI (pc) Y)', where Y may
11204 The expression Y must be one of three forms: `(plus:M X Z)',
11205 `(minus:M X Z)', or `(plus:M X I)', where Z is an index register
11210 (mem:SF (post_modify:SI (reg:SI 42) (plus (reg:SI 42)
12291 hold the structure itself plus `N - 1' operands which run "off the end"
16950 (mem:SI (plus:SI (reg:SI 100)
16953 (mem:SI (plus:SI (reg:SI 100)
17063 (plus:SI (match_operand:SI 1 "general_operand" "0,0")
17638 (plus:SI (match_dup 0)
17647 (plus:SI (match_operand:SI 1 "general_operand" "0")
17657 (plus:SI (reg:SI 6) (reg:SI 109)))
17674 (plus:SI (reg:SI 3) (reg:SI 109)))
17870 (plus:HI (match_operand:HI 1 "general_operand" "%0,0")
18126 Integer constant whose value plus one is a power of 2
18735 $r0 through R1, plus $a0 and $a1.
19687 enumeration constant: `CONSTRAINT_' plus the mangled name of the
20345 Store into operand 0 one plus the index of the least significant
20832 `jump_insn'. The number of elements in the table is one plus the
21494 (plus:SI (match_operand:SI 0 "register_operand" "%r")
21501 comparisons whose argument is a `plus'.
21536 (ge (plus:SI (match_operand:SI 0 "general_operand" "+d*am")
21542 (plus:SI (match_dup 0)
21563 (plus:SI (match_dup 0)
21622 integer `plus' can itself be a `plus'. `and', `ior', `xor',
21623 `plus', `mult', `smin', `smax', `umin', and `umax' are associative
21627 `mult', `plus', or `minus' expression, it will be the first
21630 * In combinations of `neg', `mult', `plus', and `minus', the `neg'
21633 `(mult (neg A) B)', but `(plus (mult (neg A) B) C)' is
21644 An operand of `neg', `not', `mult', `plus', or `minus' is made the
21647 * `(ltu (plus A B) B)' is converted to `(ltu (plus A B) A)'.
21650 * `(minus X (const_int N))' is converted to `(plus X (const_int
21690 (plus:M (plus:M X Y) CONSTANT)
21983 (plus:SI (match_operand:SI 1 "gen_reg_operand" "")
21986 [(set (match_dup 0) (plus:SI (match_dup 1) (match_dup 3)))
21987 (set (match_dup 0) (plus:SI (match_dup 0) (match_dup 4)))]
22276 [(set (reg:SI 15) (plus:SI (reg:SI 15) (const_int 4)))
22513 plus a few specific to attribute definitions, to be discussed below.
22582 with `plus', `minus', `mult', `div', `mod', `abs', `neg', `and',
23421 (plus:SI (match_operand:SI 1 "register_operand" "r")
23438 (plus:SI (match_operand:SI 1 "register_operand" "r")
25396 data structure consists of the actual code address plus a data
25958 address which is the register value plus a displacement.
25968 base register must belong in order to be used in a base plus index
25969 register address. You should define this macro if base plus index
25980 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
26007 for use as a base register in base plus index operand addresses,
26010 register. You should define this macro if base plus index
26025 index expression if OUTER_CODE is `PLUS'; `SCRATCH' otherwise.
26609 The default value for this macro is `STACK_POINTER_OFFSET' plus the
28692 `plus' indicates indexing. If so, then you _must_ reject such
29065 : ((GET_CODE (X) == PLUS || GET_CODE (X) == MINUS \
29193 If you do not define this macro, GCC uses a default cost of 4 plus
30996 CAT_NAME and SEL_NAME put together, plus 50 characters extra.
32975 Some machines can also perform `and' or `plus' operations on
32977 `sCOND' insn followed by `and' or `plus'. On those machines,
32979 `decscc', respectively, for the patterns which perform `plus' or
33403 PA doesn't consider PLUS to be commutative inside a MEM.
33609 invalid to apply operation OP (where unary plus is denoted by
35369 could give under the previous paragraph, plus a right to
35708 plus such following pages as are needed to hold, legibly, the
36080 optimizations, improved alias analysis, plus migrating GCC to
36207 ISO C99 support, CFG dumping support, etc., plus support of the
36986 * Roman Kennke for `BoxLayout', `GrayFilter' and `SplitPane', plus
37015 * Audrius Meskauskas for lots of Free Corba, RMI and HTML work plus
42682 * plus: Arithmetic. (line 14)
42683 * plus and attributes: Expressions. (line 64)
42684 * plus, canonicalization of: Insn Canonicalizations.