Lines Matching full:mnemonic
1953 Mnemonic for backspace; for ASCII this is octal code 010.
1956 Mnemonic for FormFeed; for ASCII this is octal code 014.
1959 Mnemonic for newline; for ASCII this is octal code 012.
1962 Mnemonic for carriage-Return; for ASCII this is octal code 015.
1965 Mnemonic for horizontal Tab; for ASCII this is octal code 011.
6752 after the mnemonic or after each operand. For example:
7984 If the operand is found to fit the range, a `lapc' mnemonic will
7988 Similarly, the `addo' mnemonic will translate to the shortest
9765 This option specifies instruction mnemonic for matching
9829 last character of the instruction mnemonic. Mnemonic suffixes of
9864 mnemonic suffix implies long operand size. (This incompatibility does
9866 the mnemonic suffix.)
9872 accomplished by using two instruction mnemonic suffixes in AT&T syntax.
9875 mnemonic suffixes are tacked on to this base name, the _from_ suffix
9882 Different encoding options can be specified via optional mnemonic
9909 9.13.5 AT&T Mnemonic versus Intel Mnemonic
9912 `as' supports assembly using Intel mnemonic. `.intel_mnemonic' selects
9913 Intel mnemonic with Intel syntax, and `.att_mnemonic' switches back to
9914 the usual AT&T mnemonic with AT&T syntax for compatibility with the
9919 instructions with AT&T mnemonic.
10094 instruction mnemonic suffix (`b', `w', `l' or `q', respectively).
10147 has an instruction mnemonic suffix and a constructor associated with
10148 it. Instruction mnemonic suffixes specify the operand's data type.
10153 to instruction mnemonic suffixes `s', `l', and `t'. `t' stands for
10160 instruction mnemonic suffixes are `s' (single), `l' (long), and
10165 Register to register operations should not use instruction mnemonic
10245 prefix or an instruction mnemonic suffix within a 32-bit code section
11939 start of a Motorola mnemonic.
12355 Motorola mnemonic. These pseudo opcodes are not affected by the
14021 general-purpose registers are named `r0' through `r7'. Mnemonic
14422 Each instruction has two major parts, the instruction mnemonic and
14463 with the mnemonic and order of operands as described. The instruction
14464 mnemonic identifies the instruction format (*note s390 Formats::) and
14466 mnemonic denotes the instruction format `RR' with the operation code
14493 Certain characters at the end of the mnemonic may describe a property
14787 in the mnemonic. This is relevant for the branch instructions, the
14791 can be used as part of the mnemonic in place of a mask operand in the
14801 In the mnemonic for a branch instruction the condition code string
14826 are 12 condition code strings that can be used as part of the mnemonic
14856 In the mnemonic for a compare and branch and compare and trap
15926 `%set_softint'. The mnemonic `%softint_set' is provided as an
15930 `%clear_softint'. The mnemonic `%softint_clear' is provided as an
16035 mnemonic names exist. Two such examples are `membar' and `prefetch'.
17915 `j' for `b' at the start of a DEC mnemonic. This feature is included
17921 `Jsb' is already an instruction mnemonic, so we chose `jbsb'.
21030 * i386 mnemonic compatibility: i386-Mnemonics. (line 62)
21414 * mnemonic compatibility, i386: i386-Mnemonics. (line 62)
21415 * mnemonic suffixes, i386: i386-Syntax. (line 29)
21416 * mnemonic suffixes, x86-64: i386-Syntax. (line 29)