Home
last modified time | relevance | path

Searched refs:FP_REG_LAST (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/
H A Dpa64-regs.h275 #define FP_REG_LAST 59 macro
H A Dpa32-regs.h354 #define FP_REG_LAST 87 macro
H A Dpa.h479 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
H A Dpa.c495 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in fix_range()
499 if (i > FP_REG_LAST) in fix_range()
10596 for (i = 56; i <= FP_REG_LAST; i++) in pa_conditional_register_usage()
10603 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in pa_conditional_register_usage()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/pa/
H A Dpa64-regs.h275 #define FP_REG_LAST 59 macro
H A Dpa32-regs.h354 #define FP_REG_LAST 87 macro
H A Dpa.h488 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
H A Dpa.cc495 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in fix_range()
499 if (i > FP_REG_LAST) in fix_range()
10629 for (i = 56; i <= FP_REG_LAST; i++) in pa_conditional_register_usage()
10636 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in pa_conditional_register_usage()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dxtensa.h301 #define FP_REG_LAST 34 macro
302 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dxtensa.h300 #define FP_REG_LAST 34 macro
301 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv.h285 #define FP_REG_LAST 63 macro
286 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
H A Driscv.c3664 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_compute_frame_info()
3841 for (unsigned int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_for_each_saved_reg()
4725 for (int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_conditional_register_usage()
4732 for (int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_conditional_register_usage()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv.h333 #define FP_REG_LAST 63 macro
334 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
H A Driscv.cc4030 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_compute_frame_info()
4207 for (unsigned int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_for_each_saved_reg()
5145 for (int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_conditional_register_usage()
5152 for (int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in riscv_conditional_register_usage()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.h394 #define FP_REG_LAST 63 macro
395 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
H A Dloongarch.cc908 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in loongarch_compute_frame_info()
1036 for (int regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno++) in loongarch_for_each_saved_reg()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h1874 #define FP_REG_LAST 63 macro
1875 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
1884 #define MSA_REG_LAST FP_REG_LAST
H A Dmips.cc11245 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno += MAX_FPRS_PER_FMT) in mips_compute_frame_info()
11811 for (regno = FP_REG_LAST - MAX_FPRS_PER_FMT + 1; in mips_for_each_saved_gpr_and_fpr()
20529 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in mips_option_override()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h1855 #define FP_REG_LAST 63 macro
1856 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
1865 #define MSA_REG_LAST FP_REG_LAST
H A Dmips.c11104 for (regno = FP_REG_FIRST; regno <= FP_REG_LAST; regno += MAX_FPRS_PER_FMT) in mips_compute_frame_info()
11670 for (regno = FP_REG_LAST - MAX_FPRS_PER_FMT + 1; in mips_for_each_saved_gpr_and_fpr()
20345 for (i = FP_REG_FIRST; i <= FP_REG_LAST; i++) in mips_option_override()