Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c2597 unsigned int DispOn = 0, DispOff = 0; in match_template() local
2603 DispOff = Disp16; in match_template()
2607 DispOff = Disp32; in match_template()
2611 DispOff = Disp64; in match_template()
2618 if ((operand_types[j] & DispOff)) in match_template()
2622 operand_types[j] &= ~DispOff; in match_template()