cleanup
This commit is contained in:
parent
3974c44800
commit
7f7b2cfcf0
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: fetchdecode.h,v 1.97 2010-02-08 10:39:30 sshwarts Exp $
|
||||
// $Id: fetchdecode.h,v 1.98 2010-02-08 15:22:53 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (c) 2005-2010 Stanislav Shwartsman
|
||||
@ -914,11 +914,11 @@ static const BxOpcodeInfo_t BxOpcodeInfoG14R[8] = {
|
||||
/* 0 */ { 0, BX_IA_ERROR },
|
||||
/* 1 */ { 0, BX_IA_ERROR },
|
||||
/* 2 */ { BxImmediate_Ib | BxPrefixSSE, BX_IA_PSRLQ_PqIb, BxOpcodeGroupSSE_G1402 },
|
||||
/* 3 */ { BxImmediate_Ib | BxPrefixSSE, BX_IA_ERROR, BxOpcodeGroupSSE_G1403 },
|
||||
/* 3 */ { BxImmediate_Ib | BxPrefixSSE66, BX_IA_PSRLDQ_UdqIb },
|
||||
/* 4 */ { 0, BX_IA_ERROR },
|
||||
/* 5 */ { 0, BX_IA_ERROR },
|
||||
/* 6 */ { BxImmediate_Ib | BxPrefixSSE, BX_IA_PSLLQ_PqIb, BxOpcodeGroupSSE_G1406 },
|
||||
/* 7 */ { BxImmediate_Ib | BxPrefixSSE, BX_IA_ERROR, BxOpcodeGroupSSE_G1407 }
|
||||
/* 7 */ { BxImmediate_Ib | BxPrefixSSE66, BX_IA_PSLLDQ_UdqIb }
|
||||
};
|
||||
|
||||
/* ******** */
|
||||
|
@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
// $Id: fetchdecode_sse.h,v 1.2 2010-02-08 14:54:26 sshwarts Exp $
|
||||
// $Id: fetchdecode_sse.h,v 1.3 2010-02-08 15:22:53 sshwarts Exp $
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// Copyright (c) 2005-2010 Stanislav Shwartsman
|
||||
@ -800,24 +800,12 @@ static const BxOpcodeInfo_t BxOpcodeGroupSSE_G1402[3] = {
|
||||
/* F3 */ { 0, BX_IA_ERROR }
|
||||
};
|
||||
|
||||
static const BxOpcodeInfo_t BxOpcodeGroupSSE_G1403[3] = {
|
||||
/* 66 */ { 0, BX_IA_PSRLDQ_UdqIb },
|
||||
/* F2 */ { 0, BX_IA_ERROR },
|
||||
/* F3 */ { 0, BX_IA_ERROR }
|
||||
};
|
||||
|
||||
static const BxOpcodeInfo_t BxOpcodeGroupSSE_G1406[3] = {
|
||||
/* 66 */ { 0, BX_IA_PSLLQ_UdqIb },
|
||||
/* F2 */ { 0, BX_IA_ERROR },
|
||||
/* F3 */ { 0, BX_IA_ERROR }
|
||||
};
|
||||
|
||||
static const BxOpcodeInfo_t BxOpcodeGroupSSE_G1407[3] = {
|
||||
/* 66 */ { 0, BX_IA_PSLLDQ_UdqIb },
|
||||
/* F2 */ { 0, BX_IA_ERROR },
|
||||
/* F3 */ { 0, BX_IA_ERROR }
|
||||
};
|
||||
|
||||
static const BxOpcodeInfo_t BxOpcodeGroupSSE_G9VMX6[3] = {
|
||||
/* 66 */ { 0, BX_IA_VMCLEAR_Mq },
|
||||
/* F2 */ { 0, BX_IA_ERROR },
|
||||
|
Loading…
Reference in New Issue
Block a user