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())
356 /// 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,
207 if (isBranch)
219 else if (isBranch) {
224 if (!Name && !isBranch)
318 bool isBranch = false;
321 isBranch = true;
384 isBranch = true;
397 isBranch = true
    [all...]
  /external/webkit/Source/JavaScriptCore/dfg/
DFGNode.h 313 bool isBranch()
320 ASSERT(isBranch() || isJump());
326 ASSERT(isBranch());
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 219 bool isBranch;
  /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 476 milliseconds