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

  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 31 virtual bool isBranch(const MCInst &Inst) const {
32 return Info->get(Inst.getOpcode()).isBranch();
MCInstrDesc.h 238 bool isBranch() const {
253 return isBranch() & !isBarrier() & !isIndirectBranch();
261 return isBranch() & isBarrier() & !isIndirectBranch();
268 if (isBranch() || isCall() || isReturn() || isIndirectBranch())
368 /// 3. Calling, branching, returning: use isCall/isReturn/isBranch.
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.cpp 175 /// @param isBranch - If the instruction is a branch instruction
185 /// returns zero and isBranch is true then a symbol look up for immediate Value
189 static bool tryAddingSymbolicOperand(int64_t Value, bool isBranch,
193 return Dis->tryAddingSymbolicOperand(MI, Value, Address, isBranch,
224 bool isBranch = false;
227 isBranch = true;
293 isBranch = true;
306 isBranch = true;
319 if(!tryAddingSymbolicOperand(immediate + pcrel, isBranch, insn.startLocation,
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 219 bool isBranch;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 619 bool HexagonInstrInfo::isBranch (const MachineInstr *MI) const {
620 return MI->getDesc().isBranch();
    [all...]
  /sdk/emulator/qtools/
opcode.h 133 inline bool isBranch(Opcode op) { return (opcode_flags[op] & kCatBranch) != 0; }
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 226 milliseconds