added a new handlers and reverted vmlocate.cpp changes...

merge-requests/18/merge v2.0
_xeroxz 3 years ago
parent 607ad8f985
commit d96f065dd3

@ -75,11 +75,6 @@ namespace vm::handler
SHLD_W,
SHLDB,
SHRDQ,
SHRDW,
SHRD_W,
SHRDB,
SHRQ,
SHRDW,
SHRW,
@ -87,7 +82,8 @@ namespace vm::handler
NANDQ,
NANDDW,
NANDW
NANDW,
NANDB
};
/// <summary>
@ -167,15 +163,10 @@ namespace vm::handler
extern vm::handler::profile_t shlq;
extern vm::handler::profile_t shldw;
<<<<<<< HEAD
extern vm::handler::profile_t shlw;
extern vm::handler::profile_t shldq;
=======
>>>>>>> 573cc04fc1804ac328b555bb1136d132d858a6fe
extern vm::handler::profile_t shlddw;
extern vm::handler::profile_t shrddw;
extern vm::handler::profile_t nandq;
extern vm::handler::profile_t nanddw;
@ -184,7 +175,6 @@ namespace vm::handler
extern vm::handler::profile_t writeq;
extern vm::handler::profile_t writedw;
extern vm::handler::profile_t writew;
extern vm::handler::profile_t writeb;
extern vm::handler::profile_t readq;
@ -216,13 +206,8 @@ namespace vm::handler
&lconstbsxdw, &lconstbsxq, &lconstdwsxq, &lconstwsxq, &lconstwsxdw, &lconstdw, &lconstw, &addq,
&adddw, &addw, &addb, &popvsp,
<<<<<<< HEAD
&shlq, &shldw, &shlw, &writeq, &writedw, &writeb, &nandq, &nanddw,
&nandw, &nandb,
=======
&shlq, &shldw, &writeq, &writedw, &writew, &writeb, &nandq, &nanddw,
&nandw, &nandb,
>>>>>>> 573cc04fc1804ac328b555bb1136d132d858a6fe
&shlddw, &shldq,

Loading…
Cancel
Save