Lines Matching full:expressions
43 * Expressions:: Expressions
1091 for symbols, constants, and expressions; the directives that `as'
1829 expression (*note Expressions::): the logical line number of the _next_
1928 expressions. String constants (properly called string _literals_) are
1930 expressions.
2051 the prefix operator `-' discussed under expressions (*note Prefix
2203 Further, most expressions `as' computes have this section-relative
2205 expressions are symbol-relative instead.)
2361 expression (*note Expressions::). If you just say `.text' then `.text
2408 File: as.info, Node: Symbols, Next: Expressions, Prev: Sections, Up: Top
2453 by an equals sign `=', followed by an expression (*note Expressions::).
2718 File: as.info, Node: Expressions, Next: Pseudo Ops, Prev: Symbols, Up: Top
2720 6 Expressions
2735 * Empty Exprs:: Empty Expressions
2736 * Integer Exprs:: Integer Expressions
2739 File: as.info, Node: Empty Exprs, Next: Integer Exprs, Up: Expressions
2741 6.1 Empty Expressions
2750 File: as.info, Node: Integer Exprs, Prev: Empty Exprs, Up: Expressions
2752 6.2 Integer Expressions
2774 language, we use the term "argument" to refer to parts of expressions
2907 results of sub expressions. Note, unlike the comparison
2918 File: as.info, Node: Pseudo Ops, Next: Object Attributes, Prev: Expressions, Up: Top
2942 * Byte:: `.byte EXPRESSIONS'
2980 * hword:: `.hword EXPRESSIONS'
2985 * Int:: `.int EXPRESSIONS'
3004 * Long:: `.long EXPRESSIONS'
3036 * Short:: `.short EXPRESSIONS'
3043 * Sleb128:: `.sleb128 EXPRESSIONS'
3063 * Uleb128:: `.uleb128 EXPRESSIONS'
3075 * Word:: `.word EXPRESSIONS'
3240 7.8 `.byte EXPRESSIONS'
3243 `.byte' expects zero or more expressions, separated by commas. Each
3705 REPEAT, SIZE and VALUE are absolute expressions. This emits REPEAT
3791 7.58 `.hword EXPRESSIONS'
3794 This expects zero or more EXPRESSIONS, and emits a 16 bit number for
3931 7.63 `.int EXPRESSIONS'
3934 Expect zero or more EXPRESSIONS, of any section, separated by commas.
4192 7.76 `.long EXPRESSIONS'
4894 7.98 `.short EXPRESSIONS'
4948 FILL are absolute expressions. If the comma and FILL are omitted, FILL
4954 7.102 `.sleb128 EXPRESSIONS'
4968 FILL are absolute expressions. If the comma and FILL are omitted, FILL
5261 7.113 `.uleb128 EXPRESSIONS'
5360 7.121 `.word EXPRESSIONS'
5363 This directive expects zero or more EXPRESSIONS, of any section,
6188 `.2byte EXPRESSIONS'
6191 `.3byte EXPRESSIONS'
6194 `.4byte EXPRESSIONS'
6335 `.half EXPRESSIONS'
6338 `.long EXPRESSIONS'
6350 `.short EXPRESSIONS'
6353 `.word EXPRESSIONS'
7976 16-bit offset. For symbolic expressions and constants that do not fit
8159 `.dword EXPRESSIONS'
8161 more EXPRESSIONS, separated by commas. For each expression, a
9524 expressions cannot use multiplication, as any occurrence of `*' will be
9703 expressions. The `--divide' option turns `/' into a normal
10383 expressions. The
10630 must be positive absolute expressions. This directive differs
11596 means that it can not be used in expressions. The `--bitwise-or'
12845 from this point on, all expressions of the form `SYMBOL' or `SYMBOL +
13184 expressions normally associated with these two characters.
13250 used. Also, symbols equated from numbers and constant expressions are
13356 must be constant expressions without forward references, in the
13357 range 0...255. If you need operands having expressions with
13441 Some mapping of constant expressions to sections in LOC expressions
14881 table (PLT). The following expressions are allowed: `symbol@modifier +
15047 TLS modifier is used only the following expressions are allowed:
17241 Zilog. In expressions a single `=' may be used as "is equal to"
20494 * addresses: Expressions. (line 6)
20557 * arguments in expressions: Arguments. (line 6)
20716 * comparison expressions: Infix Ops. (line 55)
20862 * empty expressions: Empty Exprs. (line 6)
20905 * expressions: Expressions. (line 6)
20906 * expressions, comparison: Infix Ops. (line 55)
20907 * expressions, empty: Empty Exprs. (line 6)
20908 * expressions, integer: Integer Exprs. (line 6)
20978 * functions, in expressions: Operators. (line 6)
21130 * integer expressions: Integer Exprs. (line 6)
21472 * numeric values: Expressions. (line 6)
21505 * operands in expressions: Arguments. (line 6)
21507 * operators, in expressions: Operators. (line 6)
22152 Node: Expressions98372