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

  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 3079 bool a1_cst_p = TREE_CODE (args[1]) == REAL_CST; local
3080 if (a0_cst_p || a1_cst_p)
3082 if (a0_cst_p && a1_cst_p)
3103 else /* a0_cst_p ^ a1_cst_p. */
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 3645 bool a1_cst_p = TREE_CODE (args[1]) == REAL_CST; local
3646 if (a0_cst_p || a1_cst_p)
3648 if (a0_cst_p && a1_cst_p)
3669 else /* a0_cst_p ^ a1_cst_p. */

Completed in 19 milliseconds