Searched refs:REG_OK_FOR_BASE_P_NONSTRICT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h872 #define REG_OK_FOR_BASE_P_NONSTRICT(X) \ macro
892 && ((STRICT) ? REG_OK_FOR_BASE_P_STRICT (X) : REG_OK_FOR_BASE_P_NONSTRICT (X)))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h874 #define REG_OK_FOR_BASE_P_NONSTRICT(X) \ macro
894 && ((STRICT) ? REG_OK_FOR_BASE_P_STRICT (X) : REG_OK_FOR_BASE_P_NONSTRICT (X)))

Completed in 194 milliseconds