Home
last modified time | relevance | path

Searched refs:fpr_reg_base (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/config/pa/
Dpa.c8111 int fpr_reg_base; local
8153 fpr_reg_base = 32 + cum->words;
8200 fpr_reg_base = 38;
8205 fpr_reg_base = 34;
8239 fpr_reg_base = 32 + 2 * cum->words;
8274 gen_rtx_REG (mode, fpr_reg_base),
8295 retval = gen_rtx_REG (mode, fpr_reg_base);
/openbsd/src/gnu/gcc/gcc/config/pa/
Dpa.c9064 int fpr_reg_base; in function_arg() local
9106 fpr_reg_base = 32 + cum->words; in function_arg()
9155 fpr_reg_base = 38; in function_arg()
9160 fpr_reg_base = 34; in function_arg()
9187 fpr_reg_base = 32 + 2 * cum->words; in function_arg()
9222 gen_rtx_REG (mode, fpr_reg_base), in function_arg()
9245 retval = gen_rtx_REG (mode, fpr_reg_base); in function_arg()