Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-i386.c4640 i386_operand_type overlap0, overlap1, overlap2, overlap3; in match_template() local
4843 overlap1 = operand_type_and (i.types[1], operand_types[1]); in match_template()
4845 || !operand_type_match (overlap1, i.types[1]) in match_template()
4849 overlap1, i.types[1], in match_template()
4859 overlap1 = operand_type_and (i.types[1], operand_types[0]); in match_template()
4861 || !operand_type_match (overlap1, i.types[1]) in match_template()
4866 overlap1, in match_template()
4929 && !operand_type_register_match (overlap1, in match_template()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-20071029 (match_template): Don't initialize overlap0, overlap1,