OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLX
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_linux.cc
1596
# define
BLX
(R) "
blx
" #R "\n"
1598
# define
BLX
(R) "mov lr, pc; bx " #R "\n"
1601
# define
BLX
(R) "mov lr, pc; mov pc," #R "\n"
1625
BLX
(ip)
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
84
#define
BLX
0xe12fff30
264
return push_inst(compiler,
BLX
| RM(TMP_REG2));
490
inst[1] =
BLX
| RM(TMP_REG1);
2167
PTR_FAIL_IF(push_inst(compiler, (((type <= SLJIT_JUMP ? BX :
BLX
) | RM(TMP_REG2)) & ~COND_MASK) | get_cc(type)));
2184
return push_inst(compiler, (type <= SLJIT_JUMP ? BX :
BLX
) | RM(src));
2188
return push_inst(compiler, (type <= SLJIT_JUMP ? BX :
BLX
) | RM(TMP_REG2));
2204
FAIL_IF(push_inst(compiler, (type <= SLJIT_JUMP ? BX :
BLX
) | RM(TMP_REG2)));
sljitNativeARM_T2_32.c
109
#define
BLX
0x4780
1775
PTR_FAIL_IF(push_inst16(compiler,
BLX
| RN3(TMP_REG1)));
1792
return push_inst16(compiler, (type <= SLJIT_JUMP ? BX :
BLX
) | RN3(src));
1796
return push_inst16(compiler,
BLX
| RN3(TMP_REG1));
1806
return push_inst16(compiler, (type <= SLJIT_JUMP ? BX :
BLX
) | RN3(TMP_REG1));
Completed in 45 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025