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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 682 REG_TYPE_ZR,
720 [REG_TYPE_ZR] = N_("ZR register expected"),
7198 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7217 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7927 po_reg_or_fail (REG_TYPE_ZR);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 682 REG_TYPE_ZR,
720 [REG_TYPE_ZR] = N_("ZR register expected"),
7201 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7220 inst.operands[i].iszr = (rtype == REG_TYPE_ZR); \
7930 po_reg_or_fail (REG_TYPE_ZR);

Completed in 178 milliseconds