xref
: /
netbsd-src
/
crypto
/
external
/
bsd
/
openssl
/
lib
/
libcrypto
/
arch
/
arm
/
arm_asm.h
(revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
if
defined
(
_ARM_ARCH_4T
)
2
#
define
RET
bx
lr
3
#
else
4
#
define
RET
mov
pc
,
lr
5
#
endif
6