linux/arch/loongarch
WANG Xuerui 57ce5d3eef LoongArch: Use the "move" pseudo-instruction where applicable
Some of the assembly code in the LoongArch port likely originated
from a time when the assembler did not support pseudo-instructions like
"move" or "jr", so the desugared form was used and readability suffers
(to a minor degree) as a result.

As the upstream toolchain supports these pseudo-instructions from the
beginning, migrate the existing few usages to them for better
readability.

Signed-off-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
2022-07-29 18:22:32 +08:00
..
boot LoongArch: Add build infrastructure 2022-06-03 20:09:27 +08:00
configs LoongArch: Add Loongson-3 default config file 2022-06-03 20:09:29 +08:00
include LoongArch: Use the "move" pseudo-instruction where applicable 2022-07-29 18:22:32 +08:00
kernel LoongArch: Use the "move" pseudo-instruction where applicable 2022-07-29 18:22:32 +08:00
lib LoongArch: Add some library functions 2022-06-03 20:09:28 +08:00
mm LoongArch: Use the "jr" pseudo-instruction where applicable 2022-07-29 18:22:32 +08:00
pci LoongArch: Add build infrastructure 2022-06-03 20:09:27 +08:00
vdso LoongArch: Fix build errors for tinyconfig 2022-07-07 17:41:01 +08:00
Kbuild LoongArch: Add build infrastructure 2022-06-03 20:09:27 +08:00
Kconfig mmu_gather: Remove per arch tlb_{start,end}_vma() 2022-07-21 10:50:13 -07:00
Kconfig.debug LoongArch: Add build infrastructure 2022-06-03 20:09:27 +08:00
Makefile LoongArch: Add Loongson-3 default config file 2022-06-03 20:09:29 +08:00