HomeSort by relevance Sort by last modified time
    Searched refs:AllowMixed16_32 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 126 bool AllowMixed16_32;
251 return hasStandardEncoding() || allowMixed16_32();
258 bool allowMixed16_32() const { return inMips16ModeDefault() |
259 AllowMixed16_32;}
MipsSubtarget.cpp 115 HasDSPR2(false), AllowMixed16_32(Mixed16_32 | Mips_Os16), Os16(Mips_Os16),

Completed in 28 milliseconds