On 15/08/2022 09.26, Milica Lazarevic wrote:
Renamed the following functions by adding a suffix:
- copy to copy_ui and copy_i
- IMMEDIATE to IMMEDIATE_UI and IMMEDIATE_I
Calls to copy and IMMEDIATE functions are replaced based on the type of
arguments.

Disassemble function that calls the other variant of it is deleted.
Where it is called, now we're directly calling the other implementation.

Signed-off-by: Milica Lazarevic <milica.lazare...@syrmia.com>
---
  disas/nanomips.cpp | 3103 ++++++++++++++++++++++----------------------
  1 file changed, 1550 insertions(+), 1553 deletions(-)

I did not check each and every line, but generally this seems sane to me:

Acked-by: Thomas Huth <th...@redhat.com>



Reply via email to