Home
last modified time | relevance | path

Searched refs:typecode (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dmips-tdep.c2334 fp_register_arg_p (enum type_code typecode, struct type *arg_type) in fp_register_arg_p() argument
2336 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() local
2353 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() local
2455 argnum + 1, len, (int) typecode); in mips_eabi_push_dummy_call()
[all …]
Darm-linux-tdep.c154 enum type_code typecode; in arm_linux_push_arguments() local
160 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()
Dm32r-tdep.c680 enum type_code typecode; in m32r_push_dummy_call() local
711 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()
Dfrv-tdep.c1136 enum type_code typecode; in frv_push_dummy_call() local
1172 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()
Darm-tdep.c1256 enum type_code typecode; in arm_push_dummy_call() local
1262 typecode = TYPE_CODE (arg_type); in arm_push_dummy_call()
1268 if (TYPE_CODE_PTR == typecode in arm_push_dummy_call()