Lines Matching refs:sopp
193 return instr->sopp().imm + 1; in get_wait_states()
653 uint16_t imm = instr->sopp().imm; in handle_instruction_gfx10()
659 if (instr->sopp().imm == 0xffe3) in handle_instruction_gfx10()
719 if ((instr->sopp().imm & 0xfffe) == 0xfffe) in handle_instruction_gfx10()
747 const SOPP_instruction& sopp = instr->sopp(); in handle_instruction_gfx10() local
748 if (sopp.opcode == aco_opcode::s_waitcnt_lgkmcnt) { in handle_instruction_gfx10()
749 if (sopp.imm == 0 && sopp.definitions[0].physReg() == sgpr_null) in handle_instruction_gfx10()
751 } else if (sopp.opcode == aco_opcode::s_waitcnt) { in handle_instruction_gfx10()
752 unsigned lgkm = (sopp.imm >> 8) & 0x3f; in handle_instruction_gfx10()
804 Builder(state.program, &new_instructions).sopp(aco_opcode::s_nop, -1, 0); in handle_instruction_gfx10()
816 Builder(state.program, &new_instructions).sopp(aco_opcode::s_nop, -1, 0); in handle_instruction_gfx10()