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

/freebsd-10.1-release/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);
2070 if (!targ1)
2071 targ1 = gen_reg_rtx (mode);
2094 gcc_assert (insn_data[icode].operand[1].predicate (targ1, mode));
2096 pat = GEN_FCN (icode) (targ0, targ1, xop0);
2124 convert_move (targ1, t1, unsignedp);
2151 expand_twoval_binop (optab binoptab, rtx op0, rtx op1, rtx targ0, rtx targ1,
2154 enum machine_mode mode = GET_MODE (targ0 ? targ0 : targ1);
2174 if (!targ1)
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.c8110 tree targ1 = strip_float_extensions (arg1);
8113 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype))
8114 newtype = TREE_TYPE (targ1);
8119 fold_convert (newtype, targ1));
11414 tree targ1 = strip_float_extensions (arg1);
11417 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype))
11418 newtype = TREE_TYPE (targ1);
11422 fold_convert (newtype, targ1));
8075 tree targ1 = strip_float_extensions (arg1); local
11379 tree targ1 = strip_float_extensions (arg1); local

Completed in 100 milliseconds