Home
last modified time | relevance | path

Searched refs:expand_variable_shift (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexpmed.h706 extern rtx expand_variable_shift (enum tree_code, machine_mode,
H A Dexpr.cc9895 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 Dexpmed.cc2718 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift() function
H A DChangeLog-201126643 * 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 Dexpmed.h715 extern rtx expand_variable_shift (enum tree_code, machine_mode,
H A Dexpr.c9452 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 Dexpmed.c2702 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift() function