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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h 684 void _br(const LowerInt1BranchTarget &BrTarget,
686 assert((BrTarget.NodeTarget == nullptr) !=
687 (BrTarget.LabelTarget == nullptr));
688 if (BrTarget.NodeTarget != nullptr)
689 _br(BrTarget.NodeTarget, Cond);
691 _br(BrTarget.LabelTarget, Cond);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 613 // (ins IntRegs:$src1, IntRegs:$src2, brtarget:$offset)
614 // (ins IntRegs:$src1, u5Imm:$src2, brtarget:$offset)
    [all...]

Completed in 69 milliseconds