Home
last modified time | relevance | path

Searched refs:parse_reg_list (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-20131109 * config/tc-arm.c (parse_reg_list): Use skip_past_char for '}',
1115 (parse_reg_list): Likewise.
DChangeLog-20061804 (parse_reg_list): Use first_error.
1888 (parse_reg_list): Update for new arm_reg_parse args.
DChangeLog-20193634 (parse_reg_list): Add etype parameter to distinguish between regular
3638 (s_arm_unwind_save_core): Update call to parse_reg_list to new
3641 (parse_operands): Update call to parse_reg_list to new prototype. Add
DChangeLog707 * config/tc-arm.c (parse_reg_list): Add handling of mixed register
DChangeLog-20206099 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c1911 parse_reg_list (char ** strp, enum reg_list_els etype) in parse_reg_list() function
8003 val = parse_reg_list (&str, REGLIST_RN); in parse_operands()
8012 val = parse_reg_list (&str, REGLIST_CLRM); in parse_operands()
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git108985 (parse_reg_list): Remove obsolete code.
123653 * config/tc-arm.c (parse_reg_list): Add handling of mixed register
162806 (parse_reg_list): Handle new REGLIST_PSEUDO type.