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

  /src/external/gpl3/gcc/dist/gcc/config/arc/
arc.cc 5502 If CHECK_ATTR is greater than 0, check the iscompact attribute first. */
5507 enum attr_iscompact iscompact;
5511 iscompact = get_attr_iscompact (insn);
5512 if (iscompact == ISCOMPACT_FALSE)
5506 enum attr_iscompact iscompact; local
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 5605 If CHECK_ATTR is greater than 0, check the iscompact attribute first. */
5610 enum attr_iscompact iscompact;
5614 iscompact = get_attr_iscompact (insn);
5615 if (iscompact == ISCOMPACT_FALSE)
5609 enum attr_iscompact iscompact; local

Completed in 47 milliseconds