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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 8838 static const_rtx tocrel_base_oac, tocrel_offset_oac;
14637 &tocrel_base_oac, &tocrel_offset_oac))
14644 output_addr_const (file, CONST_CAST_RTX (tocrel_base_oac));
14742 else if (toc_relative_expr_p (x, false, &tocrel_base_oac, &tocrel_offset_oac))
14751 output_addr_const (file, CONST_CAST_RTX (tocrel_base_oac));
14755 fprintf (file, "(%s)", reg_names[REGNO (XVECEXP (tocrel_base_oac, 0, 1))]);
14775 if (x == tocrel_base_oac && tocrel_offset_oac != const0_rtx)
8825 static const_rtx tocrel_base_oac, tocrel_offset_oac; variable
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 8763 static const_rtx tocrel_base_oac, tocrel_offset_oac;
14253 &tocrel_base_oac, &tocrel_offset_oac))
14260 output_addr_const (file, CONST_CAST_RTX (tocrel_base_oac));
14358 else if (toc_relative_expr_p (x, false, &tocrel_base_oac, &tocrel_offset_oac))
14367 output_addr_const (file, CONST_CAST_RTX (tocrel_base_oac));
14371 fprintf (file, "(%s)", reg_names[REGNO (XVECEXP (tocrel_base_oac, 0, 1))]);
14391 if (x == tocrel_base_oac && tocrel_offset_oac != const0_rtx)
8750 static const_rtx tocrel_base_oac, tocrel_offset_oac; variable

Completed in 56 milliseconds