Searched refs:expand_variable_shift (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expmed.h | 706 extern rtx expand_variable_shift (enum tree_code, machine_mode,
|
H A D | expr.cc | 9895 temp = expand_variable_shift (RSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9902 temp = expand_variable_shift (LSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9915 rtx ret_old = expand_variable_shift (code, int_mode, in expand_expr_real_2() 9935 temp = expand_variable_shift (code, mode, op0, treeop1, target, in expand_expr_real_2()
|
H A D | expmed.cc | 2718 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift() function
|
H A D | ChangeLog-2011 | 26643 * expmed.c (expand_variable_shift): Rename to ... 26646 (expand_variable_shift): Wrap around expand_shift_1. 27640 (expand_variable_shift): ... this. 27643 (expand_variable_shift): ... this. 27644 (expand_shift): New wrapper around expand_variable_shift.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expmed.h | 715 extern rtx expand_variable_shift (enum tree_code, machine_mode,
|
H A D | expr.c | 9452 temp = expand_variable_shift (RSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9459 temp = expand_variable_shift (LSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9472 rtx ret_old = expand_variable_shift (code, int_mode, in expand_expr_real_2() 9492 temp = expand_variable_shift (code, mode, op0, treeop1, target, in expand_expr_real_2()
|
H A D | expmed.c | 2702 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift() function
|