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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSubtarget.h 156 bool AllowMixed16_32;
340 return hasStandardEncoding() || inMicroMipsMode() || allowMixed16_32();
347 bool allowMixed16_32() const { return inMips16ModeDefault() |
348 AllowMixed16_32; }
MipsSubtarget.cpp 81 HasDSPR2(false), HasDSPR3(false), AllowMixed16_32(Mixed16_32 | Mips_Os16),

Completed in 20 milliseconds