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

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.cc 1593 function_resolver::check_gp_argument (unsigned int nops, function in class:arm_mve::function_resolver
1744 if (!check_gp_argument (1, i, nargs)
1805 if (!check_gp_argument (nops + nimm, i, nargs)
1834 if (!check_gp_argument (nops, i, nargs)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 2137 function_resolver::check_gp_argument (unsigned int nops, function in class:aarch64_sve::function_resolver
2266 if (!check_gp_argument (1, i, nargs)
2288 if (!check_gp_argument (nops + nimm, i, nargs)
2317 if (!check_gp_argument (nops, i, nargs)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 2944 function_resolver::check_gp_argument (unsigned int nops, function in class:aarch64_sve::function_resolver
3126 if (!check_gp_argument (1, i, nargs)
3148 if (!check_gp_argument (nops + nimm, i, nargs)
3177 if (!check_gp_argument (nops, i, nargs)

Completed in 93 milliseconds