Searched refs:fp_register_arg_p (Results 1 – 1 of 1) sorted by relevance
| /freebsd-10-stable/contrib/gdb/gdb/ |
| D | mips-tdep.c | 2539 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p() function 2821 if (!FP_REGISTER_DOUBLE && fp_register_arg_p (typecode, arg_type)) in mips_eabi_push_dummy_call() 2839 if (fp_register_arg_p (typecode, arg_type) in mips_eabi_push_dummy_call() 2903 || fp_register_arg_p (typecode, arg_type)) in mips_eabi_push_dummy_call() 2954 && !fp_register_arg_p (typecode, arg_type)) in mips_eabi_push_dummy_call() 3116 if (fp_register_arg_p (typecode, arg_type) in mips_n32n64_push_dummy_call() 3163 || fp_register_arg_p (typecode, arg_type)) in mips_n32n64_push_dummy_call() 3209 && !fp_register_arg_p (typecode, arg_type)) in mips_n32n64_push_dummy_call() 3460 if (!FP_REGISTER_DOUBLE && fp_register_arg_p (typecode, arg_type)) in mips_o32_push_dummy_call() 3476 if (fp_register_arg_p (typecode, arg_type) in mips_o32_push_dummy_call() [all …]
|