Home
last modified time | relevance | path

Searched refs:ISA_SETP (Results 1 – 9 of 9) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DisaDef.h40 DECLARE_CISA_OPCODE(EOPCODE_SETP, "setp", ISA_SETP)
H A DCISABuilder.hpp908 DataMov(ISA_SETP, dst, src0); in SetP()
H A DCISABuilder.cpp1432 if (opcode == ISA_SETP) in DataMov()
3223 case ISA_SETP: in GenericAlu()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_util.cpp272 case ISA_SETP: in GetGenOpcodeFromVISAOpcode()
447 …return !(op == ISA_SETP || op == ISA_MOVS || op == ISA_FMINMAX || op == ISA_BF_CVT || op == ISA_FC… in hasPredicate()
H A DIsaDescription.cpp66 { ISA_SETP, ISA_Inst_Mov, "setp", 1, 1 },
667 { ALL, ISA_SETP, ISA_Inst_Mov, "setp", 3, 0,
H A DIsaVerification.cpp1082 case ISA_SETP: in verifyInstructionMove()
H A DVISAKernelImpl.cpp3064 return AppendVISADataMovementInst(ISA_SETP, NULL, false, emask, executionSize, dstOpnd, src0); in AppendVISASetP()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h297 ISA_SETP = 0x2B, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/VisaToG4/
H A DTranslateALU.cpp512 else if (opcode == ISA_SETP) in translateVISADataMovementInst()