Home
last modified time | relevance | path

Searched defs:BLX (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1785 # define BLX(R) "blx " #R "\n" in internal_clone() macro
1787 # define BLX(R) "mov lr, pc; bx " #R "\n" in internal_clone() macro
1790 # define BLX(R) "mov lr, pc; mov pc," #R "\n" in internal_clone() macro