Searched refs:depctr (Results 1 – 1 of 1) sorted by relevance
623 …aco_ptr<SOPP_instruction> depctr{create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr… in handle_instruction_gfx10() local624 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() local663 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()