HomeSort by relevance Sort by last modified time
    Searched refs:is64 (Results 26 - 50 of 58) sorted by null

12 3

  /external/valgrind/coregrind/
m_translate.c 1027 Bool is64 = True; local
1041 Bool is64 = False; local
1121 Bool is64 = True; local
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 289 bool is64);
302 bool is64,
COFF.h 886 bool is64() const { return PE32PlusHeader; } function in class:llvm::object::COFFObjectFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
COFF.h 880 bool is64() const { return PE32PlusHeader; } function in class:llvm::object::COFFObjectFile
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 345 bool is64);
360 bool is64,
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry.go 440 is64, known := b.format.dwarf64()
443 } else if is64 {
480 is64, known := b.format.dwarf64()
483 } else if is64 {
typeunit.go 80 is64: dwarf64,
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry.go 440 is64, known := b.format.dwarf64()
443 } else if is64 {
480 is64, known := b.format.dwarf64()
483 } else if is64 {
typeunit.go 80 is64: dwarf64,
  /system/chre/host/msm/daemon/generated/
chre_slpi_stub.c 388 #define SLIM_IFPTR32(is32,is64) (sizeof(uintptr_t) == 4 ? (is32) : (is64))
  /external/llvm/lib/Object/
MachOObjectFile.cpp 80 bool Is64 = O->is64Bit();
81 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) :
83 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) :
    [all...]
COFFObjectFile.cpp     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-opc.c 974 encode_immediate_bitfield (int is64, uint32_t s, uint32_t r)
976 return (is64 << 12) | (r << 6) | s;
985 int is64;
994 is64 = 1;
1000 is64 = 0;
1031 encode_immediate_bitfield(is64, s | s_mask, r);
983 int is64; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readdwarf.c 207 ULong step_initial_length_field ( DiCursor* p_img, /*OUT*/Bool* is64 )
211 *is64 = True;
214 *is64 = False;
220 ULong read_initial_length_field ( DiCursor p_img, /*OUT*/Bool* is64 )
224 return step_initial_length_field( &p_img, is64 );
344 Bool is64; local
388 info.li_length = step_initial_length_field( &external, &is64 );
414 info.li_header_length = is64 ? ML_(cur_step_ULong)(&external)
471 = ML_(cur_plus)(data, info.li_length + (is64 ? 12 : 4));
    [all...]
readdwarf3.c 357 static ULong get_Initial_Length ( /*OUT*/Bool* is64,
363 *is64 = False;
369 *is64 = True;
372 *is64 = False;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 60 const X86InstrInfo &ii, const TargetData &td, bool is64)
62 MCE(mce), PICBaseOffset(0), Is64BitMode(is64),
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_defs.h 544 Bool is64; member in struct:__anon36504::__anon36505::__anon36507
915 extern ARM64Instr* ARM64Instr_Cmp ( HReg, ARM64RIA*, Bool is64 );
    [all...]
host_arm64_defs.c 3327 Bool is64 = i->ARM64in.Cmp.is64; local
    [all...]

Completed in 2858 milliseconds

12 3