Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c1643 intel_float_operand (const char *mnemonic) in intel_float_operand() function
2031 if (intel_syntax && (intel_float_operand (mnemonic) & 2)) in parse_insn()
2054 if (intel_float_operand (mnemonic) == 1) in parse_insn()
2237 intel_float_operand (mnemonic)); in parse_operands()
2576 && !intel_float_operand (t->name)) in match_template()
2577 : intel_float_operand (t->name) != 2) in match_template()
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-9899900 * config/tc-i386.c (intel_float_operand): Add prototype, make static.
2162 (intel_float_operand): New routine.
H A DChangeLog-02036275 (intel_float_operand): Constify param.
H A DChangeLog-00017206 (intel_float_operand): Return 2 for "fi...".