Home
last modified time | relevance | path

Searched refs:Is64 (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Dchange-lowering.cc47 ((HeapNumber::kValueOffset / kPointerSize) * (machine()->Is64() ? 8 : 4)); in HeapNumberValueIndexConstant()
90 if (machine()->Is64()) { in ChangeSmiToInt32()
134 if (machine()->Is64()) { in ChangeInt32ToTagged()
222 machine()->Is64() in ChangeUint32ToTagged()
Dmachine-operator.h147 bool Is64() const { return word() == kRepWord64; } in Is64() function
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp844 bool Is64, raw_ostream &OS) { in printValue() argument
945 bool Is64 = ELFT::Is64Bits; in printDynamicTable() local
948 << " Tag" << (Is64 ? " " : " ") << "Type" in printDynamicTable()
953 << format(Is64 ? "0x%016" PRIX64 : "0x%08" PRIX64, Entry.getTag()) in printDynamicTable()
955 printValue(Obj, Entry.getTag(), Entry.getVal(), Is64, OS); in printDynamicTable()
/external/llvm/lib/Object/
DMachOObjectFile.cpp92 bool Is64 = O->is64Bit(); in getSectionPtr() local
93 unsigned SegmentLoadSize = Is64 ? sizeof(MachO::segment_command_64) : in getSectionPtr()
95 unsigned SectionSize = Is64 ? sizeof(MachO::section_64) : in getSectionPtr()
/external/clang/lib/CodeGen/
DCGBuiltin.cpp4287 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; in EmitAArch64BuiltinExpr() local
4288 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty; in EmitAArch64BuiltinExpr()
4289 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; in EmitAArch64BuiltinExpr()
4302 bool Is64 = Ops[0]->getType()->getPrimitiveSizeInBits() == 64; in EmitAArch64BuiltinExpr() local
4303 llvm::Type *InTy = Is64 ? Int64Ty : Int32Ty; in EmitAArch64BuiltinExpr()
4304 llvm::Type *FTy = Is64 ? DoubleTy : FloatTy; in EmitAArch64BuiltinExpr()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6440 CompactUnwindEntry(StringRef Contents, unsigned Offset, bool Is64) in CompactUnwindEntry()
6442 if (Is64) in CompactUnwindEntry()
6535 bool Is64 = Obj->is64Bit(); in printMachOCompactUnwindSection() local
6536 uint32_t PointerSize = Is64 ? sizeof(uint64_t) : sizeof(uint32_t); in printMachOCompactUnwindSection()
6546 CompactUnwindEntry Entry(Contents.data(), Offset, Is64); in printMachOCompactUnwindSection()