Lines Matching refs:opc
38 multiclass fma3p_rm<bits<8> opc, string OpcodeStr,
43 def r : FMA3<opc, MRMSrcReg, (outs VR128:$dst),
51 def m : FMA3<opc, MRMSrcMem, (outs VR128:$dst),
59 def rY : FMA3<opc, MRMSrcReg, (outs VR256:$dst),
67 def mY : FMA3<opc, MRMSrcMem, (outs VR256:$dst),
143 multiclass fma3s_rm<bits<8> opc, string OpcodeStr,
147 def r : FMA3<opc, MRMSrcReg, (outs RC:$dst),
154 def m : FMA3<opc, MRMSrcMem, (outs RC:$dst),
177 multiclass fma3s_rm_int<bits<8> opc, string OpcodeStr,
179 def r_Int : FMA3<opc, MRMSrcReg, (outs RC:$dst),
186 def m_Int : FMA3<opc, MRMSrcMem, (outs RC:$dst),
267 multiclass fma4s<bits<8> opc, string OpcodeStr, RegisterClass RC,
271 def rr : FMA4<opc, MRMSrcReg, (outs RC:$dst),
277 def rm : FMA4<opc, MRMSrcMem, (outs RC:$dst),
283 def mr : FMA4<opc, MRMSrcMem, (outs RC:$dst),
291 def rr_REV : FMA4<opc, MRMSrcReg, (outs RC:$dst),
298 multiclass fma4s_int<bits<8> opc, string OpcodeStr, Operand memop,
302 def rr_Int : FMA4<opc, MRMSrcReg, (outs VR128:$dst),
308 def rm_Int : FMA4<opc, MRMSrcMem, (outs VR128:$dst),
314 def mr_Int : FMA4<opc, MRMSrcMem, (outs VR128:$dst),
323 multiclass fma4p<bits<8> opc, string OpcodeStr, SDNode OpNode,
327 def rr : FMA4<opc, MRMSrcReg, (outs VR128:$dst),
334 def rm : FMA4<opc, MRMSrcMem, (outs VR128:$dst),
340 def mr : FMA4<opc, MRMSrcMem, (outs VR128:$dst),
347 def rrY : FMA4<opc, MRMSrcReg, (outs VR256:$dst),
354 def rmY : FMA4<opc, MRMSrcMem, (outs VR256:$dst),
360 def mrY : FMA4<opc, MRMSrcMem, (outs VR256:$dst),
368 def rr_REV : FMA4<opc, MRMSrcReg, (outs VR128:$dst),
372 def rrY_REV : FMA4<opc, MRMSrcReg, (outs VR256:$dst),