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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_ir.h1420 enum sdwa_sel : uint8_t { enum in struct:aco::SubdwordSel
1442 SubdwordSel() : sel((sdwa_sel)0) {}
1443 constexpr SubdwordSel(sdwa_sel sel_) : sel(sel_) {}
1445 : sel((sdwa_sel)((sign_extend ? sext : 0) | size << 2 | offset))
1447 constexpr operator sdwa_sel() const { return sel; }
1465 sdwa_sel sel;

Completed in 6 milliseconds