Searched refs:targ0 (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/
H A Doptabs.c2057 expand_twoval_unop (optab unoptab, rtx op0, rtx targ0, rtx targ1,
2060 enum machine_mode mode = GET_MODE (targ0 ? targ0 : targ1);
2068 if (!targ0)
2069 targ0 = gen_reg_rtx (mode);
2093 gcc_assert (insn_data[icode].operand[0].predicate (targ0, mode));
2096 pat = GEN_FCN (icode) (targ0, targ1, xop0);
2123 convert_move (targ0, t0, unsignedp);
2151 expand_twoval_binop (optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1,
2154 enum machine_mode mode = GET_MODE (targ0
2049 expand_twoval_unop(optab unoptab, rtx op0, rtx targ0, rtx targ1, int unsignedp) argument
2142 expand_twoval_binop(optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, int unsignedp) argument
2264 expand_twoval_binop_libfunc(optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1, enum rtx_code code) argument
[all...]
H A Dfold-const.c7822 tree targ0 = strip_float_extensions (arg0);
7823 if (targ0 != arg0)
7825 TREE_TYPE (targ0),
7826 targ0));
8109 tree targ0 = strip_float_extensions (arg0);
8111 tree newtype = TREE_TYPE (targ0);
8118 return fold_build2 (code, type, fold_convert (newtype, targ0),
11413 tree targ0 = strip_float_extensions (arg0);
11415 tree newtype = TREE_TYPE (targ0);
11421 return fold_build2 (code, type, fold_convert (newtype, targ0),
7787 tree targ0 = strip_float_extensions (arg0); local
8074 tree targ0 = strip_float_extensions (arg0); local
11378 tree targ0 = strip_float_extensions (arg0); local
[all...]

Completed in 171 milliseconds