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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 9189 HOST_WIDE_INT high_int, low_int;
9194 high_int = INTVAL (XEXP (x, 1)) - low_int;
9196 gen_int_mode (high_int, Pmode)), 0);
9176 HOST_WIDE_INT high_int, low_int; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 9114 HOST_WIDE_INT high_int, low_int;
9119 high_int = INTVAL (XEXP (x, 1)) - low_int;
9121 gen_int_mode (high_int, Pmode)), 0);
9101 HOST_WIDE_INT high_int, low_int; local

Completed in 59 milliseconds