Home
last modified time | relevance | path

Searched refs:instructionType (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDInst.cpp87 ThisInstInfo->instructionType == kInstructionTypeBranch || in isBranch()
88 ThisInstInfo->instructionType == kInstructionTypeCall; in isBranch()
95 return ThisInstInfo->instructionType == kInstructionTypeMove; in isMove()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DEDInstInfo.h20 uint8_t instructionType; member