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 168 if (getMipsSubtarget().allowMixed16_32()) {
179 if (Subtarget.allowMixed16_32()) {
200 Subtarget.allowMixed16_32())
203 Subtarget.allowMixed16_32())
MipsSubtarget.h 109 bool AllowMixed16_32;
198 bool allowMixed16_32() const { return inMips16ModeDefault() |
199 AllowMixed16_32;}
MipsAsmPrinter.cpp 50 if (Subtarget->allowMixed16_32())

Completed in 53 milliseconds