Home
last modified time | relevance | path

Searched refs:ISA_FCALL (Results 1 – 8 of 8) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/include/
H A Dvisa_igc_common_header.h357 ISA_FCALL = 0x67, enumerator
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DCommon_ISA_framework.cpp69 if (opcode != ISA_FCALL) in createCisaInstruction()
H A DIsaDisassembly.cpp1004 case ISA_FCALL: in printInstructionControlFlow()
1009 if (opcode == ISA_FCALL) in printInstructionControlFlow()
1021 if (opcode == ISA_FCALL) in printInstructionControlFlow()
H A DIsaDescription.cpp126 { ISA_FCALL, ISA_Inst_Flow, "fcall", 3, 0 },
1298 { ALL, ISA_FCALL, ISA_Inst_Flow, "fcall", 5, 0,
H A DByteCodeReaderNG.cpp1169 case ISA_FCALL: in readInstructionControlFlow()
1174 uint16_t labelId = (opcode == ISA_JMP || opcode == ISA_CALL || opcode == ISA_FCALL) ? in readInstructionControlFlow()
1177 if (opcode == ISA_FCALL) in readInstructionControlFlow()
H A DCISA.l661 CISAlval.opcode = ISA_FCALL;
H A DIsaVerification.cpp1193 case ISA_FCALL: in verifyInstructionControlFlow()
H A DVISAKernelImpl.cpp3430 ISA_Opcode opcode = ISA_FCALL; in AppendVISACFFunctionCallInst()