linux/arch/loongarch
WANG Xuerui d47b2dc87c LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ
While B{EQ,NE}Z and B{EQ,NE} are different instructions, and the vastly
expanded range for branch destination does not really matter in the few
cases touched, use the B{EQ,NE}Z where possible for shorter lines and
better consistency (e.g. some places used "BEQ foo, zero", while some
used "BEQ zero, foo").

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
configs LoongArch: Add Loongson-3 default config file 2022-06-03 20:09:29 +08:00
include LoongArch: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ 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: Simplify "BEQ/BNE foo, zero" with BEQZ/BNEZ 2022-07-29 18:22:32 +08:00
pci
vdso LoongArch: Fix build errors for tinyconfig 2022-07-07 17:41:01 +08:00
Kbuild
Kconfig mmu_gather: Remove per arch tlb_{start,end}_vma() 2022-07-21 10:50:13 -07:00
Kconfig.debug
Makefile LoongArch: Add Loongson-3 default config file 2022-06-03 20:09:29 +08:00