diff options
author | 2022-07-26 23:57:19 +0800 | |
---|---|---|
committer | 2022-07-29 18:22:32 +0800 | |
commit | d47b2dc87c58154052daf8ac0f9229db5c7890cc (patch) | |
tree | 78ace17ff4fec7785d9a0622d51357afc6810087 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | LoongArch: Use the "move" pseudo-instruction where applicable (diff) | |
download | wireguard-linux-d47b2dc87c58154052daf8ac0f9229db5c7890cc.tar.xz wireguard-linux-d47b2dc87c58154052daf8ac0f9229db5c7890cc.zip |
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions