Lines Matching refs:opc
96 multiclass MMXI_binop_rm_int<bits<8> opc, string OpcodeStr, Intrinsic IntId,
98 def irr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
105 def irm : MMXI<opc, MRMSrcMem, (outs VR64:$dst),
113 multiclass MMXI_binop_rmi_int<bits<8> opc, bits<8> opc2, Format ImmForm,
116 def rr : MMXI<opc, MRMSrcReg, (outs VR64:$dst),
121 def rm : MMXI<opc, MRMSrcMem, (outs VR64:$dst),
136 multiclass SS3I_unop_rm_int_mm<bits<8> opc, string OpcodeStr,
138 def rr64 : MMXSS38I<opc, MRMSrcReg, (outs VR64:$dst), (ins VR64:$src),
143 def rm64 : MMXSS38I<opc, MRMSrcMem, (outs VR64:$dst), (ins i64mem:$src),
152 multiclass SS3I_binop_rm_int_mm<bits<8> opc, string OpcodeStr,
155 def rr64 : MMXSS38I<opc, MRMSrcReg, (outs VR64:$dst),
160 def rm64 : MMXSS38I<opc, MRMSrcMem, (outs VR64:$dst),
185 multiclass sse12_cvt_pint<bits<8> opc, RegisterClass SrcRC, RegisterClass DstRC,
188 def irr : MMXPI<opc, MRMSrcReg, (outs DstRC:$dst), (ins SrcRC:$src), asm,
191 def irm : MMXPI<opc, MRMSrcMem, (outs DstRC:$dst), (ins x86memop:$src), asm,
196 multiclass sse12_cvt_pint_3addr<bits<8> opc, RegisterClass SrcRC,
199 def irr : MMXPI<opc, MRMSrcReg, (outs DstRC:$dst),
203 def irm : MMXPI<opc, MRMSrcMem, (outs DstRC:$dst),