Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h114 else if (P.hasMips3()) in setISALevelAndRevisionFromPredicates()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h252 bool hasMips3() const { return MipsArchVersion >= Mips3; } in hasMips3() function
H A DMipsInstrInfo.td165 def HasMips3 : Predicate<"Subtarget->hasMips3()">,
167 def NotMips3 : Predicate<"!Subtarget->hasMips3()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp51 bool hasMips3() const { return STI.hasFeature(Mips::FeatureMips3); } in hasMips3() function in __anon9e9369d20111::MipsDisassembler
70 return !hasMips32() && !hasMips3(); in hasCOP3()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp621 bool hasMips3() const { in hasMips3() function in __anona2e40b320211::MipsAsmParser
2953 if (!Is32BitAddress && !hasMips3()) { in expandLoadAddress()