HomeSort by: relevance | last modified time | path
    Searched defs:floatP (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-vax.c 2525 FLONUM_TYPE *floatP;
2546 floatP = float_operand,
2551 operandP++, expP++, segP++, floatP++)
2608 floatP->low, SIZE_OF_LARGE_NUMBER);
2614 floatP);
2618 flonum_gen2vax (-expP->X_add_number, floatP, literal_float);
2743 floatP->low[0] = temp & 077;
2744 floatP->low[1] = 0;
2753 memcpy (floatP->low, literal_float, sizeof (literal_float));
2764 expP->X_add_number = floatP->low[0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-vax.c 2525 FLONUM_TYPE *floatP;
2546 floatP = float_operand,
2551 operandP++, expP++, segP++, floatP++)
2608 floatP->low, SIZE_OF_LARGE_NUMBER);
2614 floatP);
2618 flonum_gen2vax (-expP->X_add_number, floatP, literal_float);
2743 floatP->low[0] = temp & 077;
2744 floatP->low[1] = 0;
2753 memcpy (floatP->low, literal_float, sizeof (literal_float));
2764 expP->X_add_number = floatP->low[0
    [all...]

Completed in 28 milliseconds