Home
last modified time | relevance | path

Searched refs:ANY_QI_REG_P (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h1412 #define ANY_QI_REG_P(X) (REG_P (X) && ANY_QI_REGNO_P (REGNO (X))) macro
Di386-expand.cc6060 if (ANY_QI_REG_P (low[0]) && ANY_QI_REG_P (high[0])) in ix86_split_ashl()
Di386.md2724 gcc_assert (ANY_QI_REG_P (operands[1]) || MEM_P (operands[1]));
9742 && (!REG_P (operands[2]) || ANY_QI_REG_P (operands[2]))
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200125620 satisfies ANY_QI_REG_P.
27432 * i386.md (QImode move/add/shift patterns): Use ANY_QI_REG_P
27874 (ANY_QI_REG_P, REX_INT_REGNO_P, REX_INT_REG_P): New.
DChangeLog-201215847 (ANY_QI_REG_P): Use GENERAL_REGNO_P and QI_REGNO_P.