Searched refs:simplify_expand_binop (Results 1 – 3 of 3) sorted by relevance
| /freebsd-11-stable/contrib/gcc/ |
| HD | optabs.c | 580 simplify_expand_binop (enum machine_mode mode, optab binoptab, in simplify_expand_binop() function 603 rtx x = simplify_expand_binop (mode, binoptab, op0, op1, in force_expand_binop() 722 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 737 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp, in expand_subword_shift() 743 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 910 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift() 919 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
|
| HD | ChangeLog-2006 | 16321 * optabs.c (simplify_expand_binop): Use simplify_binary_operation
|
| HD | ChangeLog-2004 | 15179 * optabs.c (simplify_expand_binop, force_expand_binop): New functions.
|