HomeSort by relevance Sort by last modified time
    Searched refs:AHI (Results 1 - 6 of 6) sorted by null

  /external/llvm/tools/llvm-readobj/
ARMAttributeParser.cpp 569 for (unsigned AHI = 0, AHE = array_lengthof(DisplayRoutines);
570 AHI != AHE && !Handled; ++AHI) {
571 if (DisplayRoutines[AHI].Attribute == Tag) {
572 (this->*DisplayRoutines[AHI].Routine)(ARMBuildAttrs::AttrType(Tag),
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 785 if ((Opcode == SystemZ::AHI || Opcode == SystemZ::AGHI) &&
789 Opcode = (Opcode == SystemZ::AHI ? SystemZ::ASI : SystemZ::AGSI);
    [all...]
SystemZLongBranch.cpp 393 splitBranchOnCount(Branch, SystemZ::AHI);
SystemZElimCompare.cpp 180 if (Opcode == SystemZ::AHI)
SystemZISelLowering.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 720 uint64_t AHI = pHiReloc.A() & 0xFFFF;
722 uint64_t AHL = (AHI << 16) + int16_t(ALO);
    [all...]

Completed in 193 milliseconds