Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-i386.c1312 static int intel_float_operand PARAMS ((const char *mnemonic));
1315 intel_float_operand (mnemonic) in intel_float_operand() function
1680 if (intel_syntax && (intel_float_operand (mnemonic) & 2))
1703 if (intel_float_operand (mnemonic) == 1)
1888 intel_float_operand (mnemonic));
2169 && !intel_float_operand (t->name) in match_template()
2170 : intel_float_operand (t->name) != 2) in match_template()