Lines Matching refs:var
35 @item -march=@var{architecture}
53 @item -mcpu=@var{cpu}
265 In the following table @var{apc} stands for any of the address registers
269 entirely. The use of @var{size} means one of @samp{w} or @samp{l}, and
271 specified. The use of @var{scale} means one of @samp{1}, @samp{2},
280 @samp{#@var{number}}
300 @samp{@var{apc}@@(@var{number})}
303 @samp{@var{apc}@@(@var{number},@var{register}:@var{size}:@var{scale})}
305 The @var{number} may be omitted.
308 @samp{@var{apc}@@(@var{number})@@(@var{onumber},@var{register}:@var{size}:@var{scale})}
310 The @var{onumber} or the @var{register}, but not both, may be omitted.
313 @samp{@var{apc}@@(@var{number},@var{register}:@var{size}:@var{scale})@@(@var{onumber})}
315 The @var{number} may be omitted. Omitting the @var{register} produces
319 @samp{@var{symbol}}, or @samp{@var{digits}}, optionally followed by
335 In the following table @var{apc} stands for any of the address registers
339 of @var{size} means one of @samp{w} or @samp{l}, and it may always be
340 omitted along with the leading dot. The use of @var{scale} means one of
359 @samp{@var{number}(@var{%a0})} through @samp{@var{number}(@var{%a7})},
360 or @samp{@var{number}(@var{%pc})}.
362 The @var{number} may also appear within the parentheses, as in
363 @samp{(@var{number},@var{%a0})}. When used with the @var{pc}, the
364 @var{number} may be omitted (with an address register, omitting the
365 @var{number} produces Address Register Indirect mode).
368 @samp{@var{number}(@var{apc},@var{register}.@var{size}*@var{scale})}
370 The @var{number} may be omitted, or it may appear within the
371 parentheses. The @var{apc} may be omitted. The @var{register} and the
372 @var{apc} may appear in either order. If both @var{apc} and
373 @var{register} are address registers, and the @var{size} and @var{scale}
378 @samp{([@var{number},@var{apc}],@var{register}.@var{size}*@var{scale},@var{onumber})}
380 The @var{onumber}, or the @var{register}, or both, may be omitted.
381 Either the @var{number} or the @var{apc} may be omitted, but not both.
384 @samp{([@var{number},@var{apc},@var{register}.@var{size}*@var{scale}],@var{onumber})}
386 The @var{number}, or the @var{apc}, or the @var{register}, or any two of
387 them, may be omitted. The @var{onumber} may be omitted. The
388 @var{register} and the @var{apc} may appear in either order. If both
389 @var{apc} and @var{register} are address registers, and the @var{size}
390 and @var{scale} are omitted, then the first register is taken as the
447 @item .arch @var{name}
449 for @var{name} are the same as for the @option{-march} command line
456 @item .cpu @var{name}
458 for @var{name} are the same as for the @option{-mcpu} command line
538 @item j@var{XX}
539 Here, @samp{j@var{XX}} stands for an entire family of pseudo-operations,
540 where @var{XX} is a conditional branch or condition-code test. The full
550 issues a longer code fragment in terms of @var{NX}, the opposite condition
551 to @var{XX}. For example, under these conditions:
553 j@var{XX} foo
557 b@var{NX}s oof
562 @item db@var{XX}
570 Motorola @samp{db@var{XX}} instructions allow word displacements only. When
574 @samp{db@var{XX} foo}, @code{@value{AS}} emits
576 db@var{XX} oo1
585 db@var{XX} oo1
591 @item fj@var{XX}