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

  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2252 tree cr6_form = CALL_EXPR_ARG (exp, 0); local
2262 if (TREE_CODE (cr6_form) != INTEGER_CST)
2269 cr6_form_int = TREE_INT_CST_LOW (cr6_form);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2277 tree cr6_form = CALL_EXPR_ARG (exp, 0); local
2287 if (TREE_CODE (cr6_form) != INTEGER_CST)
2294 cr6_form_int = TREE_INT_CST_LOW (cr6_form);

Completed in 17 milliseconds