Searched refs:overlap2 (Results 1 – 4 of 4) 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 1993 overlap2 = 0; in match_template() 2089 overlap2 = i.types[2] & t->operand_types[2]; in match_template() 2090 if (!MATCH (overlap2, i.types[2], t->operand_types[2]) in match_template() 2093 overlap2, i.types[2], in match_template() 2503 unsigned int overlap0, overlap1, overlap2; in finalize_imm() local 2571 overlap2 = i.types[2] & i.tm.operand_types[2]; in finalize_imm() 2572 assert ((overlap2 & Imm) == 0); in finalize_imm() 2573 i.types[2] = overlap2; in finalize_imm()
|
| /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 2217 overlap2 = 0; in match_template() 2316 overlap2 = i.types[2] & t->operand_types[2]; in match_template() 2317 if (!MATCH (overlap2, i.types[2], t->operand_types[2]) in match_template() 2320 overlap2, i.types[2], in match_template() 2784 unsigned int overlap0, overlap1, overlap2; in finalize_imm() local 2852 overlap2 = i.types[2] & i.tm.operand_types[2]; in finalize_imm() 2853 assert ((overlap2 & Imm) == 0); in finalize_imm() 2854 i.types[2] = overlap2; in finalize_imm()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-9899 | 3169 overlap2 does not set Imm.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-9899 | 3169 overlap2 does not set Imm.
|