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

  /external/llvm/include/llvm/MC/
EDInstInfo.h 22 uint8_t operandTypes[EDIS_MAX_OPERANDS];
  /external/llvm/utils/TableGen/
EDEmitter.cpp 352 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
364 if (X86TypeFromOpName(operandTypes[index], rec.getName()) &&
744 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
763 if (ARMFlagFromOpName(operandTypes[index], rec.getName())) {
782 /// @arg operandTypes - A reference to the array of operand type object pointers
787 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
812 if (operandTypes[opIndex]->is("kOperandTypeImmediate"))
813 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget");
848 LiteralConstantEmitter *operandTypes[EDIS_MAX_OPERANDS];
858 operandTypes[operandIndex] = new LiteralConstantEmitter
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
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];
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex];

Completed in 229 milliseconds