Home
last modified time | relevance | path

Searched refs:hasMips3 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h187 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
DMipsInstrInfo.td158 def HasMips3 : Predicate<"Subtarget->hasMips3()">,
DMipsISelLowering.cpp3188 if (Subtarget.hasMips3() && Subtarget.useSoftFloat()) { in shouldSignExtendTypeInLibCall()
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h117 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp43 bool hasMips3() const { return STI.getFeatureBits()[Mips::FeatureMips3]; } in hasMips3() function in __anon41367f130111::MipsDisassembler
58 return !hasMips32() && !hasMips3(); in hasCOP3()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp473 bool hasMips3() const { in hasMips3() function in __anon62f483b30211::MipsAsmParser
2341 if (!Is32BitAddress && !hasMips3()) { in expandLoadAddress()