Searched refs:overlap0 (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-i386.c | 1974 unsigned int overlap0, overlap1, overlap2; in match_template() local 1991 overlap0 = 0; in match_template() 2044 overlap0 = i.types[0] & t->operand_types[0]; in match_template() 2048 if (!MATCH (overlap0, i.types[0], t->operand_types[0])) in match_template() 2054 if (!MATCH (overlap0, i.types[0], t->operand_types[0]) in match_template() 2056 || !CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2066 overlap0 = i.types[0] & t->operand_types[1]; in match_template() 2068 if (!MATCH (overlap0, i.types[0], t->operand_types[1]) in match_template() 2070 || !CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2503 unsigned int overlap0, overlap1, overlap2; in finalize_imm() local [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-i386.c | 2198 unsigned int overlap0, overlap1, overlap2; in match_template() local 2215 overlap0 = 0; in match_template() 2266 overlap0 = i.types[0] & t->operand_types[0]; in match_template() 2270 if (!MATCH (overlap0, i.types[0], t->operand_types[0])) in match_template() 2276 if (!MATCH (overlap0, i.types[0], t->operand_types[0]) in match_template() 2283 || CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2293 overlap0 = i.types[0] & t->operand_types[1]; in match_template() 2295 if (!MATCH (overlap0, i.types[0], t->operand_types[1]) in match_template() 2297 || !CONSISTENT_REGISTER_MATCH (overlap0, i.types[0], in match_template() 2784 unsigned int overlap0, overlap1, overlap2; in finalize_imm() local [all …]
|