X86: Implement MOVQ2DQ.

This commit is contained in:
Gabe Black
2009-08-17 20:25:14 -07:00
parent 317a9ac6d1
commit 56d87cdc08
2 changed files with 6 additions and 2 deletions

View File

@@ -951,7 +951,7 @@
}
// repe (0xF3)
0x4: decode OPCODE_OP_BOTTOM3 {
0x6: WarnUnimpl::movq2dq_Vo_PRq();
0x6: MOVQ2DQ(Vo,PRq);
default: UD2();
}
// operand size (0x66)

View File

@@ -82,8 +82,12 @@ def macroop MOVQ_P_XMM {
def macroop MOVDQ2Q_MMX_XMM {
movfp mmx, xmmlm, dataSize=8
};
def macroop MOVQ2DQ_XMM_MMX {
movfp xmml, mmxm, dataSize=8
lfpimm xmmh, 0
};
'''
# MOVDQA
# MOVDQU
# MOVQ2DQ
# LDDQU