Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dpredicates.md90 (match_test "ST_REG_P (true_regnum (op))")))
H A Dmips.c2902 if (ST_REG_P (REGNO (src)) && ISA_HAS_8CC) in mips_output_move()
4998 && ST_REG_P (regno) in override_options()
5003 && ST_REG_P (regno) in override_options()
5011 temp = (ST_REG_P (regno) || GP_REG_P (regno) in override_options()
7735 if (ST_REG_P (regno)) in mips_secondary_reload_class()
9669 if (ST_REG_P (regno)) in mips_hard_regno_nregs()
H A Dmips.h1342 #define ST_REG_P(REGNO) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.c2121 else if (ST_REG_P (regno1) && ISA_HAS_8CC)
3571 && ST_REG_P (true_regnum (op)));
5460 temp = (ST_REG_P (regno) || GP_REG_P (regno) in override_options()
5921 if (! ST_REG_P (regnum))
8624 if (ST_REG_P (regno))
H A Dmips.h1874 #define ST_REG_P(REGNO) \ macro
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.1110693 (ST_REG_P): Look for any condition code register.
H A DChangeLog.38940 (GP_REG_P, FP_REG_P, MD_REG_P, ST_REG_P): Ensure subtraction signed.