HomeSort by: relevance | last modified time | path
    Searched defs:vfp_base_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
arm-tdep.c 4693 enum arm_vfp_cprc_base_type vfp_base_type; local
4721 && arm_vfp_call_candidate (arg_type, &vfp_base_type,
4737 unit_length = arm_vfp_cprc_unit_length (vfp_base_type);
4752 reg_char = arm_vfp_cprc_reg_char (vfp_base_type);
9244 enum arm_vfp_cprc_base_type vfp_base_type; local
9248 && arm_vfp_call_candidate (valtype, &vfp_base_type, &vfp_base_count))
9250 int reg_char = arm_vfp_cprc_reg_char (vfp_base_type);
9251 int unit_length = arm_vfp_cprc_unit_length (vfp_base_type);
  /src/external/gpl3/gdb.old/dist/gdb/
arm-tdep.c 4696 enum arm_vfp_cprc_base_type vfp_base_type; local
4724 && arm_vfp_call_candidate (arg_type, &vfp_base_type,
4740 unit_length = arm_vfp_cprc_unit_length (vfp_base_type);
4755 reg_char = arm_vfp_cprc_reg_char (vfp_base_type);
9247 enum arm_vfp_cprc_base_type vfp_base_type; local
9251 && arm_vfp_call_candidate (valtype, &vfp_base_type, &vfp_base_count))
9253 int reg_char = arm_vfp_cprc_reg_char (vfp_base_type);
9254 int unit_length = arm_vfp_cprc_unit_length (vfp_base_type);

Completed in 45 milliseconds