Lines Matching refs:var

43 @cindex @code{-m@var{cpu}} command line option, Alpha
44 @item -m@var{cpu}
111 @item -G@var{size}
112 A local common symbol larger than @var{size} is placed in @code{.bss},
156 The 32 integer registers are referred to as @samp{$@var{n}} or
157 @samp{$r@var{n}}. In addition, registers 15, 28, 29, and 30 may
161 The 32 floating-point registers are referred to as @samp{$f@var{n}}.
172 The format is @samp{!@var{tag}} or @samp{!@var{tag}!@var{number}}
173 where @var{tag} is the name of the relocation. In some cases
174 @var{number} is used to relate specific instructions.
187 @itemx !literal!@var{N}
191 A sequence number @var{N} is optional, and if present is used to pair
209 @item !lituse_base!@var{N}
215 @item !lituse_jsr!@var{N}
220 @item !lituse_jsrdirect!@var{N}
226 @item !lituse_bytoff!@var{N}
231 @item !lituse_addr!@var{N}
243 @item !lituse_tlsgd!@var{N}
247 loaded with @code{!tlsgd!@var{N}}.
249 @item !lituse_tlsldm!@var{N}
254 @code{!tlsldm!@var{N}}.
256 @item !gpdisp!@var{N}
290 @itemx !tlsgd!@var{N}
294 The sequence number @var{N} is optional, and if present it used to
305 @itemx !tlsldm!@var{N}
348 @item .arch @var{cpu}
350 @option{-m@var{cpu}} command-line option. @xref{Alpha Options, Options},
351 for a list of values for @var{cpu}.
353 @item .ent @var{function}[, @var{n}]
354 Mark the beginning of @var{function}. An optional number may follow for
360 @item .end @var{function}
361 Mark the end of @var{function}. In ELF, it will set the size of the symbol
364 @item .mask @var{mask}, @var{offset}
366 function's stack frame. @var{mask} is interpreted a bit mask in which
367 bit @var{n} set indicates that register @var{n} is saved. The registers
368 are saved in a block located @var{offset} bytes from the @dfn{canonical
378 @item .fmask @var{mask}, @var{offset}
380 stack frame. The @var{mask} and @var{offset} parameters are interpreted
383 @item .frame @var{framereg}, @var{frameoffset}, @var{retreg}[, @var{argoffset}]
385 @var{framereg}; normally this is either @code{$fp} or @code{$sp}. The
386 frame pointer is @var{frameoffset} bytes below the CFA. The return
387 address is initially located in @var{retreg} until it is saved as
389 @var{argoffset} parameter is accepted and ignored. It is believed to
392 @item .prologue @var{n}
394 spilled. The argument @var{n} indicates whether and how the function
402 @item .usepv @var{function}, @var{which}
407 The @var{which} argument should be either @code{no}, indicating that
414 @item .gprel32 @var{expression}
415 Computes the difference between the address in @var{expression} and the
420 @item .t_floating @var{expression}
421 Stores @var{expression} as an @sc{ieee} double precision value.
423 @item .s_floating @var{expression}
424 Stores @var{expression} as an @sc{ieee} single precision value.
426 @item .f_floating @var{expression}
427 Stores @var{expression} as a VAX F format value.
429 @item .g_floating @var{expression}
430 Stores @var{expression} as a VAX G format value.
432 @item .d_floating @var{expression}
433 Stores @var{expression} as a VAX D format value.
435 @item .set @var{feature}
437 name of the feature enables while using @samp{no@var{feature}} disables.