Home
last modified time | relevance | path

Searched refs:CISA_OPND_RAW (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DBinaryCISAEmission.cpp204 …lse if (inst->opnd_array != NULL && inst->opnd_array[currendOpndIndex]->opnd_type == CISA_OPND_RAW) in emitCisaInst()
H A DCommon_ISA.h619 CISA_OPND_RAW = 1, enumerator
H A DIsaVerification.cpp152 else if (inst->opnd_array[i]->opnd_type == CISA_OPND_RAW) in diagDumpInstructionOperandDecls()
245 case CISA_OPND_RAW: in getOperandVISAType()
905 case CISA_OPND_RAW : verifyRawOperand (inst, i); break; in verifyOperand()
3544 if (getOperandType(inst, absIx) != CISA_OPND_RAW) { in verifyRawOperand()
H A DIsaDisassembly.cpp351 … case CISA_OPND_RAW: sstr << printRawOperand (header, getRawOperand (inst, i), opt); break; in printOperand()
2654 if (getOperandType(inst, absIx) != CISA_OPND_RAW) { in formatRawOperand()
H A DVISAKernelImpl.cpp2450 cisa_opnd->opnd_type = CISA_OPND_RAW; in CreateVISARawOperand()
2627 cisa_opnd->opnd_type = CISA_OPND_RAW; in CreateVISANullRawOperand()