Home
last modified time | relevance | path

Searched refs:cop0 (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A D4k.md143 ;; (Disabled until we add cop0 support)
146 ;; (eq_attr "type" "cop0"))
H A Docteon.md65 ;; ??? memory-related cop0 reads are pipe0 with 3-cycle latency.
H A D24k.md115 ;; (Disabled until we add proper cop0 support)
118 ;; (eq_attr "type" "cop0"))
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A D4k.md143 ;; (Disabled until we add cop0 support)
146 ;; (eq_attr "type" "cop0"))
H A Docteon.md65 ;; ??? memory-related cop0 reads are pipe0 with 3-cycle latency.
H A D24k.md115 ;; (Disabled until we add proper cop0 support)
118 ;; (eq_attr "type" "cop0"))
/netbsd-src/sys/arch/ews4800mips/stand/boot/
H A DMakefile36 SRCS += device_test.c cop0.c mem.c
/netbsd-src/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, in ix86_expand_int_sse_cmp() argument
4030 machine_mode mode = GET_MODE (cop0); in ix86_expand_int_sse_cmp()
4069 std::swap (cop0, cop1); in ix86_expand_int_sse_cmp()
4133 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4152 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4176 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4187 if (!vector_operand (cop0, mode)) in ix86_expand_int_sse_cmp()
4188 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4192 emit_insn (gen (tem, cop0, cop1)); in ix86_expand_int_sse_cmp()
4203 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A 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
4414 machine_mode mode = GET_MODE (cop0); in ix86_expand_int_sse_cmp()
4453 std::swap (cop0, cop1); in ix86_expand_int_sse_cmp()
4517 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4536 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4594 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4605 if (!vector_operand (cop0, mode)) in ix86_expand_int_sse_cmp()
4606 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
4610 emit_insn (gen (tem, cop0, cop1)); in ix86_expand_int_sse_cmp()
4621 cop0 = force_reg (mode, cop0); in ix86_expand_int_sse_cmp()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd6079 tree cop0 = op0, cop1 = op1;
6083 cop0 = gimple_assign_rhs1 (def);
6091 (if ((TREE_CODE (cop0) == VECTOR_CST
6092 || TREE_CODE (cop0) == CONSTRUCTOR)
6095 && (t = fold_vec_perm (type, cop0, cop1, sel)))
6108 && (TREE_CODE (cop0) == VECTOR_CST
6109 || TREE_CODE (cop0) == CONSTRUCTOR
6120 if ((ins = fold_read_from_vector (cop0, sel[0])))
6138 ins = fold_read_from_vector (cop0, sel[at]);
H A Doptabs.c2041 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); in expand_twoval_unop() local
2043 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp)) in expand_twoval_unop()
2122 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); in expand_twoval_binop() local
2125 if (expand_twoval_binop (binoptab, cop0, cop1, in expand_twoval_binop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd7636 tree cop0 = op0, cop1 = op1;
7640 cop0 = gimple_assign_rhs1 (def);
7648 (if ((TREE_CODE (cop0) == VECTOR_CST
7649 || TREE_CODE (cop0) == CONSTRUCTOR)
7652 && (t = fold_vec_perm (type, cop0, cop1, sel)))
7665 && (TREE_CODE (cop0) == VECTOR_CST
7666 || TREE_CODE (cop0) == CONSTRUCTOR
7677 if ((ins = fold_read_from_vector (cop0, sel[0])))
7695 ins = fold_read_from_vector (cop0, sel[at]);
H A Doptabs.cc2409 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); in expand_twoval_unop() local
2411 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp)) in expand_twoval_unop()
2490 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); in expand_twoval_binop() local
2493 if (expand_twoval_binop (binoptab, cop0, cop1, in expand_twoval_binop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c13695 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr; in sparc_expand_vcond() local
13699 cop0 = operands[4]; in sparc_expand_vcond()
13706 t = cop0; cop0 = cop1; cop1 = t; in sparc_expand_vcond()
13712 gen_rtvec (1, gen_rtx_fmt_ee (code, mode, cop0, cop1)), in sparc_expand_vcond()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck.c5784 tree cop0 = op0; in cp_build_binary_op() local
5786 if (TREE_TYPE (cop0) != orig_type) in cp_build_binary_op()
5787 cop0 = cp_convert (orig_type, op0, complain); in cp_build_binary_op()
5790 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1); in cp_build_binary_op()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dtypeck.cc6250 tree cop0 = op0; in cp_build_binary_op() local
6252 if (TREE_TYPE (cop0) != orig_type) in cp_build_binary_op()
6253 cop0 = cp_convert (orig_type, op0, 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/
H A Dsparc.cc13661 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr; in sparc_expand_vcond() local
13664 cop0 = operands[4]; 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/include/opcode/
H A DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-91031946 * mips.h: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A DChangeLog-9297791 * mips-opc.c: Add macros for cop0, cop1 cop2 and cop3.

12