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

  /external/llvm/lib/Target/Mips/
MipsTargetMachine.cpp 127 if (getMipsSubtarget().allowMixed16_32()) {
152 if (Subtarget.allowMixed16_32()) {
175 Subtarget.allowMixed16_32())
MipsSubtarget.h 126 bool AllowMixed16_32;
251 return hasStandardEncoding() || allowMixed16_32();
258 bool allowMixed16_32() const { return inMips16ModeDefault() |
259 AllowMixed16_32;}
MipsAsmPrinter.cpp 62 if (Subtarget->allowMixed16_32())
    [all...]

Completed in 34 milliseconds