Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c1975 unsigned int found_reverse_match; in match_template() local
1994 found_reverse_match = 0; in match_template()
2080 found_reverse_match = t->opcode_modifier & (D | FloatDR); in match_template()
2103 found_reverse_match = 0; in match_template()
2138 if (found_reverse_match) in match_template()
2144 i.tm.base_opcode ^= found_reverse_match; in match_template()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c2199 unsigned int found_reverse_match; in match_template() local
2218 found_reverse_match = 0; in match_template()
2307 found_reverse_match = t->opcode_modifier & (D | FloatDR); in match_template()
2330 found_reverse_match = 0; in match_template()
2365 if (found_reverse_match) in match_template()
2371 i.tm.base_opcode ^= found_reverse_match; in match_template()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-00017274 template. Move base_opcode xor with found_reverse_match from
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-00017274 template. Move base_opcode xor with found_reverse_match from