jit: SMULL and SMLAL

This commit is contained in:
RSDuck
2019-07-12 16:42:42 +02:00
parent f22521a43d
commit 9336fcbbe6
3 changed files with 55 additions and 4 deletions

View File

@ -57,6 +57,7 @@ private:
void A_Comp_CmpOp();
void A_Comp_MUL_MLA();
void A_Comp_SMULL_SMLAL();
void A_Comp_CLZ();