Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h230 bool IsPMULLDSlow = false; variable
601 bool isPMULLDSlow() const { return IsPMULLDSlow; } in isPMULLDSlow()
DX86.td103 def FeatureSlowPMULLD : SubtargetFeature<"slow-pmulld", "IsPMULLDSlow", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16767 if (Bits[X86::FeatureSlowPMULLD]) IsPMULLDSlow = true;