Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c86 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));
6024 int got_a_float; /* Whether the operand is a float. */ member
6080 i386_intel_operand (operand_string, got_a_float) in i386_intel_operand() argument
6082 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()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c81 static int i386_intel_operand PARAMS ((char *operand_string, int got_a_float));
5404 int got_a_float; /* Whether the operand is a float. */ member
5455 i386_intel_operand (operand_string, got_a_float) in i386_intel_operand() argument
5457 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()