Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DIsaDescription.cpp71 { ISA_SUBROUTINE, ISA_Inst_Flow, "func", 1, 0 },
721 { ALL, ISA_SUBROUTINE, ISA_Inst_Flow, "func", 1, 0,
729 { ALL, ISA_LABEL, ISA_Inst_Flow, "label", 1, 0,
737 { ALL, ISA_JMP, ISA_Inst_Flow, "jmp", 3, 0,
747 { ALL, ISA_CALL, ISA_Inst_Flow, "call", 3, 0,
757 { ALL, ISA_RET, ISA_Inst_Flow, "ret", 2, 0,
1083 { ALL, ISA_IFCALL, ISA_Inst_Flow, "ifcall", 5, 0,
1095 { ALL, ISA_FADDR, ISA_Inst_Flow, "faddr", 2, 0,
1298 { ALL, ISA_FCALL, ISA_Inst_Flow, "fcall", 5, 0,
1310 { ALL, ISA_FRET, ISA_Inst_Flow, "fret", 2, 0,
[all …]
H A DIsaDescription.h169 ISA_Inst_Flow = 0x5, enumerator
H A DCommon_ISA_util.cpp472 case ISA_Inst_Flow: in hasPredicate()
519 case ISA_Inst_Flow: in hasExecSize()
536 if (ISA_Inst_Table[op].type == ISA_Inst_Flow) in hasLabelSrc()
H A DIsaDisassembly.cpp3293 … case ISA_Inst_Flow: sstr << printInstructionControlFlow (header, instruction, opt); break; in printInstruction()
H A DIsaVerification.cpp4162 case ISA_Inst_Flow: verifyInstructionControlFlow (inst); break; in verifyInstruction()
H A DByteCodeReaderNG.cpp2365 …case ISA_Inst_Flow: readInstructionControlFlow(bytePos, buf, (ISA_Opcode)opcode, container); … in readInstructionNG()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DIsaDescription.h168 ISA_Inst_Flow = 0x5, enumerator