The LoongMMI extension has been renamed LoongSIMD
(part of the LoongISA). Rename the helper file accordingly.
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20201120210844.2625602-17-f4bug@amsat.org>
---
target/mips/{lmmi_helper.c => vendor-loong-simd_helper.c} | 0
target/mips/meson.build | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
rename target/mips/{lmmi_helper.c => vendor-loong-simd_helper.c} (100%)
diff --git a/target/mips/lmmi_helper.c b/target/mips/vendor-loong-simd_helper.c
similarity index 100%
rename from target/mips/lmmi_helper.c
rename to target/mips/vendor-loong-simd_helper.c
diff --git a/target/mips/meson.build b/target/mips/meson.build
index 8cc1d0ca0f7..d9285ae047a 100644
--- a/target/mips/meson.build
+++ b/target/mips/meson.build
@@ -4,10 +4,10 @@
'fpu_helper.c',
'gdbstub.c',
'helper.c',
- 'lmmi_helper.c',
'op_helper.c',
'mod-dsp_helper.c',
'mod-msa_helper.c',
+ 'vendor-loong-simd_helper.c',
'vendor-vr54xx_helper.c',
'translate.c',
--
2.26.2