Searched refs:simplify_expand_binop (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | optabs.h | 179 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
|
H A D | optabs.c | 366 simplify_expand_binop (machine_mode mode, optab binoptab, in simplify_expand_binop() function 389 rtx x = simplify_expand_binop (mode, binoptab, op0, op1, in force_expand_binop() 500 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 516 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp, in expand_subword_shift() 523 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 687 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift() 696 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | optabs.h | 179 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
|
H A D | optabs.cc | 392 simplify_expand_binop (machine_mode mode, optab binoptab, in simplify_expand_binop() function 415 rtx x = simplify_expand_binop (mode, binoptab, op0, op1, in force_expand_binop() 526 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 542 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp, in expand_subword_shift() 549 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift() 714 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift() 723 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
|
H A D | ChangeLog-2012 | 17666 * optabs.c (simplify_expand_binop): Use optab_to_code. 34426 * optabs.h (simplify_expand_binop): Declare. 34427 * optabs.c (simplify_expand_binop): Make global. 34428 * expmed.c (store_bit_field_1): Use simplify_expand_binop on big
|
H A D | ChangeLog-2006 | 23406 * optabs.c (simplify_expand_binop): Use simplify_binary_operation
|
H A D | ChangeLog-2004 | 15179 * optabs.c (simplify_expand_binop, force_expand_binop): New functions.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.c | 912 op[arity] = simplify_expand_binop (SImode, code_to_optab (AND), in s390_expand_builtin()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.cc | 974 op[arity] = simplify_expand_binop (SImode, code_to_optab (AND), in s390_expand_builtin()
|