Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.h789 #define CR_REGNO_NOT_CR0_P(N) ((N) >= 69 && (N) <= 75) macro
HDpredicates.md106 || CR_REGNO_NOT_CR0_P (REGNO (op))")))
/freebsd-11-stable/contrib/gcc/
HDChangeLog-199920600 (CR_REGNO_NOT_CR0_P): New macro to test if cr, but not cr0.