Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
a0eaca51160da99cd2f3a4952f838faef6a776ef
/
.
/
lib
/
romlib
/
templates
/
wrapper.S
blob: 734a68a2e17f5bcd569cb81ebefe314ae2b11f0d [
file
] [
log
] [
blame
]
/*
*
Copyright
(
c
)
2019
,
Arm Limited. All rights reserved.
*
*
SPDX
-
License
-
Identifier
:
BSD
-3
-
Clause
*/
.globl
${
function_name
}
${
function_name
}:
ldr x17
,
=
jmptbl
mov x16
,
#${function_offset}
ldr x17
,
[
x17
]
add x16
,
x16
,
x17
br x16