Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp4076 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadShift() local
4132 if (!hasV7Ops || !hasMP) in DecodeT2LoadShift()
4165 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm8() local
4221 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm8()
4247 bool hasMP = featureBits[ARM::FeatureMP]; in DecodeT2LoadImm12() local
4302 if (!hasV7Ops || !hasMP) in DecodeT2LoadImm12()