Searched refs:cop0 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/ews4800mips/stand/boot/
H A DMakefile36 SRCS += device_test.c cop0.c mem.c
/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
4030 machine_mode mode = GET_MODE (cop0);
4069 std::swap (cop0, cop1);
4133 cop0 = force_reg (mode, cop0);
4152 cop0 = force_reg (mode, cop0);
4176 cop0 = force_reg (mode, cop0);
4187 if (!vector_operand (cop0, mod
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
4397 machine_mode mode = GET_MODE (cop0);
4436 std::swap (cop0, cop1);
4500 cop0 = force_reg (mode, cop0);
4519 cop0 = force_reg (mode, cop0);
4577 cop0 = force_reg (mode, cop0);
4588 if (!vector_operand (cop0, mod
4766 rtx x, cop0, cop1; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.c2049 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2051 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp))
2131 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2134 if (expand_twoval_binop (binoptab, cop0, cop1,
2041 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
2122 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs.cc2417 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2419 if (expand_twoval_unop (unoptab, cop0, t0, t1, unsignedp))
2499 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp);
2502 if (expand_twoval_binop (binoptab, cop0, cop1,
2409 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
2490 rtx cop0 = convert_modes (wider_mode, mode, op0, unsignedp); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c13724 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr;
13728 cop0 = operands[4];
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.c5792 tree cop0 = op0;
5794 if (TREE_TYPE (cop0) != orig_type)
5795 cop0 = cp_convert (orig_type, op0, complain);
5798 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1);
5784 tree cop0 = op0; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.cc13689 rtx mask, cop0, cop1, fcmp, cmask, bshuf, gsr;
13692 cop0 = operands[4];
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.cc6248 tree cop0 = op0;
6250 if (TREE_TYPE (cop0) != orig_type)
6251 cop0 = cp_convert (orig_type, op0, complain);
6254 instrument_expr1 = ubsan_instrument_division (location, cop0, cop1);
6240 tree cop0 = op0; local

Completed in 527 milliseconds