xref
: /
netbsd-src
/
crypto
/
external
/
bsd
/
openssl
/
lib
/
libcrypto
/
arch
/
arm
/
arm_asm.h
(revision fa28c6faa16e0b00edee7acdcaf4899797043def)
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