Searched refs:parse_vfp_reg_list (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/binutils/gas/ |
| HD | 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.
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-arm.c | 1571 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype) in parse_vfp_reg_list() function 3316 count = parse_vfp_reg_list (&input_line_pointer, &start, REGLIST_VFP_D); in s_arm_unwind_save_vfp_armv6() 3364 count = parse_vfp_reg_list (&input_line_pointer, ®, REGLIST_VFP_D); in s_arm_unwind_save_vfp() 5909 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_S); in parse_operands() 5913 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_D); in parse_operands() 5918 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands() 5923 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands() 5930 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, in parse_operands()
|