Searched refs:parse_vfp_reg_list (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/cctools-845/as/
H A Darm.c1531 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype)
4889 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_S);
4893 val = parse_vfp_reg_list (&str, &inst.operands[i].reg, REGLIST_VFP_D);
4898 val = parse_vfp_reg_list (&str, &inst.operands[i].reg,
4903 val = parse_vfp_reg_list (&str, &inst.operands[i].reg,
4910 val = parse_vfp_reg_list (&str, &inst.operands[i].reg,
1530 parse_vfp_reg_list (char **ccp, unsigned int *pbase, enum reg_list_els etype) function

Completed in 149 milliseconds