Home
last modified time | relevance | path

Searched refs:operandTypes (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DEDEmitter.cpp351 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in X86PopulateOperands()
363 if (X86TypeFromOpName(operandTypes[index], rec.getName()) && in X86PopulateOperands()
715 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in ARMPopulateOperands()
734 if (ARMFlagFromOpName(operandTypes[index], rec.getName())) { in ARMPopulateOperands()
758 LiteralConstantEmitter *(&operandTypes)[EDIS_MAX_OPERANDS], in ARMExtractSemantics()
783 if (operandTypes[opIndex]->is("kOperandTypeImmediate")) in ARMExtractSemantics()
784 operandTypes[opIndex]->set("kOperandTypeARMBranchTarget"); in ARMExtractSemantics()
819 LiteralConstantEmitter *operandTypes[EDIS_MAX_OPERANDS]; in populateInstInfo() local
829 operandTypes[operandIndex] = new LiteralConstantEmitter; in populateInstInfo()
830 operandTypeArray->addEntry(operandTypes[operandIndex]); in populateInstInfo()
[all …]
/external/deqp-deps/SPIRV-Tools/source/
Dtable.h32 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
58 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
76 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
Dbinary.cpp315 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction()
478 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in parseOperand()
498 spvPushOperandTypes(opcode_entry->operandTypes + 2, expected_operands); in parseOperand()
636 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
672 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
680 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
Dtext.cpp252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
276 spvPushOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands); in spvTextEncodeOperand()
428 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
Doperand.cpp270 spvPushOperandTypes(entry->operandTypes, pattern); in spvPushOperandTypesForMask()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h32 spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
58 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
76 const spv_operand_type_t operandTypes[16]; // TODO: Smaller/larger? member
Dbinary.cpp319 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in parseInstruction()
482 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in parseOperand()
502 spvPushOperandTypes(opcode_entry->operandTypes + 2, expected_operands); in parseOperand()
640 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
676 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
684 spvPushOperandTypes(entry->operandTypes, expected_operands); in parseOperand()
Dtext.cpp252 spvPushOperandTypes(extInst->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
276 spvPushOperandTypes(opcodeEntry->operandTypes + 2, pExpectedOperands); in spvTextEncodeOperand()
428 spvPushOperandTypes(entry->operandTypes, pExpectedOperands); in spvTextEncodeOperand()
565 opcodeEntry->operandTypes[opcodeEntry->numTypes - i - 1]); in spvTextEncodeOpcode()
Doperand.cpp270 spvPushOperandTypes(entry->operandTypes, pattern); in spvPushOperandTypesForMask()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DEDOperand.cpp35 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()
262 uint8_t operandType = Inst.ThisInstInfo->operandTypes[OpIndex]; in isMemory()
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DEDInstInfo.h22 uint8_t operandTypes[EDIS_MAX_OPERANDS]; member
/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp534 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in DecodeOperand()
704 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
745 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
753 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_decoder.cpp534 spvPushOperandTypes(ext_inst->operandTypes, expected_operands); in DecodeOperand()
704 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
745 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
753 spvPushOperandTypes(entry->operandTypes, expected_operands); in DecodeOperand()
813 opcode_desc->operandTypes[opcode_desc->numTypes - i - 1]); in DecodeInstruction()