Home
last modified time | relevance | path

Searched refs:STACK_TOP_P (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
Di386.c7916 if (STACK_TOP_P (x)) in print_reg()
8683 && (STACK_TOP_P (operands[1]) || STACK_TOP_P (operands[2]))) in output_387_binary_op()
8763 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8777 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8806 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8811 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8823 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8828 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8836 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8838 if (STACK_TOP_P (operands[1])) in output_387_binary_op()
[all …]
Di386.h1263 #define STACK_TOP_P(XOP) (REG_P (XOP) && REGNO (XOP) == FIRST_STACK_REG) macro
Di386.md2398 if (STACK_TOP_P (operands[0]))
2731 if (STACK_TOP_P (operands[0]))
2926 if (STACK_TOP_P (operands[0]))
/freebsd-12-stable/contrib/gcc/
DChangeLog-200235266 (STACK_TOP_P): Likewise.