/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pa/ |
H A D | pa64-regs.h | 275 #define FP_REG_LAST 59 macro
|
H A D | pa32-regs.h | 354 #define FP_REG_LAST 87 macro
|
H A D | pa.h | 479 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
|
H A D | pa.c | 495 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 D | pa64-regs.h | 275 #define FP_REG_LAST 59 macro
|
H A D | pa32-regs.h | 354 #define FP_REG_LAST 87 macro
|
H A D | pa.h | 488 #define FP_REGNO_P(N) ((N) >= FP_REG_FIRST && (N) <= FP_REG_LAST)
|
H A D | pa.cc | 495 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 D | xtensa.h | 301 #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 D | xtensa.h | 300 #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 D | riscv.h | 285 #define FP_REG_LAST 63 macro 286 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
|
H A D | riscv.c | 3664 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 D | riscv.h | 333 #define FP_REG_LAST 63 macro 334 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
|
H A D | riscv.cc | 4030 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 D | loongarch.h | 394 #define FP_REG_LAST 63 macro 395 #define FP_REG_NUM (FP_REG_LAST - FP_REG_FIRST + 1)
|
H A D | loongarch.cc | 908 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 D | mips.h | 1874 #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 D | mips.cc | 11245 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 D | mips.h | 1855 #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 D | mips.c | 11104 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()
|