Searched refs:overlap1 (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-i386.c | 4737 i386_operand_type overlap0, overlap1, overlap2, overlap3; in match_template() local 4967 overlap1 = operand_type_and (i.types[1], operand_types[1]); in match_template() 4969 || !operand_type_match (overlap1, i.types[1]) in match_template() 4973 overlap1, i.types[1], in match_template() 4983 overlap1 = operand_type_and (i.types[1], operand_types[0]); in match_template() 4985 || !operand_type_match (overlap1, i.types[1]) in match_template() 4990 overlap1, in match_template() 5053 && !operand_type_register_match (overlap1, in match_template()
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2007 | 1029 (match_template): Don't initialize overlap0, overlap1,
|