Lines Matching refs:OpNode
94 multiclass xop3op<bits<8> opc, string OpcodeStr, SDNode OpNode,
100 (vt128 (OpNode (vt128 VR128:$src1), (vt128 VR128:$src2))))]>,
106 (vt128 (OpNode (vt128 VR128:$src1),
113 (vt128 (OpNode (vt128 (load addr:$src1)),
140 multiclass xop3opimm<bits<8> opc, string OpcodeStr, SDNode OpNode,
146 (vt128 (OpNode (vt128 VR128:$src1), timm:$src2)))]>,
152 (vt128 (OpNode (vt128 (load addr:$src1)), timm:$src2)))]>,
244 multiclass xopvpcom<bits<8> opc, string Suffix, SDNode OpNode, ValueType vt128,
253 (vt128 (OpNode (vt128 VR128:$src1), (vt128 VR128:$src2),
261 (vt128 (OpNode (vt128 VR128:$src1),
267 def : Pat<(OpNode (load addr:$src2),
282 multiclass xop4op<bits<8> opc, string OpcodeStr, SDNode OpNode,
289 (vt128 (OpNode (vt128 VR128:$src1), (vt128 VR128:$src2),
297 (vt128 (OpNode (vt128 VR128:$src1), (vt128 VR128:$src2),
305 (v16i8 (OpNode (vt128 VR128:$src1), (vt128 (load addr:$src2)),