Home
last modified time | relevance | path

Searched refs:hasMP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYSubtarget.h193 bool hasMP() const { return HasMP; } in hasMP() function
H A DCSKY.td287 def iHasMP : Predicate<"Subtarget->hasMP()">,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4079 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadShift() local
4135 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4168 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm8() local
4224 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4250 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm12() local
4305 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()