Searched refs:got_a_float (Results 1 – 2 of 2) sorted by relevance
86 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));6024 int got_a_float; /* Whether the operand is a float. */ member6080 i386_intel_operand (operand_string, got_a_float) in i386_intel_operand() argument6082 int got_a_float;6098 intel_parser.got_a_float = got_a_float;6389 else if (intel_parser.got_a_float == 2) /* "fi..." */ in intel_e09()6405 else if (intel_parser.got_a_float == 1) /* "f..." */ in intel_e09()6417 else if (!intel_parser.got_a_float) in intel_e09()6429 if (intel_parser.got_a_float == 1) /* "f..." */ in intel_e09()6437 if (intel_parser.got_a_float == 1) in intel_e09()
81 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));5404 int got_a_float; /* Whether the operand is a float. */ member5455 i386_intel_operand (operand_string, got_a_float) in i386_intel_operand() argument5457 int got_a_float;5472 intel_parser.got_a_float = got_a_float;5632 if (intel_parser.got_a_float == 2) /* "fi..." */ in intel_e09_1()5640 if (intel_parser.got_a_float == 1) /* "f..." */ in intel_e09_1()5648 if (intel_parser.got_a_float == 1) /* "f..." */ in intel_e09_1()