Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Doptabs.h179 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
H A Doptabs.c366 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 Doptabs.h179 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
H A Doptabs.cc392 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 DChangeLog-201217666 * 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 DChangeLog-200623406 * optabs.c (simplify_expand_binop): Use simplify_binary_operation
H A DChangeLog-200415179 * optabs.c (simplify_expand_binop, force_expand_binop): New functions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c912 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 Ds390.cc974 op[arity] = simplify_expand_binop (SImode, code_to_optab (AND), in s390_expand_builtin()