Home
last modified time | relevance | path

Searched refs:COP2_REG_P (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.h1963 #define COP2_REG_P(REGNO) \ macro
1991 (COP0_REG_P (REGNO) ? '0' : COP2_REG_P (REGNO) ? '2' \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.h1944 #define COP2_REG_P(REGNO) \ macro
1972 (COP0_REG_P (REGNO) ? '0' : COP2_REG_P (REGNO) ? '2' \
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200224418 COP0_REG_P, COP2_REG_P, COP3_REG_P, ALL_COP_REG_P,