Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaDescription.cpp539 { ALL, ISA_AND, ISA_Inst_Logic, "and", 5, SAME_DATA_TYPE,
551 { ALL, ISA_OR, ISA_Inst_Logic, "or", 5, SAME_DATA_TYPE,
586 { ALL, ISA_SHL, ISA_Inst_Logic, "shl", 5, 0,
598 { ALL, ISA_SHR, ISA_Inst_Logic, "shr", 5, 0,
610 { ALL, ISA_ASR, ISA_Inst_Logic, "asr", 5, 0,
622 { ALL, ISA_CBIT, ISA_Inst_Logic, "cbit", 4, 0,
699 { ALL, ISA_FBL, ISA_Inst_Logic, "fbl", 4, 0,
710 { ALL, ISA_FBH, ISA_Inst_Logic, "fbh", 4, 0,
967 { ALL, ISA_BFE, ISA_Inst_Logic, "bfe", 6, 0,
981 { ALL, ISA_BFI, ISA_Inst_Logic, "bfi", 7, 0,
[all …]
H A DIsaDescription.h166 ISA_Inst_Logic = 0x2, enumerator
H A DCommon_ISA_util.cpp449 case ISA_Inst_Logic: in hasPredicate()
489 case ISA_Inst_Logic: in hasExecSize()
H A DIsaVerification.cpp107 case ISA_Inst_Logic: in getDstIndex()
623 ISA_Inst_Table[opcode].type != ISA_Inst_Logic && in verifyRegion()
831 REPORT_INSTRUCTION(options,ISA_Inst_Table[opcode].type != ISA_Inst_Logic, in verifyVectorOperand()
837 REPORT_INSTRUCTION(options,ISA_Inst_Table[opcode].type == ISA_Inst_Logic, in verifyVectorOperand()
4165 case ISA_Inst_Logic: verifyInstructionLogic (inst); break; in verifyInstruction()
H A DByteCodeReaderNG.cpp597 case ISA_Inst_Logic: in readInstructionCommonNG()
701 case ISA_Inst_Logic: in readInstructionCommonNG()
2360 case ISA_Inst_Logic: in readInstructionNG()
H A DIsaDisassembly.cpp797 ISA_Inst_Logic == ISA_Inst_Table[opcode].type || in printInstructionCommon()
3288 case ISA_Inst_Logic: in printInstruction()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DIsaDescription.h165 ISA_Inst_Logic = 0x2, enumerator