mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
s390/amode31: Use exrl instead of ex
exrl is present in all machines currently supported, therefore prefer it over ex. This saves one instruction and doesn't need an additional register to hold the address of the target instruction. Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Reviewed-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
This commit is contained in:
parent
a88c26bb8e
commit
90c5515dcb
|
@ -18,8 +18,7 @@
|
|||
* affects a few functions that are not performance-relevant.
|
||||
*/
|
||||
.macro BR_EX_AMODE31_r14
|
||||
larl %r1,0f
|
||||
ex 0,0(%r1)
|
||||
exrl 0,0f
|
||||
j .
|
||||
0: br %r14
|
||||
.endm
|
||||
|
|
Loading…
Reference in New Issue
Block a user