Home
last modified time | relevance | path

Searched refs:VA_LIST_MAX_FPR_SIZE (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/gcc/
HDtree-stdarg.c134 max_size = gpr_p ? VA_LIST_MAX_GPR_SIZE : VA_LIST_MAX_FPR_SIZE; in va_list_counter_bump()
305 if (!gpr_p && cfun->va_list_fpr_size + increment < VA_LIST_MAX_FPR_SIZE) in va_list_counter_op()
317 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in va_list_counter_op()
736 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in execute_optimize_stdarg()
886 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in execute_optimize_stdarg()
900 if (cfun->va_list_fpr_size >= VA_LIST_MAX_FPR_SIZE) in execute_optimize_stdarg()
HDfunction.h477 #define VA_LIST_MAX_FPR_SIZE 255 macro
HDfunction.c3847 cfun->va_list_fpr_size = VA_LIST_MAX_FPR_SIZE; in allocate_struct_function()