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

  /src/external/gpl3/gcc.old/dist/gcc/
optabs.cc 3233 scalar_float_mode float_mode;
3459 if (is_a <scalar_float_mode> (mode, &float_mode))
3461 temp = expand_absneg_bit (NEG, float_mode, op0, target);
3667 scalar_float_mode float_mode;
3668 if (is_a <scalar_float_mode> (mode, &float_mode))
3670 temp = expand_absneg_bit (ABS, float_mode, op0, target);
3223 scalar_float_mode float_mode; local
dwarf2out.cc 16665 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode);
16666 unsigned int length = GET_MODE_SIZE (float_mode);
16652 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode); local
  /src/external/gpl3/gcc/dist/gcc/
optabs.cc 3280 scalar_float_mode float_mode;
3507 if (is_a <scalar_float_mode> (mode, &float_mode))
3509 temp = expand_absneg_bit (NEG, float_mode, op0, target);
3727 scalar_float_mode float_mode;
3728 if (is_a <scalar_float_mode> (mode, &float_mode))
3730 temp = expand_absneg_bit (ABS, float_mode, op0, target);
3270 scalar_float_mode float_mode; local
dwarf2out.cc 16749 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode);
16750 unsigned int length = GET_MODE_SIZE (float_mode);
16736 scalar_float_mode float_mode = as_a <scalar_float_mode> (mode); local

Completed in 60 milliseconds