Home
last modified time | relevance | path

Searched refs:instructionType (Results 1 – 3 of 3) 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
/external/boringssl/src/util/fipstools/delocate/
Ddelocate.go791 type instructionType int type
794 instrPush instructionType = iota
809 func classifyInstruction(instr string, args []*node32) instructionType {