Home
last modified time | relevance | path

Searched refs:hasDSPR3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.h322 bool hasDSPR3() const { return HasDSPR3; } in hasDSPR3() function
H A DMipsDSPInstrFormats.td27 def HasDSPR3 : Predicate<"Subtarget->hasDSPR3()">,
H A DMipsScheduleGeneric.td1387 // microMIPS DSP R3 - hasDSP, hasDSPR2, hasDSPR3, InMicroMips
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp681 bool hasDSPR3() const { in hasDSPR3() function in __anona2e40b320211::MipsAsmParser