Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h1175 #define QI_REG_P(X) \ macro
1184 #define ANY_QI_REG_P(X) (TARGET_64BIT ? GENERAL_REG_P(X) : QI_REG_P (X))
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h1330 #define QI_REG_P(X) \ macro
1339 #define ANY_QI_REG_P(X) (TARGET_64BIT ? GENERAL_REG_P(X) : QI_REG_P (X))
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.58226 instead of QI_REG_P.