Added support for BMI2 instructions

This commit is contained in:
SChernykh
2020-01-21 19:44:56 +01:00
parent c3a5074061
commit eaaf157997
8 changed files with 81 additions and 5 deletions

View File

@@ -123,7 +123,9 @@ namespace randomx {
void h_IMUL_R(const Instruction&);
void h_IMUL_M(const Instruction&);
void h_IMULH_R(const Instruction&);
void h_IMULH_R_BMI2(const Instruction&);
void h_IMULH_M(const Instruction&);
void h_IMULH_M_BMI2(const Instruction&);
void h_ISMULH_R(const Instruction&);
void h_ISMULH_M(const Instruction&);
void h_IMUL_RCP(const Instruction&);