diff options
author | Chenghui Pan <panchenghui@loongson.cn> | 2023-11-03 17:01:36 +0800 |
---|---|---|
committer | Lulu Cheng <chenglulu@loongson.cn> | 2023-11-10 16:43:08 +0800 |
commit | ebc27b06c834bda2eef065435943eed1122049b1 (patch) | |
tree | 1ac8d4ebff6b038cc1ebf69c8cf9cb64353a9105 /gcc | |
parent | 072a409803a270fd3e8f8aa1b4f9bb8e83789b85 (diff) | |
download | gcc-ebc27b06c834bda2eef065435943eed1122049b1.zip gcc-ebc27b06c834bda2eef065435943eed1122049b1.tar.gz gcc-ebc27b06c834bda2eef065435943eed1122049b1.tar.bz2 |
LoongArch: Fix instruction name typo in lsx_vreplgr2vr_<lsxfmt_f> template
gcc/ChangeLog:
* config/loongarch/lsx.md: Fix instruction name typo in
lsx_vreplgr2vr_<lsxfmt_f> template.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/loongarch/lsx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/loongarch/lsx.md b/gcc/config/loongarch/lsx.md index 4af32c8..55c7d79 100644 --- a/gcc/config/loongarch/lsx.md +++ b/gcc/config/loongarch/lsx.md @@ -1523,7 +1523,7 @@ "ISA_HAS_LSX" { if (which_alternative == 1) - return "ldi.<lsxfmt>\t%w0,0"; + return "vldi.<lsxfmt>\t%w0,0"; if (!TARGET_64BIT && (<MODE>mode == V2DImode || <MODE>mode == V2DFmode)) return "#"; |