Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.h1217 #define QI_REG_P(X) \ macro
1226 #define ANY_QI_REG_P(X) (TARGET_64BIT ? GENERAL_REG_P(X) : QI_REG_P (X))
Di386.md8097 && QI_REG_P (operands[2])
8569 && QI_REG_P (operands[0])
8942 && QI_REG_P (operands[0])
9383 && QI_REG_P (operands[0])
/freebsd-12-stable/contrib/gcc/
DChangeLog-200127433 instead of QI_REG_P.