Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386.c4739 unsigned int found_reverse_match; in match_template() local
4752 found_reverse_match = 0; in match_template()
5000 found_reverse_match = Opcode_D; in match_template()
5002 found_reverse_match = Opcode_FloatD; in match_template()
5004 found_reverse_match = 0; in match_template()
5006 found_reverse_match |= Opcode_FloatR; in match_template()
5068 found_reverse_match = 0; in match_template()
5192 if (found_reverse_match) in match_template()
5198 i.tm.base_opcode ^= found_reverse_match; in match_template()
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386.c5744 unsigned int found_reverse_match; in match_template() local
5755 found_reverse_match = 0; in match_template()
5793 found_reverse_match = 0; in match_template()
6044 found_reverse_match = 0; in match_template()
6046 found_reverse_match = Opcode_FloatD; in match_template()
6052 found_reverse_match = (t->base_opcode & 0xee) != 0x6e in match_template()
6055 found_reverse_match = Opcode_D; in match_template()
6057 found_reverse_match |= Opcode_FloatR; in match_template()
6235 if (found_reverse_match) in match_template()
6241 i.tm.base_opcode ^= found_reverse_match; in match_template()