Home
last modified time | relevance | path

Searched refs:hfa_mode (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c3983 enum machine_mode hfa_mode = VOIDmode; in ia64_function_arg() local
3991 hfa_mode = hfa_element_mode (type, 0); in ia64_function_arg()
3995 if (hfa_mode != VOIDmode && (! cum->prototype || named)) in ia64_function_arg()
4001 int hfa_size = GET_MODE_SIZE (hfa_mode); in ia64_function_arg()
4023 gen_rtx_REG (hfa_mode, (FR_ARG_FIRST in ia64_function_arg()
4175 enum machine_mode hfa_mode = VOIDmode; in ia64_function_arg_advance() local
4185 hfa_mode = hfa_element_mode (type, 0); in ia64_function_arg_advance()
4189 if (hfa_mode != VOIDmode && (! cum->prototype || named)) in ia64_function_arg_advance()
4194 int hfa_size = GET_MODE_SIZE (hfa_mode); in ia64_function_arg_advance()
4331 enum machine_mode hfa_mode; in ia64_return_in_memory() local
[all …]
/freebsd-10-stable/contrib/gcc/
DChangeLog-200424249 do return a parallel if hfa_mode == XFmode and mode == TImode.