Home
last modified time | relevance | path

Searched refs:targ1 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Doptabs.c1959 machine_mode mode = GET_MODE (targ0 ? targ0 : targ1); in expand_twoval_unop()
1969 if (!targ1) in expand_twoval_unop()
1970 targ1 = gen_reg_rtx (mode); in expand_twoval_unop()
1981 create_fixed_operand (&ops[1], targ1); in expand_twoval_unop()
2002 convert_move (targ1, t1, unsignedp); in expand_twoval_unop()
2041 if (!targ1) in expand_twoval_binop()
2042 targ1 = gen_reg_rtx (mode); in expand_twoval_binop()
2062 create_fixed_operand (&ops[3], targ1); in expand_twoval_binop()
2085 convert_move (targ1, t1, unsignedp); in expand_twoval_binop()
2109 rtx targ0, rtx targ1, enum rtx_code code) in expand_twoval_binop_libfunc() argument
[all …]
H A Dfold-const.c11210 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc() local
11213 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype)) in fold_binary_loc()
11214 newtype = TREE_TYPE (targ1); in fold_binary_loc()
11219 fold_convert_loc (loc, newtype, targ1)); in fold_binary_loc()
/dragonfly/contrib/gcc-4.7/gcc/
H A Doptabs.c2282 if (!targ1) in expand_twoval_unop()
2283 targ1 = gen_reg_rtx (mode); in expand_twoval_unop()
2294 create_fixed_operand (&ops[1], targ1); in expand_twoval_unop()
2317 convert_move (targ1, t1, unsignedp); in expand_twoval_unop()
2356 if (!targ1) in expand_twoval_binop()
2357 targ1 = gen_reg_rtx (mode); in expand_twoval_binop()
2377 create_fixed_operand (&ops[3], targ1); in expand_twoval_binop()
2402 convert_move (targ1, t1, unsignedp); in expand_twoval_binop()
2426 rtx targ0, rtx targ1, enum rtx_code code) in expand_twoval_binop_libfunc() argument
2435 gcc_assert (!targ0 != !targ1); in expand_twoval_binop_libfunc()
[all …]
H A Dfold-const.c9219 tree targ1 = strip_float_extensions (arg1); in fold_comparison() local
9222 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype)) in fold_comparison()
9223 newtype = TREE_TYPE (targ1); in fold_comparison()
9229 fold_convert_loc (loc, newtype, targ1)); in fold_comparison()
13559 tree targ1 = strip_float_extensions (arg1); in fold_binary_loc() local
13562 if (TYPE_PRECISION (TREE_TYPE (targ1)) > TYPE_PRECISION (newtype)) in fold_binary_loc()
13563 newtype = TREE_TYPE (targ1); in fold_binary_loc()
13568 fold_convert_loc (loc, newtype, targ1)); in fold_binary_loc()