Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_insert_NOPs.cpp623 …aco_ptr<SOPP_instruction> depctr{create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr… in handle_instruction_gfx10() local
624 depctr->imm = 0xffe3; in handle_instruction_gfx10()
625 depctr->block = -1; in handle_instruction_gfx10()
626 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10()
662 …aco_ptr<SOPP_instruction> depctr{create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr… in handle_instruction_gfx10() local
663 depctr->imm = 0xfffe; in handle_instruction_gfx10()
664 depctr->block = -1; in handle_instruction_gfx10()
665 new_instructions.emplace_back(std::move(depctr)); in handle_instruction_gfx10()