Searched refs:HasX86_64 (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Subtarget.cpp | 255 HasX86_64 = true; in AutoDetectSubtargetFeatures() 281 , HasX86_64(false) in X86Subtarget() 333 HasX86_64 = true; ToggleFeature(X86::Feature64Bit); in X86Subtarget() 359 << ", 64bit " << HasX86_64 << "\n"); in X86Subtarget() 360 assert((!In64BitMode || HasX86_64) && in X86Subtarget()
|
D | X86Subtarget.h | 70 bool HasX86_64; variable
|
D | X86.td | 71 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
D | X86GenSubtargetInfo.inc | 161 if ((Bits & X86::Feature64Bit) != 0) HasX86_64 = true;
|
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 220 << ", 64bit " << HasX86_64 << "\n"); in initSubtargetFeatures() 221 assert((!In64BitMode || HasX86_64) && in initSubtargetFeatures() 238 HasX86_64 = false; in initializeEnvironment()
|
D | X86Subtarget.h | 82 bool HasX86_64; variable
|
D | X86.td | 92 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 264 << HasX86_64 << "\n"); in initSubtargetFeatures() 265 assert((!In64BitMode || HasX86_64) && in initSubtargetFeatures()
|
D | X86Subtarget.h | 107 bool HasX86_64 = false; variable
|
D | X86.td | 95 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 16683 if (Bits[X86::Feature64Bit]) HasX86_64 = true;
|