Home
last modified time | relevance | path

Searched defs:hasCnMipsP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h284 bool hasCnMipsP() const { return HasCnMipsP; } in hasCnMipsP() function
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/Disassembler/
H A DMipsDisassembler.cpp66 bool hasCnMipsP() const { return STI.hasFeature(Mips::FeatureCnMipsP); } in hasCnMipsP() function in __anon9e9369d20111::MipsDisassembler
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp693 bool hasCnMipsP() const { in hasCnMipsP() function in __anona2e40b320211::MipsAsmParser