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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 893 #define BAD_EVEN _("Even register not allowed here")
8035 inst.error = BAD_EVEN;
16015 constraint ((inst.operands[2].reg % 2) != 1, BAD_EVEN);
18250 constraint ((inst.operands[1].reg % 2) != 1, BAD_EVEN);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 893 #define BAD_EVEN _("Even register not allowed here")
8038 inst.error = BAD_EVEN;
16018 constraint ((inst.operands[2].reg % 2) != 1, BAD_EVEN);
18253 constraint ((inst.operands[1].reg % 2) != 1, BAD_EVEN);

Completed in 83 milliseconds