Searched refs:const_double_split (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/v850/ |
H A D | v850.cc | 241 const_double_split (rtx x, HOST_WIDE_INT * p_high, HOST_WIDE_INT * p_low) in const_double_split() function 301 const_double_split (r, &high, &low); in const_costs() 454 const_double_split (x, &high, &low); in v850_print_operand() 470 const_double_split (x, &high, &low); in v850_print_operand() 826 const_double_split (src, &high, &low); in output_move_single()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/v850/ |
H A D | v850.c | 241 const_double_split (rtx x, HOST_WIDE_INT * p_high, HOST_WIDE_INT * p_low) in const_double_split() function 301 const_double_split (r, &high, &low); in const_costs() 454 const_double_split (x, &high, &low); in v850_print_operand() 470 const_double_split (x, &high, &low); in v850_print_operand() 826 const_double_split (src, &high, &low); in output_move_single()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2017 | 19546 * config/v850/v850.c (const_double_split): Likewise.
|
H A D | ChangeLog-2015 | 13995 * config/v850/v850.c (const_double_split): Likewise.
|