HomeSort by relevance Sort by last modified time
    Searched defs:ShType (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceELFObjectWriter.cpp 105 T *ELFObjectWriter::createSection(const std::string &Name, Elf64_Word ShType,
110 new (Ctx.allocate<T>()) T(Name, ShType, ShFlags, ShAddralign, ShEntsize);
120 const Elf64_Word ShType = ELF64 ? SHT_RELA : SHT_REL;
129 RelSectionName, ShType, ShFlags, ShAlign, ShEntSize);
305 Elf64_Word ShType,
313 Name, ShType, ShFlags, ShAddralign, ShEntsize);
IceTargetLoweringMIPS32.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 345 AArch64_AM::ShiftExtendType ShType = getShiftTypeForNode(N);
346 if (ShType == AArch64_AM::InvalidShiftExtend)
348 if (!AllowROR && ShType == AArch64_AM::ROR)
354 unsigned ShVal = AArch64_AM::getShifterImm(ShType, Val);
    [all...]

Completed in 466 milliseconds