Home
last modified time | relevance | path

Searched refs:hasMips1 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h118 else if (P.hasMips1()) in setISALevelAndRevisionFromPredicates()
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsSubtarget.h248 bool hasMips1() const { return MipsArchVersion >= Mips1; } in hasMips1() function
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp619 bool hasMips1() const { in hasMips1() function in __anon114dad2e0211::MipsAsmParser
4388 if (hasMips1() && !hasMips2()) { in expandTrunc()