Searched refs:OP_SEL_0 (Results 1 – 12 of 12) 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()
1073 Mod == SISrcMods::OP_SEL_0 && in printPackedModifier()1105 unsigned FI = !!(MI->getOperand(FIN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()1106 unsigned BC = !!(MI->getOperand(BCN).getImm() & SISrcMods::OP_SEL_0); in printOpSel()1112 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;
190 OP_SEL_0 = 1 << 2, enumerator
212 if (!(Val & SISrcMods::OP_SEL_0) && (Val & SISrcMods::OP_SEL_1)) { in updateOperand()223 Mod.setImm(Mod.getImm() | SISrcMods::OP_SEL_0); in updateOperand()
2796 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMods()2869 Mods |= SISrcMods::OP_SEL_0; in SelectVOP3PMadMixModsImpl()
1356 int OP_SEL_0 = 4;
6407 ModVal |= SISrcMods::OP_SEL_0; in cvtVOP3P()
7222 ModVal |= SISrcMods::OP_SEL_0; in cvtVOP3P()