commit | 9b6584e35f407a391de39938fd0b4fb29671924f | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@mips.com> | Fri Apr 05 22:50:36 2019 +0000 |
committer | Paul Burton <paul.burton@mips.com> | Tue Apr 09 16:21:30 2019 -0700 |
tree | a0c653c452daa4462b38e6bc2a50c281474d98e5 | |
parent | c838b580ca9dcf16b07aa72bb61a914e9db0fd2c [diff] |
MIPS: jump_label: Use compact branches for >= r6 MIPSr6 introduced compact branches which have no delay slots. Make use of them for jump labels in order to avoid the need for a nop to fill the branch or jump delay slot, saving 4 bytes of code for each static branch. Signed-off-by: Paul Burton <paul.burton@mips.com> Cc: linux-mips@vger.kernel.org