Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsSubtarget.h87 bool HasFPIdx; variable
154 bool hasFPIdx() const { return HasFPIdx; } in hasFPIdx()
DMipsSubtarget.cpp34 HasBitCount(false), HasFPIdx(false), in MipsSubtarget()
DMips.td57 def FeatureFPIdx : SubtargetFeature<"FPIdx", "HasFPIdx", "true",
DMipsInstrFPU.td322 let Predicates = [HasFPIdx, HasStdEnc] in {
DMipsInstrInfo.td146 def HasFPIdx : Predicate<"Subtarget.hasFPIdx()">,