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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp668 aco_ptr<SOPP_instruction> depctr{ local in function:aco::__anonc617705e0110::handle_instruction_gfx10
670 depctr->imm = 0xffe3;
671 depctr->block = -1;
672 new_instructions.emplace_back(std::move(depctr));
708 aco_ptr<SOPP_instruction> depctr{ local in function:aco::__anonc617705e0110::handle_instruction_gfx10
710 depctr->imm = 0xfffe;
711 depctr->block = -1;
712 new_instructions.emplace_back(std::move(depctr));

Completed in 4 milliseconds