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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 665 REG_TYPE_VFSD,
708 [REG_TYPE_VFSD] = N_("VFP single or double precision register expected"),
1678 || (type == REG_TYPE_VFSD
6865 if ((val = arm_typed_reg_parse (&ptr, REG_TYPE_VFSD, &rtype, &optype))
7397 case OP_RVSD: po_reg_or_fail (REG_TYPE_VFSD); break;
7399 po_reg_or_goto (REG_TYPE_VFSD, try_cond);
7443 po_reg_or_goto (REG_TYPE_VFSD, try_imm0);
7452 po_reg_or_goto (REG_TYPE_VFSD, try_ifimm0);
7767 po_reg_or_goto (REG_TYPE_VFSD, try_sysreg);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 665 REG_TYPE_VFSD,
708 [REG_TYPE_VFSD] = N_("VFP single or double precision register expected"),
1677 || (type == REG_TYPE_VFSD
6868 if ((val = arm_typed_reg_parse (&ptr, REG_TYPE_VFSD, &rtype, &optype))
7400 case OP_RVSD: po_reg_or_fail (REG_TYPE_VFSD); break;
7402 po_reg_or_goto (REG_TYPE_VFSD, try_cond);
7446 po_reg_or_goto (REG_TYPE_VFSD, try_imm0);
7455 po_reg_or_goto (REG_TYPE_VFSD, try_ifimm0);
7770 po_reg_or_goto (REG_TYPE_VFSD, try_sysreg);

Completed in 63 milliseconds