Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.c6719 if (STACK_TOP_P (x))
7479 && (STACK_TOP_P (operands[1]) || STACK_TOP_P (operands[2])))
7559 if (STACK_TOP_P (operands[0]))
7573 if (STACK_TOP_P (operands[0]))
7602 if (STACK_TOP_P (operands[0]))
7607 if (STACK_TOP_P (operands[0]))
7619 if (STACK_TOP_P (operands[0]))
7624 if (STACK_TOP_P (operands[0]))
7632 if (STACK_TOP_P (operands[0]))
7634 if (STACK_TOP_P (operands[1]))
[all …]
H A Di386.h1373 #define STACK_TOP_P(XOP) (REG_P (XOP) && REGNO (XOP) == FIRST_STACK_REG) macro
3223 if (STACK_TOP_P (X)) \
H A Di386.md2114 else if (STACK_TOP_P (operands[0]))
2173 if (STACK_TOP_P (operands[0]))
2300 else if (STACK_TOP_P (operands[0]))
2361 else if (STACK_TOP_P (operands[0]))
2428 if (STACK_TOP_P (operands[0]))
2620 else if (STACK_TOP_P (operands[0]))
2667 else if (STACK_TOP_P (operands[0]))
2714 else if (STACK_TOP_P (operands[0]))
2761 else if (STACK_TOP_P (operands[0]))
2835 if (STACK_TOP_P (operands[0]))
[all …]
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.c7704 if (STACK_TOP_P (x)) in print_reg()
8471 && (STACK_TOP_P (operands[1]) || STACK_TOP_P (operands[2]))) in output_387_binary_op()
8551 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8565 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8594 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8599 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8611 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8616 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8624 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
8626 if (STACK_TOP_P (operands[1])) in output_387_binary_op()
[all …]
H A Di386.h1221 #define STACK_TOP_P(XOP) (REG_P (XOP) && REGNO (XOP) == FIRST_STACK_REG) macro
H A Di386.md2371 if (STACK_TOP_P (operands[0]))
2704 if (STACK_TOP_P (operands[0]))
2899 if (STACK_TOP_P (operands[0]))
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.720819 (STACK_TOP_P): Likewise.