Lines Matching refs:EDInst
79 EDInst *inst = ((EDDisassembler*)disassembler)->createInst(byteReader, in EDCreateInsts()
93 delete ((EDInst*)inst); in EDReleaseInst()
97 return ((EDInst*)inst)->byteSize(); in EDInstByteSize()
102 return ((EDInst*)inst)->getString(*buf); in EDGetInstString()
106 *instID = ((EDInst*)inst)->instID(); in EDInstID()
111 return ((EDInst*)inst)->isBranch(); in EDInstIsBranch()
115 return ((EDInst*)inst)->isMove(); in EDInstIsMove()
119 return ((EDInst*)inst)->branchTargetID(); in EDBranchTargetID()
123 return ((EDInst*)inst)->moveSourceID(); in EDMoveSourceID()
127 return ((EDInst*)inst)->moveTargetID(); in EDMoveTargetID()
131 return ((EDInst*)inst)->numTokens(); in EDNumTokens()
137 return ((EDInst*)inst)->getToken(*(EDToken**)token, index); in EDGetToken()
192 return ((EDInst*)inst)->numOperands(); in EDNumOperands()
198 return ((EDInst*)inst)->getOperand(*(EDOperand**)operand, index); in EDGetOperand()
267 return ((EDInst*)inst)->visitTokens((llvm::EDTokenVisitor_t)visitor); in EDBlockVisitTokens()