Searched refs:simplify_expand_binop (Results 1 – 6 of 6) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | optabs.h | 173 extern rtx simplify_expand_binop (machine_mode mode, optab binoptab,
|
| HD | optabs.c | 336 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()
|
| HD | expmed.c | 954 value_word = simplify_expand_binop (word_mode, lshr_optab, in store_integral_bit_field()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | optabs.c | 663 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()
|
| HD | optabs.h | 862 extern rtx simplify_expand_binop (enum machine_mode mode, optab binoptab,
|
| HD | expmed.c | 570 value_word = simplify_expand_binop (word_mode, lshr_optab, in store_bit_field_1()
|