Home
last modified time | relevance | path

Searched refs:return_mode (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-call.cc576 machine_mode return_mode ATTRIBUTE_UNUSED) in init_cumulative_args()
651 return_mode = TYPE_MODE (return_type); in init_cumulative_args()
654 return_type = lang_hooks.types.type_for_mode (return_mode, 0); in init_cumulative_args()
662 return_mode = TYPE_MODE (return_type); in init_cumulative_args()
669 if (SCALAR_FLOAT_MODE_P (return_mode)) in init_cumulative_args()
673 && (FLOAT128_IBM_P (return_mode) in init_cumulative_args()
674 || FLOAT128_IEEE_P (return_mode) in init_cumulative_args()
680 if (ALTIVEC_OR_VSX_VECTOR_MODE (return_mode)) in init_cumulative_args()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h221 int return_mode; /* Return mode of current fn. member
H A Dnvptx.c186 p->return_mode = VOIDmode; in nvptx_init_machine_status()
613 cfun->machine->return_mode = mode; in nvptx_function_value()
775 mode = (machine_mode) cfun->machine->return_mode; in write_return_type()
782 cfun->machine->return_mode = VOIDmode; in write_return_type()
1538 machine_mode mode = (machine_mode)cfun->machine->return_mode; in nvptx_output_return()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h210 int return_mode; /* Return mode of current fn. member
H A Dnvptx.cc196 p->return_mode = VOIDmode; in nvptx_init_machine_status()
771 cfun->machine->return_mode = mode; in nvptx_function_value()
933 mode = (machine_mode) cfun->machine->return_mode; in write_return_type()
940 cfun->machine->return_mode = VOIDmode; in write_return_type()
1742 machine_mode mode = (machine_mode)cfun->machine->return_mode; in nvptx_output_return()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c5950 machine_mode return_mode ATTRIBUTE_UNUSED) in init_cumulative_args()
6025 return_mode = TYPE_MODE (return_type); in init_cumulative_args()
6028 return_type = lang_hooks.types.type_for_mode (return_mode, 0); in init_cumulative_args()
6036 return_mode = TYPE_MODE (return_type); in init_cumulative_args()
6043 if (SCALAR_FLOAT_MODE_P (return_mode)) in init_cumulative_args()
6047 && (FLOAT128_IBM_P (return_mode) in init_cumulative_args()
6048 || FLOAT128_IEEE_P (return_mode) in init_cumulative_args()
6057 if (FLOAT128_IEEE_P (return_mode)) in init_cumulative_args()
6060 if (ALTIVEC_OR_VSX_VECTOR_MODE (return_mode)) in init_cumulative_args()
/netbsd-src/external/mit/xorg/lib/libxcb/files/
H A Dxinput.h2411 uint8_t return_mode; member
2476 uint8_t return_mode; member
H A Dxinput.c9035 xcb_parts[xcb_parts_idx].iov_base = (char *) &_aux->remove_master.return_mode; in xcb_input_hierarchy_change_data_serialize()
9177 _aux->remove_master.return_mode = *(uint8_t *)xcb_tmp; in xcb_input_hierarchy_change_data_unpack()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc7553 machine_mode return_mode; in mips16_copy_fpr_return_value() local
7557 return_mode = DECL_MODE (return_type); in mips16_copy_fpr_return_value()
7560 mips16_call_stub_mode_suffix (return_mode), in mips16_copy_fpr_return_value()
7570 retval = gen_rtx_REG (return_mode, GP_RETURN); in mips16_copy_fpr_return_value()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c7413 machine_mode return_mode; in mips16_copy_fpr_return_value() local
7417 return_mode = DECL_MODE (return_type); in mips16_copy_fpr_return_value()
7420 mips16_call_stub_mode_suffix (return_mode), in mips16_copy_fpr_return_value()
7430 retval = gen_rtx_REG (return_mode, GP_RETURN); in mips16_copy_fpr_return_value()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201135631 return_mode args.