Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2008673 (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.
H A DChangeLog-2007901 (cpu_flags_match): Updated.
995 (cpu_flags_match); Likewise.
1025 Use cpu_flags_match to match instructions.
H A DChangeLog-20091034 (match_template, cpu_flags_match, match_reg_size, match_mem_size)
2556 (cpu_flags_match): Likewise.
H A DChangeLog-20184999 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
5021 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
5026 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
5034 (cpu_flags_match): Combine AVX checks into
5039 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
H A DChangeLog-20163173 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
3181 (cpu_flags_match): Set cpuamd64 and cpuintel64.
3187 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
3223 * config/tc-i386.c (cpu_flags_match): Require another match
H A DChangeLog-2020687 * config/tc-i386.c (cpu_flags_match): Move Pseudo Prefix check
705 (cpu_flags_match): Support CpuVEX_PREFIX.
3445 * config/tc-i386.c (cpu_flags_match): Only match SSE2AVX
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2008673 (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.
H A DChangeLog-2007901 (cpu_flags_match): Updated.
995 (cpu_flags_match); Likewise.
1025 Use cpu_flags_match to match instructions.
H A DChangeLog-20091034 (match_template, cpu_flags_match, match_reg_size, match_mem_size)
2556 (cpu_flags_match): Likewise.
H A DChangeLog-20184999 * config/tc-i386.c (cpu_flags_match): Add GFNI check to AVX
5021 * config/tc-i386.c (cpu_flags_match): Move AVX512VL check ahead.
5026 (cpu_flags_match): Use CPU_FLAGS_ARCH_MATCH instead of
5034 (cpu_flags_match): Combine AVX checks into
5039 * config/tc-i386.c (cpu_flags_match): Drop "else" branches
H A DChangeLog-20163173 * config/tc-i386.c (cpu_flags_match): Don't set cpuamd64 nor
3181 (cpu_flags_match): Set cpuamd64 and cpuintel64.
3187 * config/tc-i386.c (cpu_flags_match): Don't clear cpu64 nor
3223 * config/tc-i386.c (cpu_flags_match): Require another match
H A DChangeLog-2020687 * config/tc-i386.c (cpu_flags_match): Move Pseudo Prefix check
705 (cpu_flags_match): Support CpuVEX_PREFIX.
3445 * config/tc-i386.c (cpu_flags_match): Only match SSE2AVX
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386.c1902 cpu_flags_match (const insn_template *t) in cpu_flags_match() function
7073 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()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386.c1745 cpu_flags_match (const insn_template *t) in cpu_flags_match() function
5495 supported |= cpu_flags_match (t); in parse_insn()
6461 if (cpu_flags_match (t) != CPU_FLAGS_PERFECT_MATCH) in match_template()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git2414 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 in
23960 further adjustment to cpu_flags_match().