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

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 2163 aarch64_fntype_pstate_sm (const_tree fntype) function
2202 return (aarch64_fntype_pstate_sm (fntype)
2226 return aarch64_fntype_pstate_sm (TREE_TYPE (fndecl));
2270 return aarch64_fntype_pstate_sm (TREE_TYPE (cfun->decl));
6339 if (aarch64_fntype_pstate_sm (fntype) & ~aarch64_cfun_incoming_pstate_sm ())
aarch64.cc 2163 aarch64_fntype_pstate_sm (const_tree fntype) function
2202 return (aarch64_fntype_pstate_sm (fntype)
2226 return aarch64_fntype_pstate_sm (TREE_TYPE (fndecl));
2270 return aarch64_fntype_pstate_sm (TREE_TYPE (cfun->decl));
6339 if (aarch64_fntype_pstate_sm (fntype) & ~aarch64_cfun_incoming_pstate_sm ())

Completed in 139 milliseconds