Searched refs:isVOP2 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1243 assert(isVOP2());
1248 assert(isVOP2());
1251 constexpr bool isVOP2() const noexcept { return (uint16_t)format & (uint16_t)Format::VOP2; } function in struct:aco::Instruction
1316 return isVOP1() || isVOP2() || isVOPC() || isVOP3() || isVOP3P();
H A Daco_assembler.cpp589 if (instr->isVOP2()) {

Completed in 7 milliseconds