Home
last modified time | relevance | path

Searched refs:match_mem_size (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c1766 match_mem_size (const insn_template *t, unsigned int j) in match_mem_size() function
1812 if (i.types[j].bitfield.mem && !match_mem_size (t, j)) in operand_size_match()
1839 && !match_mem_size (t, j ? 0 : 1)) in operand_size_match()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c2103 match_mem_size (const insn_template *t, unsigned int wanted, in match_mem_size() function
2175 if ((i.flags[j] & Operand_Mem) && !match_mem_size (t, j, j)) in operand_size_match()
2210 if ((i.flags[given] & Operand_Mem) && !match_mem_size (t, j, given)) in operand_size_match()