Home
last modified time | relevance | path

Searched refs:split_mode_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.c389 split_mode_p (machine_mode mode) in split_mode_p() function
1393 if (split_mode_p (mode)) in nvptx_declare_function_name()
2575 else if (split_mode_p (inner_mode)) in nvptx_print_operand()
2700 else if (split_mode_p (inner_mode) in nvptx_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.cc547 split_mode_p (machine_mode mode) in split_mode_p() function
1590 if (split_mode_p (mode)) in nvptx_declare_function_name()
2966 else if (split_mode_p (inner_mode)) in nvptx_print_operand()
3091 else if (split_mode_p (inner_mode) in nvptx_print_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201728655 * config/nvptx/nvptx.c (split_mode_p): New function.
28656 (nvptx_declare_function_name, nvptx_print_operand): Use split_mode_p.