diff options
author | Milica Lazarevic <milica.lazarevic@syrmia.com> | 2022-09-12 14:26:16 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2022-10-31 11:32:07 +0100 |
commit | 2dc0c175df28cd9c9a5eeb12880219cb0f426951 (patch) | |
tree | 9eae1da182e9f62a6c3988eda0b67c58cd799022 /hw/pci-host/dino.c | |
parent | 9972c8fa7c5126311417b1d3cf355d28a6955d3d (diff) | |
download | qemu-2dc0c175df28cd9c9a5eeb12880219cb0f426951.zip qemu-2dc0c175df28cd9c9a5eeb12880219cb0f426951.tar.gz qemu-2dc0c175df28cd9c9a5eeb12880219cb0f426951.tar.bz2 |
disas/nanomips: Remove helper methods from class
Helper methods from NMD class like NMD::renumber_registers,
NMD::decode_gpr_gpr4... etc. are removed from the class. They're now
declared global static functions.
Following helper methods have been deleted because they're not used by
the nanomips disassembler:
- NMD::encode_msbd_from_pos_and_size,
- NMD::encode_s_from_s_hi,
- NMD::neg_copy
Global functions used by those methods:
- nanomips_dis
- sign_extend
- extract_bits
have also been defined as static global functions.
Signed-off-by: Milica Lazarevic <milica.lazarevic@syrmia.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220912122635.74032-6-milica.lazarevic@syrmia.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Diffstat (limited to 'hw/pci-host/dino.c')
0 files changed, 0 insertions, 0 deletions