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

/freebsd-9.3-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);
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.c7820 tree targ0 = strip_float_extensions (arg0);
7821 if (targ0 != arg0)
7823 TREE_TYPE (targ0),
7824 targ0));
8107 tree targ0 = strip_float_extensions (arg0);
8109 tree newtype = TREE_TYPE (targ0);
8116 return fold_build2 (code, type, fold_convert (newtype, targ0),
11411 tree targ0 = strip_float_extensions (arg0);
11413 tree newtype = TREE_TYPE (targ0);
11419 return fold_build2 (code, type, fold_convert (newtype, targ0),
7785 tree targ0 = strip_float_extensions (arg0); local
8072 tree targ0 = strip_float_extensions (arg0); local
11376 tree targ0 = strip_float_extensions (arg0); local
[all...]

Completed in 181 milliseconds