57c57,72
< # MOVDDUP
---
> def macroop MOVDDUP_XMM_XMM {
> movfp xmmh, xmmlm, dataSize=8
> movfp xmml, xmmlm, dataSize=8
> };
>
> def macroop MOVDDUP_XMM_M {
> ldfp xmml, seg, sib, disp, dataSize=8
> movfp xmmh, xmml, dataSize=8
> };
>
> def macroop MOVDDUP_XMM_P {
> rdip t7
> ldfp xmml, seg, riprel, disp, dataSize=8
> movfp xmmh, xmml, dataSize=8
> };
>