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

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c7937 if (STACK_TOP_P (x))
8707 && (STACK_TOP_P (operands[1]) || STACK_TOP_P (operands[2])))
8787 if (STACK_TOP_P (operands[0]))
8801 if (STACK_TOP_P (operands[0]))
8830 if (STACK_TOP_P (operands[0]))
8835 if (STACK_TOP_P (operands[0]))
8847 if (STACK_TOP_P (operands[0]))
8852 if (STACK_TOP_P (operands[0]))
8860 if (STACK_TOP_P (operand
[all...]
H A Di386.h1267 #define STACK_TOP_P(XOP) (REG_P (XOP) && REGNO (XOP) == FIRST_STACK_REG)
1263 #define STACK_TOP_P macro

Completed in 85 milliseconds