From 7d1a294eae00b8f6e752ec34f794ba09ea80974a Mon Sep 17 00:00:00 2001
From: gdkchan <gab.dark.100@gmail.com>
Date: Sun, 1 Mar 2020 04:47:05 -0300
Subject: [PATCH] Implement SMULWB, SMULWT, SMLAWB, SMLAWT (AArch32) (#953)

* Implement SMULWB, SMULWT, SMLAWB, SMLAWT, and add tests for some multiply instructions

* Improve test descriptions

* Rename SMULH to SMUL__

Co-authored-by: jduncanator <1518948+jduncanator@users.noreply.github.com>