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

  /src/external/gpl3/gcc/dist/gcc/
ira.cc 5974 unsigned pic_offset_table_regno = INVALID_REGNUM;
5984 pic_offset_table_regno = REGNO (pic_offset_table_rtx);
6106 if (pic_offset_table_regno != INVALID_REGNUM)
6107 pic_offset_table_rtx = gen_rtx_REG (Pmode, pic_offset_table_regno);
5947 unsigned pic_offset_table_regno = INVALID_REGNUM; local
  /src/external/gpl3/gcc.old/dist/gcc/
ira.cc 5942 unsigned pic_offset_table_regno = INVALID_REGNUM;
5952 pic_offset_table_regno = REGNO (pic_offset_table_rtx);
6074 if (pic_offset_table_regno != INVALID_REGNUM)
6075 pic_offset_table_rtx = gen_rtx_REG (Pmode, pic_offset_table_regno);
5915 unsigned pic_offset_table_regno = INVALID_REGNUM; local

Completed in 24 milliseconds