• Home
  • Raw
  • Download

Lines Matching refs:syntax

282 This option specifies instruction syntax when processing instructions.
369 @cindex i386 syntax compatibility
370 @cindex syntax compatibility, i386
375 @cindex x86-64 syntax compatibility
376 @cindex syntax compatibility, x86-64
378 @code{@value{AS}} now supports assembly using Intel assembler syntax.
383 require a @samp{%} prefix. AT&T System V/386 assembler syntax is quite
384 different from Intel syntax. We mention these differences because
385 almost all 80386 documents use Intel syntax. Notable differences
409 operands are prefixed by @samp{*}; they are undelimited in Intel syntax.
416 AT&T and Intel syntax use the opposite order for source and destination
430 In AT&T syntax the size of memory operands is determined from the last
433 (32-bit) and quadruple word (64-bit) memory references. Intel syntax accomplishes
437 syntax.
448 @samp{lcall/ljmp $@var{section}, $@var{offset}} in AT&T syntax; the
449 Intel syntax is
452 is @samp{lret $@var{stack-adjust}} in AT&T syntax; Intel syntax is
512 syntax. Base names for sign extend and zero extend are
513 @samp{movs@dots{}} and @samp{movz@dots{}} in AT&T syntax (@samp{movsx}
514 and @samp{movzx} in Intel syntax). The instruction mnemonic suffixes
516 @emph{to} suffix. Thus, @samp{movsbl %al, %edx} is AT&T syntax for
535 The Intel-syntax conversion instructions
569 AT&T syntax, but are @samp{call far} and @samp{jump far} in Intel
578 @code{.intel_mnemonic} selects Intel mnemonic with Intel syntax, and
580 syntax for compatibility with the output of @code{@value{GCC}}.
760 An Intel syntax indirect memory reference of the form
767 is translated into the AT&T syntax
781 defaults). Note that section overrides in AT&T syntax @emph{must}
951 instructions is reversed from the Intel syntax.
1060 possibly many other programs use this reversed syntax, so we're stuck