Home
last modified time | relevance | path

Searched refs:OPERAND_PREDICATE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA.h102 OPERAND_PREDICATE = 0x2, enumerator
600 case OPERAND_PREDICATE: return opnd_val.pred_opnd .index; in getOperandIndex()
699 assert(_opnd.v_opnd.getOperandClass() == OPERAND_PREDICATE); in convertToPred()
H A DIsaVerification.cpp146 case OPERAND_PREDICATE : sstr << printPredicateDecl (header, index); break; in diagDumpInstructionOperandDecls()
943 if (OPERAND_PREDICATE == operand_class_src0) in verifyInstructionMove()
1084 REPORT_INSTRUCTION(options,operand_class_dst == OPERAND_PREDICATE, in verifyInstructionMove()
1463 if (type != OPERAND_GENERAL && type != OPERAND_ADDRESS && type != OPERAND_PREDICATE) in verifyInstructionMisc()
1939 … REPORT_INSTRUCTION(options,operand_class == OPERAND_PREDICATE || operand_class == OPERAND_GENERAL, in verifyInstructionCompare()
1943 … REPORT_INSTRUCTION(options,operand_class != OPERAND_ADDRESS && operand_class != OPERAND_PREDICATE, in verifyInstructionCompare()
1972 REPORT_INSTRUCTION(options,operand_class != OPERAND_PREDICATE, in verifyInstructionAddress()
2865 …STRUCTION(options,operand_class_xoff != OPERAND_ADDRESS && operand_class_xoff != OPERAND_PREDICATE, in verifyInstructionDataport()
2869 …STRUCTION(options,operand_class_yoff != OPERAND_ADDRESS && operand_class_yoff != OPERAND_PREDICATE, in verifyInstructionDataport()
2899 … REPORT_INSTRUCTION(options,operand_class != OPERAND_ADDRESS && operand_class != OPERAND_PREDICATE, in verifyInstructionDataport()
[all …]
H A DCommon_ISA_util.cpp1135 case OPERAND_PREDICATE: in getSizeInBinary()
1401 case OPERAND_PREDICATE: in getVectorOperandType()
H A DBinaryCISAEmission.cpp340 case OPERAND_PREDICATE: in emitVectorOpnd()
H A DIsaDisassembly.cpp275 case OPERAND_PREDICATE: in printVectorOperand()
1397 else if (type == OPERAND_PREDICATE) in printInstructionMisc()
H A DVISAKernelImpl.cpp2150 cisa_opnd->tag = OPERAND_PREDICATE; in CreateVISAPredicateOperandvISA()
2151 cisa_opnd->_opnd.v_opnd.tag = OPERAND_PREDICATE; in CreateVISAPredicateOperandvISA()
7318 properties |= (OPERAND_PREDICATE << 4); in AppendVISALifetime()
7350 else if (var->_opnd.v_opnd.tag == OPERAND_PREDICATE) in AppendVISALifetime()
7352 opnd[0]->_opnd.other_opnd |= (OPERAND_PREDICATE << 4); in AppendVISALifetime()
H A DByteCodeReaderNG.cpp412 case OPERAND_PREDICATE: in readVectorOperandNG()
1473 else if (opndClass == OPERAND_PREDICATE) in readInstructionMisc()