Lines Matching refs:Qt
49 def Combineq: OutPatFrag<(ops node:$Qs, node:$Qt),
54 (V6_vpackeb (V6_vd0), (Q2V $Qt))),
67 def qcat: PatFrag<(ops node:$Qs, node:$Qt),
68 (HexagonQCAT node:$Qs, node:$Qt)>;
297 def: Pat<(VecQ8 (qcat HQ16:$Qs, HQ16:$Qt)), (Combineq $Qt, $Qs)>;
298 def: Pat<(VecQ16 (qcat HQ32:$Qs, HQ32:$Qt)), (Combineq $Qt, $Qs)>;
774 def: Pat<(select I1:$Pu, VecQ8:$Qs, VecQ8:$Qt),
775 (V2Q (PS_vselect $Pu, (Q2V $Qs), (Q2V $Qt)))>;
776 def: Pat<(select I1:$Pu, VecQ16:$Qs, VecQ16:$Qt),
777 (V2Q (PS_vselect $Pu, (Q2V $Qs), (Q2V $Qt)))>;
778 def: Pat<(select I1:$Pu, VecQ32:$Qs, VecQ32:$Qt),
779 (V2Q (PS_vselect $Pu, (Q2V $Qs), (Q2V $Qt)))>;