Searched refs:cop1 (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c4026 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1, argument
4069 std::swap (cop0, cop1);
4134 cop1 = force_reg (mode, cop1);
4153 cop1 = force_reg (mode, cop1);
4177 cop1 = force_reg (mode, cop1);
4189 if (!vector_operand (cop1, mode))
4190 cop1
4359 rtx x, cop0, cop1; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc4393 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1, argument
4436 std::swap (cop0, cop1);
4501 cop1 = force_reg (mode, cop1);
4520 cop1 = force_reg (mode, cop1);
4578 cop1 = force_reg (mode, cop1);
4590 if (!vector_operand (cop1, mode))
4591 cop1
4766 rtx x, cop0, cop1; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dexpmed.c3630 rtx cop1;
3634 && (cop1 = convert_modes (mode, GET_MODE (op0), op1,
3636 && CONST_INT_P (cop1)
3637 && (INTVAL (cop1) >= 0
3640 HOST_WIDE_INT coeff = INTVAL (cop1);
3619 rtx cop1; local
H A Dcombine.c5889 rtx cop1 = const0_rtx;
5890 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1);
5916 cond, cop1);
5919 (cond_code, cond, cop1, NULL))
5922 cond, cop1);
5932 cond, cop1),
5938 (cond_code, cond, cop1, NULL))
5943 cond, cop1),
5871 rtx cop1 = const0_rtx; local
H A Doptabs.c2132 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp);
2134 if (expand_twoval_binop (binoptab, cop0, cop1,
2123 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dexpmed.cc3646 rtx cop1;
3650 && (cop1 = convert_modes (mode, GET_MODE (op0), op1,
3652 && CONST_INT_P (cop1)
3653 && (INTVAL (cop1) >= 0
3656 HOST_WIDE_INT coeff = INTVAL (cop1);
3635 rtx cop1; local
H A Dcombine.cc5752 rtx cop1 = const0_rtx;
5753 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1);
5779 cond, cop1);
5782 (cond_code, cond, cop1, NULL))
5785 cond, cop1);
5795 cond, cop1),
5801 (cond_code, cond, cop1, NULL))
5806 cond, cop1),
5734 rtx cop1 = const0_rtx; local
H A Doptabs.cc2500 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp);
2502 if (expand_twoval_binop (binoptab, cop0, cop1,
2491 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c13724 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr;
13729 cop1 = operands[5];
13735 t = cop0; cop0 = cop1; cop1 = t;
13741 gen_rtvec (1, gen_rtx_fmt_ee (code, mode, cop0, cop1)),
13695 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5793 tree cop1 = op1;
5796 if (TREE_TYPE (cop1) != orig_type)
5797 cop1 = cp_convert (orig_type, op1, complain);
5798 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1);
5785 tree cop1 = op1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc13689 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr;
13693 cop1 = operands[5];
13697 std::swap (cop0, cop1);
13703 gen_rtvec (1, gen_rtx_fmt_ee (code, mode, cop0, cop1)),
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc6249 tree cop1 = op1;
6252 if (TREE_TYPE (cop1) != orig_type)
6253 cop1 = cp_convert (orig_type, op1, complain);
6254 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1);
6241 tree cop1 = op1; local
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dsem.c16453 /* cop1: cop1$pack $s6_1,$CPRi,$CPRj,$CPRk */
16456 SEM_FN_NAME (frvbf,cop1) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28697 { FRVBF_INSN_COP1, SEM_FN_NAME (frvbf,cop1) },
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dsem.c16453 /* cop1: cop1$pack $s6_1,$CPRi,$CPRj,$CPRk */
16456 SEM_FN_NAME (frvbf,cop1) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28697 { FRVBF_INSN_COP1, SEM_FN_NAME (frvbf,cop1) },

Completed in 1002 milliseconds