Searched refs:pic_offset_table_regno (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dira.c5527 unsigned pic_offset_table_regno = INVALID_REGNUM;
5537 pic_offset_table_regno = REGNO (pic_offset_table_rtx);
5659 if (pic_offset_table_regno != INVALID_REGNUM)
5660 pic_offset_table_rtx = gen_rtx_REG (Pmode, pic_offset_table_regno);
5501 unsigned pic_offset_table_regno = INVALID_REGNUM; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dira.cc5942 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 299 milliseconds