Searched refs:typecode (Results 1 – 5 of 5) sorted by relevance
2334 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p() argument2336 return ((typecode == TYPE_CODE_FLT in fp_register_arg_p()2338 && (typecode == TYPE_CODE_STRUCT in fp_register_arg_p()2339 || typecode == TYPE_CODE_UNION) in fp_register_arg_p()2351 enum type_code typecode = TYPE_CODE (type); in mips_type_needs_double_align() local2353 if (typecode == TYPE_CODE_FLT && TYPE_LENGTH (type) == 8) in mips_type_needs_double_align()2355 else if (typecode == TYPE_CODE_STRUCT) in mips_type_needs_double_align()2361 else if (typecode == TYPE_CODE_UNION) in mips_type_needs_double_align()2450 enum type_code typecode = TYPE_CODE (arg_type); in mips_eabi_push_dummy_call() local2455 argnum + 1, len, (int) typecode); in mips_eabi_push_dummy_call()[all …]
154 enum type_code typecode; in arm_linux_push_arguments() local160 typecode = TYPE_CODE (arg_type); in arm_linux_push_arguments()170 if (TYPE_CODE_FLT == typecode && DEPRECATED_REGISTER_SIZE == len) in arm_linux_push_arguments()181 if (TYPE_CODE_PTR == typecode in arm_linux_push_arguments()
680 enum type_code typecode; in m32r_push_dummy_call() local711 typecode = TYPE_CODE (type); in m32r_push_dummy_call()718 && (typecode == TYPE_CODE_STRUCT || typecode == TYPE_CODE_UNION)) in m32r_push_dummy_call()721 typecode = TYPE_CODE_PTR; in m32r_push_dummy_call()
1136 enum type_code typecode; in frv_push_dummy_call() local1172 typecode = TYPE_CODE (arg_type); in frv_push_dummy_call()1174 if (typecode == TYPE_CODE_STRUCT || typecode == TYPE_CODE_UNION) in frv_push_dummy_call()1177 typecode = TYPE_CODE_PTR; in frv_push_dummy_call()1183 && typecode == TYPE_CODE_PTR in frv_push_dummy_call()1193 typecode = TYPE_CODE_PTR; in frv_push_dummy_call()
1256 enum type_code typecode; in arm_push_dummy_call() local1262 typecode = TYPE_CODE (arg_type); in arm_push_dummy_call()1268 if (TYPE_CODE_PTR == typecode in arm_push_dummy_call()