Home
last modified time | relevance | path

Searched refs:match_simd_size (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386.c2176 match_simd_size (const insn_template *t, unsigned int wanted, in match_simd_size() function
2216 : !match_simd_size(t, wanted, given)))); in match_mem_size()
2253 && !match_simd_size (t, j, j)) in operand_size_match()
2260 && (!match_operand_size (t, j, j) || !match_simd_size (t, j, j))) in operand_size_match()
2295 && !match_simd_size (t, j, given)) in operand_size_match()
2300 || !match_simd_size (t, j, given))) in operand_size_match()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20182941 * config/tc-i386.c (match_simd_size): Break long line.
2948 (match_simd_size): Update comments. Replace match_reg_size
3035 (match_simd_size): Likewise.
DChangeLog-201751 * config/tc-i386.c (match_simd_size): New.
DChangeLog-20203094 (match_simd_size): Add tmmword check.