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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 8847 toc_relative_expr_p (const_rtx op, bool strict, const_rtx *tocrel_base_ret,
8896 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset)
11307 && !toc_relative_expr_p (operands[1], false, NULL, NULL)
14636 else if (toc_relative_expr_p (x, false,
14742 else if (toc_relative_expr_p (x, false, &tocrel_base_oac, &tocrel_offset_oac))
8834 toc_relative_expr_p (const_rtx op, bool strict, const_rtx *tocrel_base_ret, function
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 8772 toc_relative_expr_p (const_rtx op, bool strict, const_rtx *tocrel_base_ret,
8821 return (toc_relative_expr_p (x, strict, &tocrel_base, &tocrel_offset)
10922 && !toc_relative_expr_p (operands[1], false, NULL, NULL)
14252 else if (toc_relative_expr_p (x, false,
14358 else if (toc_relative_expr_p (x, false, &tocrel_base_oac, &tocrel_offset_oac))
8759 toc_relative_expr_p (const_rtx op, bool strict, const_rtx *tocrel_base_ret, function

Completed in 60 milliseconds