Home
last modified time | relevance | path

Searched defs:Is64Bits (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Object/
DELFTypes.h46 static const bool Is64Bits = Is64; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h55 static const bool Is64Bits = Is64; member
/external/vixl/src/aarch64/
Doperands-aarch64.h121 bool Is64Bits() const { in Is64Bits() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1004 bool Is64Bits = Subtarget->is64Bit(); in LowerFENTRY_CALL() local
/external/v8/src/arm64/
Dassembler-arm64.h148 bool Is64Bits() const { in Is64Bits() function
/external/llvm/lib/Object/
DMachOObjectFile.cpp253 bool Is64Bits) { in create()
/external/vixl/src/aarch32/
Dinstructions-aarch32.h126 bool Is64Bits() const { return GetSizeInBits() == 64; } in Is64Bits() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp1201 bool Is64Bits, uint32_t UniversalCputype, in create()