Docs for MASKMOVQ were also not correct :(

This commit is contained in:
Stanislav Shwartsman 2008-04-16 05:45:45 +00:00
parent 4f3f8608f7
commit b3167d1a8f

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////
// $Id: mmx.cc,v 1.77 2008-04-16 05:41:43 sshwarts Exp $
// $Id: mmx.cc,v 1.78 2008-04-16 05:45:45 sshwarts Exp $
/////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2002 Stanislav Shwartsman
@ -2453,11 +2453,6 @@ void BX_CPP_AttrRegparmN(1) BX_CPU_C::MASKMOVQ_PqPRq(bxInstruction_c *i)
#if BX_SUPPORT_3DNOW || BX_SUPPORT_SSE >= 1
BX_CPU_THIS_PTR prepareMMX();
if (i->modC0()) {
BX_ERROR(("MASKMOVQ_PqPRq: must be register operand!"));
UndefinedOpcode(i);
}
bx_address rdi;
BxPackedMmxRegister op = BX_READ_MMX_REG(i->nnn()), tmp,
mask = BX_READ_MMX_REG(i->rm());