Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()">,
/llvm-project-15.0.7/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4077 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadShift() local
4133 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4166 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm8() local
4222 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4248 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm12() local
4303 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()