Home
last modified time | relevance | path

Searched refs:match_template (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
DChangeLog-200819 * config/tc-i386.c (match_template): Changed to return
53 (match_template): Handle swap_operand.
1018 * config/tc-i386.c (match_template): Report ambiguous operand
1309 (match_template): Handle 5 operands. Updated for cpu_flags_match.
1508 * config/tc-i386.c (match_template): Disallow 'l' suffix when
1542 (match_template): Likewise.
1740 (match_template): Skip Intel syntax when in AT&T syntax.
1754 (match_template): Check memory and accumulator operand size.
1766 * config/tc-i386.c (match_template): Check processor support
1771 * config/tc-i386.c (match_template): Continue if processor
[all …]
DChangeLog-200722 (match_template): Don't allow AT&T/Intel mnemonic if Intel/AT&T
228 * config/tc-i386.c (match_template): Re-order suffix check.
279 (match_template): Likewise.
909 (match_template): Likewise.
965 (match_template): Likewise.
1029 (match_template): Don't initialize overlap0, overlap1,
1040 * config/tc-i386.c (match_template): Handle invlpga, vmload,
1651 * config/tc-i386.c (match_template): Don't explicitly check
1673 * config/tc-i386.c (match_template): Check suffix for crc32 in
1825 (match_template): Handle operand size for crc32 in SSE4.2.
[all …]
DChangeLog-2010504 * config/tc-i386.c (match_template): Check checkregsize
987 * config/tc-i386.c (match_template): Move the first i.error
1810 (match_template): Likewise.
1820 (match_template): Likewise. Use error instead of err_msg with
1922 * config/tc-i386.c (match_template): Update error messages.
1931 (match_template): Likewise. Use i.err_msg with as_bad.
DChangeLog-2012783 (match_template): Handle it.
858 * config/tc-i386.c (match_template): Adjust error message
869 * config/tc-i386.c (match_template): New local variable
1343 * config/tc-i386.c (match_template): Add `instruction' to
1356 * config/tc-i386.c (match_template): Improve unsupported error
DChangeLog-200681 * config/tc-i386.c (match_template): Simplify 3 and 4 operand
91 * config/tc-i386.c (match_template): Use a for loop to set
97 * config/tc-i386.c (match_template): Use MAX_OPERANDS for the
503 * config/tc-i386.c (match_template): Check address size prefix
2132 * config/tc-i386.c (match_template): Move 64-bit operand tests
DChangeLog-2004466 (match_template): Remove fldcw special case. Adjust q-suffix handling
1460 (match_template): Don't permit 64-bit general purpose operands in
DChangeLog-20091034 (match_template, cpu_flags_match, match_reg_size, match_mem_size)
2511 (match_template): Updated.
DChangeLog-2014640 * config/tc-i386.c (match_template): Remove redundant "!!" testing
DChangeLog90 * config/tc-i386.c (match_template): Add char parameter,
848 (match_template): Check Intel64/AMD64 ISA.
DChangeLog-2013686 (match_template): Support regzmm and handle new error codes.
DChangeLog-2015436 (match_template): Force 0x8b encoding for "mov foo@GOT, %eax".
DChangeLog-20111148 (match_template): Call check_VecOperands. Handle
DChangeLog-2005163 * config/tc-i386.c (match_template): Handle monitor.
DChangeLog-02036275 (match_template): Likewise.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-i386.c176 static const insn_template *match_template (char);
3604 if (!(t = match_template (mnem_suffix))) in md_assemble()
4733 match_template (char mnem_suffix) in match_template() function