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

/freebsd-10.1-release/contrib/gcc/
H A Doptabs.c584 simplify_expand_binop (enum machine_mode mode, optab binoptab,
599 /* Like simplify_expand_binop, but always put the result in TARGET.
607 rtx x = simplify_expand_binop (mode, binoptab, op0, op1,
726 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
741 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp,
747 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1,
914 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp,
923 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp,
580 simplify_expand_binop (enum machine_mode mode, optab binoptab, function

Completed in 108 milliseconds