Home
last modified time | relevance | path

Searched refs:ST_REG_P (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/config/mips/
HDpredicates.md90 (match_test "ST_REG_P (true_regnum (op))")))
HDmips.c2929 if (ST_REG_P (REGNO (src)) && ISA_HAS_8CC) in mips_output_move()
5025 && ST_REG_P (regno) in override_options()
5030 && ST_REG_P (regno) in override_options()
5038 temp = (ST_REG_P (regno) || GP_REG_P (regno) in override_options()
7758 if (ST_REG_P (regno)) in mips_secondary_reload_class()
9692 if (ST_REG_P (regno)) in mips_hard_regno_nregs()
HDmips.h1368 #define ST_REG_P(REGNO) \ macro
/NextBSD/contrib/gcc/
HDFSFChangeLog.1110693 (ST_REG_P): Look for any condition code register.
HDChangeLog-200024206 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.
HDChangeLog-200416415 (mips_hard_regno_nregs): Check for ST_REG_P, and handle CCmodes.