Searched refs:sdwa_asuint (Results 1 – 5 of 5) sorted by relevance
187 …check((sdwa->sel[i] & sdwa_asuint) == (sdwa_isra | instr->operands[i].bytes()), "Unexpected SDWA s… in validate_ir()190 …check((sdwa->dst_sel & sdwa_asuint) == (sdwa_isra | instr->definitions[0].bytes()), "Unexpected SD… in validate_ir()573 …if (instr->isSDWA() && (static_cast<SDWA_instruction *>(instr.get())->sel[index] & sdwa_asuint) ==… in validate_subdword_operand()
648 switch (sdwa->dst_sel & sdwa_asuint) { in print_instr_format_specific()
42 return sel & sdwa_asuint; in get_sdwa_sel()
1075 sdwa_asuint = 0x7 | 0x10, enumerator
907 … can_use_mod && (static_cast<SDWA_instruction*>(instr.get())->sel[i] & sdwa_asuint) == sdwa_udword; in label_instruction()