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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 664 REG_TYPE_NQ,
687 If TYPE is REG_TYPE_VFD or REG_TYPE_NQ, the NEON field can point to extra
707 [REG_TYPE_NQ] = N_("Neon quad precision register expected"),
1677 && (reg->type == REG_TYPE_NQ || reg->type == REG_TYPE_VFD))
1682 || reg->type == REG_TYPE_NQ))
1694 if (!reg || reg->type != REG_TYPE_NQ)
1702 type = REG_TYPE_NQ;
1705 && (type == REG_TYPE_NQ))
1731 && !(type == REG_TYPE_NQ
2190 if (regtype == REG_TYPE_NQ)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 664 REG_TYPE_NQ,
687 If TYPE is REG_TYPE_VFD or REG_TYPE_NQ, the NEON field can point to extra
707 [REG_TYPE_NQ] = N_("Neon quad precision register expected"),
1676 && (reg->type == REG_TYPE_NQ || reg->type == REG_TYPE_VFD))
1681 || reg->type == REG_TYPE_NQ))
1693 if (!reg || reg->type != REG_TYPE_NQ)
1701 type = REG_TYPE_NQ;
1704 && (type == REG_TYPE_NQ))
1730 && !(type == REG_TYPE_NQ
2189 if (regtype == REG_TYPE_NQ)
    [all...]

Completed in 35 milliseconds