Searched refs:cpu_flags_match (Results 1 – 15 of 15) sorted by relevance
673 (cpu_flags_match): Likewise.1298 (cpu_flags_match): Changed to take a pointer to const template.1307 (parse_insn): Updated for cpu_flags_match.1309 (match_template): Handle 5 operands. Updated for cpu_flags_match.1537 (cpu_flags_match): Updated.1834 (cpu_flags_match): Updated to check 64bit and arch.1839 (parse_insn): Call cpu_flags_match to check 64bit and arch.
901 (cpu_flags_match): Updated.995 (cpu_flags_match); Likewise.1025 Use cpu_flags_match to match instructions.
1034 (match_template, cpu_flags_match, match_reg_size, match_mem_size)2556 (cpu_flags_match): Likewise.
4999 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX5021 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.5026 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of5034 (cpu_flags_match): Combine AVX checks into5039 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
3173 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor3181 (cpu_flags_match): Set cpuamd64 and cpuintel64.3187 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor3223 * config/tc-i386.c (cpu_flags_match): Require another match
687 * config/tc-i386.c (cpu_flags_match): Move Pseudo Prefix check705 (cpu_flags_match): Support CpuVEX_PREFIX.3445 * config/tc-i386.c (cpu_flags_match): Only match SSE2AVX
1902 cpu_flags_match (const insn_template *t) in cpu_flags_match() function7073 supported = cpu_flags_match (current_templates.start); in parse_insn()7343 supported |= cpu_flags_match (t); in parse_insn()8456 if (cpu_flags_match (t) != CPU_FLAGS_PERFECT_MATCH) in match_template()
1745 cpu_flags_match (const insn_template *t) in cpu_flags_match() function5495 supported |= cpu_flags_match (t); in parse_insn()6461 if (cpu_flags_match (t) != CPU_FLAGS_PERFECT_MATCH) in match_template()
2414 x86: add missing APX logic to cpu_flags_match()5265 (cpu_flags_match): Ditto.16905 that we can use them in cpu_flags_match(). This is in particular in23960 further adjustment to cpu_flags_match().