Home
last modified time | relevance | path

Searched refs:UAddC (Results 1 – 2 of 2) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DCISABuilder.hpp310 inline void UAddC(CVariable* dst, CVariable* src0, CVariable* src1);
921 inline void CEncoder::UAddC(CVariable* dst, CVariable* src0, CVariable* src1) in UAddC() function in IGC::CEncoder
H A DEmitVISAPass.cpp2268 m_encoder->UAddC(dst, src0, src1); in EmitSimpleAlu()