Home
last modified time | relevance | path

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

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