Searched refs:expand_variable_shift (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | expmed.h | 713 extern rtx expand_variable_shift (enum tree_code, machine_mode,
|
H A D | expr.c | 9389 temp = expand_variable_shift (RSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9396 temp = expand_variable_shift (LSHIFT_EXPR, word_mode, low, in expand_expr_real_2() 9409 rtx ret_old = expand_variable_shift (code, int_mode, in expand_expr_real_2() 9429 temp = expand_variable_shift (code, mode, op0, treeop1, target, in expand_expr_real_2()
|
H A D | expmed.c | 2669 expand_variable_shift (enum tree_code code, machine_mode mode, rtx shifted, in expand_variable_shift() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | expr.h | 514 extern rtx expand_variable_shift (enum tree_code, enum machine_mode,
|
H A D | expmed.c | 2347 expand_variable_shift (enum tree_code code, enum machine_mode mode, rtx shifted, in expand_variable_shift() function
|
H A D | expr.c | 8638 temp = expand_variable_shift (code, mode, op0, treeop1, target, in expand_expr_real_2()
|