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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_waitcnt.cpp613 Export_instruction& exp_instr = instr->exp(); local in function:aco::__anondaf24d380110::gen
616 if (exp_instr.dest <= 9)
618 else if (exp_instr.dest <= 15)
626 if (exp_instr.enabled_mask & (1 << i)) {
627 unsigned idx = exp_instr.compressed ? i >> 1 : i;
628 assert(idx < exp_instr.operands.size());
629 insert_wait_entry(ctx, exp_instr.operands[idx], ev);

Completed in 3 milliseconds