HomeSort by relevance Sort by last modified time
    Searched refs:ThisInstInfo (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/MC/MCDisassembler/
EDInst.cpp 32 ThisInstInfo(info),
37 OperandOrder = ThisInstInfo->operandOrders[Disassembler.llvmSyntaxVariant()];
85 if (ThisInstInfo)
87 ThisInstInfo->instructionType == kInstructionTypeBranch ||
88 ThisInstInfo->instructionType == kInstructionTypeCall;
94 if (ThisInstInfo)
95 return ThisInstInfo->instructionType == kInstructionTypeMove;
104 if (!ThisInstInfo)
110 for (opIndex = 0; opIndex < ThisInstInfo->numOperands; ++opIndex) {
112 (ThisInstInfo->operandFlags[opIndex] & kOperandFlagTarget))
    [all...]
EDOperand.cpp 37 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
61 uint8_t operandType = inst.ThisInstInfo->operandTypes[opIndex];
129 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
246 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeRegister);
254 return(Inst.ThisInstInfo->operandFlags[OpIndex] == kOperandTypeImmediate);
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];
EDInst.h 66 const llvm::EDInstInfo *ThisInstInfo;

Completed in 42 milliseconds