Sign in
android-kvm
/
trusted-firmware-a
/
51d8d1e326e39c83e49a0f4c4c269db74fcda226
/
.
/
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