Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/config/
HDtc-i386.c2510 unsigned int found_reverse_match; in match_template() local
2537 found_reverse_match = 0; in match_template()
2681 found_reverse_match = Opcode_D; in match_template()
2683 found_reverse_match = Opcode_FloatD; in match_template()
2685 found_reverse_match = 0; in match_template()
2687 found_reverse_match |= Opcode_FloatR; in match_template()
2733 found_reverse_match = 0; in match_template()
2773 if (found_reverse_match) in match_template()
2779 i.tm.base_opcode ^= found_reverse_match; in match_template()
/NextBSD/contrib/binutils/gas/
HDChangeLog-00017274 template. Move base_opcode xor with found_reverse_match from