Searched refs:parse_vfp_reg_list (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2006 | 1146 (parse_vfp_reg_list): Don't update first arg on error. 1605 * config/tc-arm.c (parse_vfp_reg_list): Improve register bounds 1805 (parse_vfp_reg_list): Use arm_typed_reg_parse instead of arm_reg_parse. 1889 (parse_vfp_reg_list): Allow parsing of Neon D/Q register lists. 1892 (s_arm_unwind_save_vfp): Update for new parse_vfp_reg_list args.
|
D | ChangeLog-2008 | 1427 (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
|
D | ChangeLog-2013 | 1116 (parse_vfp_reg_list): Likewise.
|
D | ChangeLog-2005 | 1740 (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-arm.c | 1745 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype) in parse_vfp_reg_list() function 4062 count = parse_vfp_reg_list (&input_line_pointer, &start, REGLIST_VFP_D); in s_arm_unwind_save_vfp_armv6() 4110 count = parse_vfp_reg_list (&input_line_pointer, ®, REGLIST_VFP_D); in s_arm_unwind_save_vfp() 7039 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_S); in parse_operands() 7043 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_D); in parse_operands() 7048 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands() 7053 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands() 7060 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands()
|