Home | History | Annotate | Download | only in config

Lines Matching refs:prefixes

56 /* Prefixes will be emitted in the order defined below.
58 instruction, and so must come before any prefixes.
70 #define MAX_PREFIXES 7 /* max prefixes per opcode */
322 PREFIXES is the number of prefix opcodes. */
323 unsigned int prefixes;
2192 ++i.prefixes;
3806 /* Add prefix, checking for repeated prefixes. */
6719 i.prefixes -= 1;
6727 i.prefixes--;
6732 i.prefixes--;
6739 i.prefixes -= 1;
6742 if (i.prefixes != 0 && !intel_syntax)
6743 as_warn (_("skipping prefixes on this instruction"));
6806 i.prefixes -= 1;
6813 i.prefixes--;
6827 i.prefixes -= 1;
6839 i.prefixes -= 1;
6846 i.prefixes -= 1;
6849 if (i.prefixes != 0 && !intel_syntax)
6850 as_warn (_("skipping prefixes on this instruction"));
6893 i.prefixes -= 1;
6899 i.prefixes -= 1;
6906 if (i.prefixes != 0 && !intel_syntax)
6907 as_warn (_("skipping prefixes on this instruction"));
7045 /* There should be no other prefixes for instructions
8362 i.prefixes += 1;
10095 strip all lock prefixes\n"));