Searched refs:intel_float_operand (Results 1 – 10 of 10) sorted by relevance
3457 intel_float_operand (const char *mnemonic) in intel_float_operand() function5413 if (intel_syntax && (intel_float_operand (mnemonic) & 2)) in parse_insn()5439 if (intel_float_operand (mnemonic) == 1) in parse_insn()5609 intel_float_operand (mnemonic)); in parse_operands()6545 && !intel_float_operand (t->name)) in match_template()6546 : intel_float_operand (t->name) != 2) in match_template()
3668 intel_float_operand (const char *mnemonic) in intel_float_operand() function7239 if (intel_syntax && (intel_float_operand (mnemonic) & 2)) in parse_insn()7263 if (intel_float_operand (mnemonic) == 1) in parse_insn()7453 intel_float_operand (mnemonic)); in parse_operands()8536 && !intel_float_operand (insn_name (t))) in match_template()8537 : intel_float_operand (insn_name (t)) != 2) in match_template()
900 * config/tc-i386.c (intel_float_operand): Add prototype, make static.2162 (intel_float_operand): New routine.
458 (intel_float_operand): Add fourth return value indicating math control
6267 (intel_float_operand): Constify param.
7196 (intel_float_operand): Return 2 for "fi...".