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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRMCExpr.h 43 bool isNegated, MCContext &Ctx);
55 bool isNegated() const { return Negated; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/AsmParser/
AVRAsmParser.cpp 427 bool isNegated = false;
445 isNegated = true;
448 isNegated = false;
502 isNegated, getContext());
  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 8809 bool isNegated = false;
8815 isNegated = true;
8826 inst.instruction |= (isNegated ? 0x200000 : 0);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 8812 bool isNegated = false;
8818 isNegated = true;
8829 inst.instruction |= (isNegated ? 0x200000 : 0);

Completed in 69 milliseconds