Home
last modified time | relevance | path

Searched refs:__asm (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind_AppleExtras.cpp46 extern const char sym##_tmp30 __asm("$ld$hide$os3.0$_" #sym ); \
48 extern const char sym##_tmp31 __asm("$ld$hide$os3.1$_" #sym ); \
50 extern const char sym##_tmp32 __asm("$ld$hide$os3.2$_" #sym );\
52 extern const char sym##_tmp40 __asm("$ld$hide$os4.0$_" #sym ); \
54 extern const char sym##_tmp41 __asm("$ld$hide$os4.1$_" #sym ); \
56 extern const char sym##_tmp42 __asm("$ld$hide$os4.2$_" #sym ); \
58 extern const char sym##_tmp43 __asm("$ld$hide$os4.3$_" #sym ); \
65 extern const char sym##_tmp4 __asm("$ld$hide$os10.4$_" #sym ); \
67 extern const char sym##_tmp5 __asm("$ld$hide$os10.5$_" #sym ); \
70 extern const char sym##_tmp4 __asm("$ld$hide$os10.4$_" #sym ); \
[all …]
/ndk/sources/cxx-stl/stlport/src/
Dlock_free_slist.h211 __asm in push()
235 __asm in pop()
262 __asm in clear()
/ndk/tests/device/b8708181-Vector4/jni/
DVector4.cpp67 register void *sp __asm(SP); in main() local