Searched refs:overlap0 (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-i386.c | 2130 unsigned int overlap0, overlap1, overlap2; in match_template() local 2147 overlap0 = 0; in match_template() 2197 overlap0 = i.types[0] & t->operand_types[0]; in match_template() 2201 if (!MATCH (overlap0, i.types[0], t->operand_types[0])) in match_template() 2207 if (!MATCH (overlap0, i.types[0], t->operand_types[0]) in match_template() 2209 || !CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2219 overlap0 = i.types[0] & t->operand_types[1]; in match_template() 2221 if (!MATCH (overlap0, i.types[0], t->operand_types[1]) in match_template() 2223 || !CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2700 unsigned int overlap0, overlap1, overlap2; in finalize_imm() local [all …]
|