Searched refs:rhs_rtx (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c2782 rtx rhs_rtx = expand_normal (rhs); local
2790 create_input_operand (&ops[i++], rhs_rtx, TYPE_MODE (TREE_TYPE (rhs)));
2950 rtx rhs_rtx = expand_normal (rhs); local
2952 create_convert_operand_from (&ops[i + 1], rhs_rtx,
2956 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type));
3006 rtx rhs_rtx = expand_normal (rhs); local
3007 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type[i]));
H A Dsel-sched.c840 create_insn_rtx_with_rhs (vinsn_t vi, rtx rhs_rtx)
848 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
923 rtx rhs_rtx;
927 rhs_rtx = copy_rtx (VINSN_RHS (vi));
929 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
834 create_insn_rtx_with_rhs(vinsn_t vi, rtx rhs_rtx) argument
917 rtx rhs_rtx; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc3323 rtx rhs_rtx = expand_normal (rhs); local
3331 create_input_operand (&ops[i++], rhs_rtx, TYPE_MODE (TREE_TYPE (rhs)));
3592 rtx rhs_rtx = expand_normal (rhs); local
3594 create_convert_operand_from (&ops[i + 1], rhs_rtx,
3598 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type));
3648 rtx rhs_rtx = expand_normal (rhs); local
3649 create_input_operand (&ops[i + 1], rhs_rtx, TYPE_MODE (rhs_type[i]));
H A Dsel-sched.cc840 create_insn_rtx_with_rhs (vinsn_t vi, rtx rhs_rtx)
848 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
923 rtx rhs_rtx;
927 rhs_rtx = copy_rtx (VINSN_RHS (vi));
929 pattern = gen_rtx_SET (lhs_rtx, rhs_rtx);
834 create_insn_rtx_with_rhs(vinsn_t vi, rtx rhs_rtx) argument
917 rtx rhs_rtx; local

Completed in 175 milliseconds