Home
last modified time | relevance | path

Searched refs:CONST_GP_P (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcc/config/mips/
H A Dpredicates.md215 if (CONST_GP_P (op))
H A Dmips.h1396 #define CONST_GP_P(X) \ macro
H A Dmips.c1842 if (CONST_GP_P (x)) in mips_const_insns()
2965 if (CONST_GP_P (src)) in mips_output_move()
5679 else if (CONST_GP_P (op)) in print_operand()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200419156 * config/mips/mips.h (CONST_GP_P): Moved from mips.c.
38146 * config/mips/mips.c (CONST_GP_P): Expect the CONST to contain
38149 (print_operand): Print $gp directly when handling CONST_GP_P.
H A DChangeLog-20033385 * config/mips/mips.c (UNSPEC_ADDRESS_P, CONST_GP_P): New macros.