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/
Ddelocate.go790 type instructionType int type
793 instrPush instructionType = iota
800 func classifyInstruction(instr string, args []*node32) instructionType {