Searched refs:push_operand (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dpostreload-gcse.c701 if (! push_operand (dest, GET_MODE (dest)))
H A Dcselib.c1206 if (push_operand (dest, GET_MODE (dest)))
H A Dreload.c6955 && ! push_operand (dest, GET_MODE (dest)))
6960 else if (need_stable_sp && push_operand (dest, GET_MODE (dest)))
7000 && ! push_operand (dest, GET_MODE (dest)))
7006 && push_operand (dest, GET_MODE (dest)))
7043 && ! push_operand (dest, GET_MODE (dest)))
7046 && push_operand (dest, GET_MODE (dest)))
H A Dexpr.c2918 /* A subroutine of emit_move_insn_1. X is a push_operand in MODE.
2976 X is known to satisfy push_operand, and MODE is known to be complex.
3029 if (push_operand (x, mode))
3160 if (push_operand (x, mode))
3316 && ! push_operand (x, GET_MODE (x)))
H A Drecog.c1247 push_operand (rtx op, enum machine_mode mode)
1240 push_operand (rtx op, enum machine_mode mode) function
H A Dgcse.c2018 && ! push_operand (dest, GET_MODE (dest)))
H A Dcombine.c11051 && ! push_operand (dest, GET_MODE (dest)))
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Di386.c9370 || !push_operand (op0, mode))
9374 if (push_operand (op0, mode)
12238 int ok = push_operand (operand, VOIDmode);
12388 if (push_operand (operands[0], VOIDmode))
12401 if (push_operand (operands[0], VOIDmode))

Completed in 209 milliseconds