Searched refs:allowMixed16_32 (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h342 return hasStandardEncoding() || inMicroMipsMode() || allowMixed16_32();
349 bool allowMixed16_32() const { return inMips16ModeDefault() | function in class:llvm::MipsSubtarget
H A DMipsTargetMachine.cpp287 if (Subtarget->allowMixed16_32()) {

Completed in 113 milliseconds