Home
last modified time | relevance | path

Searched refs:cop1 (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/cpu/
Dmep.opc1079 16 bit core insn (core) and 16 bit coprocessor insn (cop1)
1081 32 bit coprocessor insn (cop1)
1087 16 bit core insn (core) and 48 bit coprocessor insn (cop1)
1088 32 bit core insn (core) and 32 bit coprocessor insn (cop1)
1089 64 bit coprocessor insn (cop1)
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dmep.opc1077 16 bit core insn (core) and 16 bit coprocessor insn (cop1)
1079 32 bit coprocessor insn (cop1)
1085 16 bit core insn (core) and 48 bit coprocessor insn (cop1)
1086 32 bit core insn (core) and 32 bit coprocessor insn (cop1)
1087 64 bit coprocessor insn (cop1)
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc4410 ix86_expand_int_sse_cmp (rtx dest, enum rtx_code code, rtx cop0, rtx cop1, in ix86_expand_int_sse_cmp() argument
4453 std::swap (cop0, cop1); in ix86_expand_int_sse_cmp()
4518 cop1 = force_reg (mode, cop1); in ix86_expand_int_sse_cmp()
4537 cop1 = force_reg (mode, cop1); in ix86_expand_int_sse_cmp()
4595 cop1 = force_reg (mode, cop1); in ix86_expand_int_sse_cmp()
4607 if (!vector_operand (cop1, mode)) in ix86_expand_int_sse_cmp()
4608 cop1 = force_reg (mode, cop1); in ix86_expand_int_sse_cmp()
4610 emit_insn (gen (tem, cop0, cop1)); in ix86_expand_int_sse_cmp()
4611 cop1 = tem; in ix86_expand_int_sse_cmp()
4642 emit_insn (gen_sub3_insn (t2, cop1, mask)); in ix86_expand_int_sse_cmp()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexpmed.cc3635 rtx cop1; in expand_widening_mult() local
3639 && (cop1 = convert_modes (mode, GET_MODE (op0), op1, in expand_widening_mult()
3641 && CONST_INT_P (cop1) in expand_widening_mult()
3642 && (INTVAL (cop1) >= 0 in expand_widening_mult()
3645 HOST_WIDE_INT coeff = INTVAL (cop1); in expand_widening_mult()
Dcombine.cc5734 rtx cop1 = const0_rtx; in combine_simplify_rtx() local
5735 enum rtx_code cond_code = simplify_comparison (NE, &cond, &cop1); in combine_simplify_rtx()
5761 cond, cop1); in combine_simplify_rtx()
5764 (cond_code, cond, cop1, NULL)) in combine_simplify_rtx()
5767 cond, cop1); in combine_simplify_rtx()
5777 cond, cop1), in combine_simplify_rtx()
5783 (cond_code, cond, cop1, NULL)) in combine_simplify_rtx()
5788 cond, cop1), in combine_simplify_rtx()
Dmatch.pd7636 tree cop0 = op0, cop1 = op1;
7644 cop1 = gimple_assign_rhs1 (def);
7650 && (TREE_CODE (cop1) == VECTOR_CST
7651 || TREE_CODE (cop1) == CONSTRUCTOR)
7652 && (t = fold_vec_perm (type, cop0, cop1, sel)))
7667 || TREE_CODE (cop1) == VECTOR_CST
7668 || TREE_CODE (cop1) == CONSTRUCTOR))
7697 ins = fold_read_from_vector (cop1, sel[at] - nelts);
Doptabs.cc2491 rtx cop1 = convert_modes (wider_mode, mode, op1, unsignedp); in expand_twoval_binop() local
2493 if (expand_twoval_binop (binoptab, cop0, cop1, in expand_twoval_binop()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc6251 tree cop1 = op1; in cp_build_binary_op() local
6254 if (TREE_TYPE (cop1) != orig_type) in cp_build_binary_op()
6255 cop1 = cp_convert (orig_type, op1, complain); in cp_build_binary_op()
6256 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1); in cp_build_binary_op()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.cc13661 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr; in sparc_expand_vcond() local
13665 cop1 = operands[5]; in sparc_expand_vcond()
13669 std::swap (cop0, cop1); in sparc_expand_vcond()
13675 gen_rtvec (1, gen_rtx_fmt_ee (code, mode, cop0, cop1)), in sparc_expand_vcond()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2008530 cop1 macros INSN2_M_FP_S. Mark l.d, li.d, ldc1 and sdc1 macros
DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-2008530 cop1 macros INSN2_M_FP_S. Mark l.d, li.d, ldc1 and sdc1 macros
DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd/src/external/gpl3/gdb/dist/sim/frv/
Dsem.c16458 SEM_FN_NAME (frvbf,cop1) (SIM_CPU *current_cpu, SEM_ARG sem_arg) in SEM_FN_NAME() argument
28699 { FRVBF_INSN_COP1, SEM_FN_NAME (frvbf,cop1) },
/netbsd/src/external/gpl3/gdb/dist/
Dsha256.sum11760 e29bfea0e2a2acc5793836f22e4af08abdcbbe3f6017fc981ed9e23f7f70a98d sim/testsuite/frv/cop1.cgs