Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc12847 if (code == 'y' && STACK_TOP_P (x)) in print_reg()
14199 && (STACK_TOP_P (operands[1]) || STACK_TOP_P (operands[2]))) in output_387_binary_op()
14222 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14236 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14265 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14270 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14282 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14287 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14295 if (STACK_TOP_P (operands[0])) in output_387_binary_op()
14297 if (STACK_TOP_P (operands[1])) in output_387_binary_op()
[all …]
Di386.h1461 #define STACK_TOP_P(X) (REG_P (X) && REGNO (X) == FIRST_FLOAT_REG) macro
Di386.md4046 if (STACK_TOP_P (operands[0]))
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200235266 (STACK_TOP_P): Likewise.