Searched refs:overlap0 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-i386.c | 4640 i386_operand_type overlap0, overlap1, overlap2, overlap3; in match_template() local 4810 overlap0 = operand_type_and (i.types[0], operand_types[0]); in match_template() 4814 if (!operand_type_match (overlap0, i.types[0])) in match_template() 4844 if (!operand_type_match (overlap0, i.types[0]) in match_template() 4847 && !operand_type_register_match (overlap0, i.types[0], in match_template() 4858 overlap0 = operand_type_and (i.types[0], operand_types[1]); in match_template() 4860 if (!operand_type_match (overlap0, i.types[0]) in match_template() 4863 && !operand_type_register_match (overlap0, in match_template()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2007 | 1029 (match_template): Don't initialize overlap0, overlap1,
|