Lines Matching refs:REGNO

1538 #define DBX_REGISTER_NUMBER(REGNO) mips_dbx_regno[REGNO]
1541 #define DWARF_FRAME_REGNUM(REGNO) mips_dwarf_regno[REGNO]
1858 #define KERNEL_REG_P(REGNO) (IN_RANGE (REGNO, K0_REG_NUM, K1_REG_NUM))
1936 #define GP_REG_P(REGNO) \
1937 ((unsigned int) ((int) (REGNO) - GP_REG_FIRST) < GP_REG_NUM)
1938 #define M16_REG_P(REGNO) \
1939 (((REGNO) >= 2 && (REGNO) <= 7) || (REGNO) == 16 || (REGNO) == 17)
1940 #define M16STORE_REG_P(REGNO) \
1941 (((REGNO) >= 2 && (REGNO) <= 7) || (REGNO) == 0 || (REGNO) == 17)
1942 #define FP_REG_P(REGNO) \
1943 ((unsigned int) ((int) (REGNO) - FP_REG_FIRST) < FP_REG_NUM)
1944 #define MD_REG_P(REGNO) \
1945 ((unsigned int) ((int) (REGNO) - MD_REG_FIRST) < MD_REG_NUM)
1946 #define ST_REG_P(REGNO) \
1947 ((unsigned int) ((int) (REGNO) - ST_REG_FIRST) < ST_REG_NUM)
1948 #define COP0_REG_P(REGNO) \
1949 ((unsigned int) ((int) (REGNO) - COP0_REG_FIRST) < COP0_REG_NUM)
1950 #define COP2_REG_P(REGNO) \
1951 ((unsigned int) ((int) (REGNO) - COP2_REG_FIRST) < COP2_REG_NUM)
1952 #define COP3_REG_P(REGNO) \
1953 ((unsigned int) ((int) (REGNO) - COP3_REG_FIRST) < COP3_REG_NUM)
1954 #define ALL_COP_REG_P(REGNO) \
1955 ((unsigned int) ((int) (REGNO) - COP0_REG_FIRST) < ALL_COP_REG_NUM)
1956 /* Test if REGNO is one of the 6 new DSP accumulators. */
1957 #define DSP_ACC_REG_P(REGNO) \
1958 ((unsigned int) ((int) (REGNO) - DSP_ACC_REG_FIRST) < DSP_ACC_REG_NUM)
1959 /* Test if REGNO is hi, lo, or one of the 6 new DSP accumulators. */
1960 #define ACC_REG_P(REGNO) \
1961 (MD_REG_P (REGNO) || DSP_ACC_REG_P (REGNO))
1962 #define MSA_REG_P(REGNO) \
1963 ((unsigned int) ((int) (REGNO) - MSA_REG_FIRST) < MSA_REG_NUM)
1965 #define FP_REG_RTX_P(X) (REG_P (X) && FP_REG_P (REGNO (X)))
1966 #define MSA_REG_RTX_P(X) (REG_P (X) && MSA_REG_P (REGNO (X)))
1977 #define COPNUM_AS_CHAR_FROM_REGNUM(REGNO) \
1978 (COP0_REG_P (REGNO) ? '0' : COP2_REG_P (REGNO) ? '2' \
1979 : COP3_REG_P (REGNO) ? '3' : '?')
1985 /* Select a register mode required for caller save of hard regno REGNO. */
1986 #define HARD_REGNO_CALLER_SAVE_MODE(REGNO, NREGS, MODE) \
1987 mips_hard_regno_caller_save_mode (REGNO, NREGS, MODE)
2067 (reload_completed ? REGNO (pic_offset_table_rtx) : GLOBAL_POINTER_REGNUM)
2206 register REGNO. In general there is more that one such class;
2210 #define REGNO_REG_CLASS(REGNO) mips_regno_to_class[ (REGNO) ]
2534 #define EPILOGUE_USES(REGNO) mips_epilogue_uses (REGNO)
2549 #define MIPS_SAVE_REG_FOR_PROFILING_P(REGNO) false
2599 #define REGNO_OK_FOR_INDEX_P(REGNO) 0
2600 #define REGNO_MODE_OK_FOR_BASE_P(REGNO, MODE) \
2601 mips_regno_mode_ok_for_base_p (REGNO, MODE, 1)
3055 #define ASM_OUTPUT_REG_PUSH(STREAM,REGNO) \
3063 reg_names[REGNO], \
3068 #define ASM_OUTPUT_REG_POP(STREAM,REGNO) \
3074 reg_names[REGNO], \