Searched refs:OP_SEL_0 (Results 1 – 6 of 6) sorted by relevance
974 Mod == SISrcMods::OP_SEL_0 && in printPackedModifier()1006 unsigned FI = !!(MI->getOperand(FIN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()1007 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()1013 printPackedModifier(MI, " op_sel:[", SISrcMods::OP_SEL_0, O); in printOpSel()
186 OP_SEL_0 = 1 << 2, enumerator
212 if ((Val & SISrcMods::OP_SEL_0) || !(Val & SISrcMods::OP_SEL_1)) in updateOperand()224 Mod.setImm(Mod.getImm() | SISrcMods::OP_SEL_0); in updateOperand()
2496 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMods()2602 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMadMixModsImpl()
1314 int OP_SEL_0 = 4;
6407 ModVal |= SISrcMods::OP_SEL_0; in cvtVOP3P()