Searched refs:match_template (Results 1 – 15 of 15) sorted by relevance
19 * config/tc-i386.c (match_template): Changed to return53 (match_template): Handle swap_operand.1018 * config/tc-i386.c (match_template): Report ambiguous operand1309 (match_template): Handle 5 operands. Updated for cpu_flags_match.1508 * config/tc-i386.c (match_template): Disallow 'l' suffix when1542 (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 support1771 * config/tc-i386.c (match_template): Continue if processor[all …]
22 (match_template): Don't allow AT&T/Intel mnemonic if Intel/AT&T228 * 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 check1673 * config/tc-i386.c (match_template): Check suffix for crc32 in1825 (match_template): Handle operand size for crc32 in SSE4.2.[all …]
504 * config/tc-i386.c (match_template): Check checkregsize987 * config/tc-i386.c (match_template): Move the first i.error1810 (match_template): Likewise.1820 (match_template): Likewise. Use error instead of err_msg with1922 * config/tc-i386.c (match_template): Update error messages.1931 (match_template): Likewise. Use i.err_msg with as_bad.
783 (match_template): Handle it.858 * config/tc-i386.c (match_template): Adjust error message869 * config/tc-i386.c (match_template): New local variable1343 * config/tc-i386.c (match_template): Add `instruction' to1356 * config/tc-i386.c (match_template): Improve unsupported error
81 * config/tc-i386.c (match_template): Simplify 3 and 4 operand91 * config/tc-i386.c (match_template): Use a for loop to set97 * config/tc-i386.c (match_template): Use MAX_OPERANDS for the503 * config/tc-i386.c (match_template): Check address size prefix2132 * config/tc-i386.c (match_template): Move 64-bit operand tests
466 (match_template): Remove fldcw special case. Adjust q-suffix handling1460 (match_template): Don't permit 64-bit general purpose operands in
1034 (match_template, cpu_flags_match, match_reg_size, match_mem_size)2511 (match_template): Updated.
640 * config/tc-i386.c (match_template): Remove redundant "!!" testing
90 * config/tc-i386.c (match_template): Add char parameter,848 (match_template): Check Intel64/AMD64 ISA.
686 (match_template): Support regzmm and handle new error codes.
436 (match_template): Force 0x8b encoding for "mov foo@GOT, %eax".
1148 (match_template): Call check_VecOperands. Handle
163 * config/tc-i386.c (match_template): Handle monitor.
6275 (match_template): Likewise.
176 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