Searched refs:ThisInstInfo (Results 1 – 3 of 3) sorted by relevance
32 ThisInstInfo(info), in EDInst()37 OperandOrder = ThisInstInfo->operandOrders[Disassembler.llvmSyntaxVariant()]; in EDInst()85 if (ThisInstInfo) in isBranch()87 ThisInstInfo->instructionType == kInstructionTypeBranch || in isBranch()88 ThisInstInfo->instructionType == kInstructionTypeCall; in isBranch()94 if (ThisInstInfo) in isMove()95 return ThisInstInfo->instructionType == kInstructionTypeMove; in isMove()104 if (!ThisInstInfo) in parseOperands()110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) { in parseOperands()112 (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget)) { in parseOperands()[all …]
35 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand()59 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex]; in EDOperand()127 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in evaluate()246 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeRegister); in isRegister()254 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeImmediate); in isImmediate()262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in isMemory()
66 const llvm::EDInstInfo *ThisInstInfo; member