Displaying 1 result from an estimated 1 matches for "memopv2f64".
2009 Apr 30
6
[LLVMdev] RFC: AVX Pattern Specification [LONG]
...Drm : PDI<opc, MRMSrcMem, (outs VR128:$dst),
(ins VR128:$src1, f128mem:$src2),
!strconcat(OpcodeStr, "pd\t{$src2, $dst|$dst, $src2}"),
[(set VR128:$dst, (OpNode VR128:$src1,
(memopv2f64 addr:$src2)))]>;
}
This looks identical to basic_sse1_fp_binop_rm except it's SD/PD instead of
SS/PS and types and register classes differ in a predictable way.
So we already have two "levels" or redundancy: one within a single multiclass
and then redudancy across multiclasses....