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

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
EDInstInfo.h 22 uint8_t operandTypes[EDIS_MAX_OPERANDS];
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
table.h 39 // operandTypes[0..numTypes-1] describe logical operands for the instruction.
43 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
53 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
67 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger?
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 351 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
363 if (X86TypeFromOpName(operandTypes[index], rec.getName()) &&
715 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
734 if (ARMFlagFromOpName(operandTypes[index], rec.getName())) {
753 /// @arg operandTypes - A reference to the array of operand type object pointers
758 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS],
783 if (operandTypes[opIndex]->is("kOperandTypeImmediate"))
784 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget");
819 LiteralConstantEmitter *operandTypes[EDIS_MAX_OPERANDS];
829 operandTypes[operandIndex] = new LiteralConstantEmitter
    [all...]

Completed in 88 milliseconds