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

  /external/llvm/include/llvm/MC/
EDInstInfo.h 20 uint8_t instructionType;
  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 87 ThisInstInfo->instructionType == kInstructionTypeBranch ||
88 ThisInstInfo->instructionType == kInstructionTypeCall;
95 return ThisInstInfo->instructionType == kInstructionTypeMove;

Completed in 186 milliseconds