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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arc/
H A Darc.h866 #define REG_OK_FOR_INDEX_P_NONSTRICT(X) \ macro
896 && ((STRICT) ? REG_OK_FOR_INDEX_P_STRICT (X) : REG_OK_FOR_INDEX_P_NONSTRICT (X)))
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arc/
H A Darc.h868 #define REG_OK_FOR_INDEX_P_NONSTRICT(X) \ macro
898 && ((STRICT) ? REG_OK_FOR_INDEX_P_STRICT (X) : REG_OK_FOR_INDEX_P_NONSTRICT (X)))

Completed in 185 milliseconds