Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDoptabs.h173 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
HDoptabs.c336 simplify_expand_binop (machine_mode mode, optab binoptab, in simplify_expand_binop() function
359 rtx x = simplify_expand_binop (mode, binoptab, op0, op1, in force_expand_binop()
470 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift()
486 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp, in expand_subword_shift()
493 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift()
657 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift()
666 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
HDexpmed.c954 value_word = simplify_expand_binop (word_mode, lshr_optab, in store_integral_bit_field()
/dragonfly/contrib/gcc-4.7/gcc/
HDoptabs.c663 simplify_expand_binop (enum machine_mode mode, optab binoptab, in simplify_expand_binop() function
686 rtx x = simplify_expand_binop (mode, binoptab, op0, op1, in force_expand_binop()
824 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift()
839 tmp = simplify_expand_binop (op1_mode, xor_optab, op1, tmp, in expand_subword_shift()
845 tmp = simplify_expand_binop (op1_mode, sub_optab, tmp, op1, in expand_subword_shift()
1012 cmp1 = simplify_expand_binop (op1_mode, and_optab, op1, tmp, in expand_doubleword_shift()
1021 cmp1 = simplify_expand_binop (op1_mode, sub_optab, op1, tmp, in expand_doubleword_shift()
HDoptabs.h862 extern rtx simplify_expand_binop (enum machine_mode mode, optab binoptab,
HDexpmed.c570 value_word = simplify_expand_binop (word_mode, lshr_optab, in store_bit_field_1()